Opened 10 years ago

Closed 7 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 Changed 10 years ago by dmik

Description: modified (diff)
Type: defecttask

comment:2 Changed 10 years ago by dmik

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

comment:3 Changed 10 years ago by dmik

Type: defecttask

comment:4 Changed 10 years ago by dmik

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

comment:5 Changed 9 years ago by Silvan Scherrer

Component: git

comment:6 Changed 9 years ago by Silvan Scherrer

Milestone: dev tools
Severity: low

comment:7 Changed 7 years ago by Silvan Scherrer

update to latest 2.9 might be a good idea

comment:8 Changed 7 years ago by dmik

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.