Opened 10 years ago

Closed 8 years ago

#37 closed task (fixed)

git: Make version 2.1.0 work

Reported by: dmik Owned by:
Priority: major Milestone: dev tools
Component: git Version:
Severity: low Keywords:
Cc:

Description (last modified by dmik)

Currently, an attempt to build the OS/2 trunk (dmik branch) updated to 2.1.0 succeeds but git clone of this version fails with the following message:

D:>git clone https://dmik@bitbucket.org/dmik/test.git .
Cloning into '.'...
error: chmod on D:/Coding/git/test/.git/config.lock failed: Permission denied
error: chmod on D:/Coding/git/test/.git/config.lock failed: Permission denied
error: chmod on D:/Coding/git/test/.git/config.lock failed: Permission denied
error: chmod on D:/Coding/git/test/.git/config.lock failed: Permission denied
error: chmod on D:/Coding/git/test/.git/config.lock failed: Permission denied
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.

This doesn't happen with 2.0.0 so it must be an upstream change between 2.0.0 ad 2.1.0 (related to lock file handling, apparently).

Change History (8)

comment:1 by dmik, 10 years ago

Description: modified (diff)
Type: defecttask

comment:2 by dmik, 10 years ago

Summary: git: Make version 2.1.0 buildgit: Make version 2.1.0 work
Type: taskdefect

comment:3 by dmik, 10 years ago

Type: defecttask

comment:4 by dmik, 10 years ago

Note that the 2.1.0 changes are already on the trunk (see r858).

comment:5 by Silvan Scherrer, 10 years ago

Component: git

comment:6 by Silvan Scherrer, 9 years ago

Milestone: dev tools
Severity: low

comment:7 by Silvan Scherrer, 8 years ago

update to latest 2.9 might be a good idea

comment:8 by dmik, 8 years ago

Resolution: fixed
Status: newclosed

This is fixed in r1866, new repositories are checked out fine. The rest of behaviour is similar to the 2.0 branch so far (I mean #38/#39). And yes we should update but right to 2.11 (the latest version). I will do that.

Note: See TracTickets for help on using tickets.