This commit is contained in:
parent
6bc4852d54
commit
e8d95ee445
1 changed files with 38 additions and 36 deletions
|
@ -20,14 +20,16 @@ Currently I have a repository that exhibits the problem:
|
|||
git annex lock bucket/tata
|
||||
|
||||
|
||||
# this does not
|
||||
|
||||
This does not:
|
||||
|
||||
%git annex unlock bucket/
|
||||
%ls -li bucket/tata
|
||||
33292708 -rw-rw-r-- 1 karl qbstaff 102400000 Dec 7 19:02 bucket/tata
|
||||
%find . -inum 33292708
|
||||
./bucket/tata
|
||||
|
||||
As you can see, now the inode is wrong (different from the annex object file), and the unlocked file is not a hard link.
|
||||
As you can see, now the inode is wrong (different from the annex object file), and the unlocked file is not a hard link. The only difference is the argument to git annex unlock
|
||||
This is really annoying, I switched to V6 for this particular feature, I have a large repository to update and it takes ages since files are copied instead of hard linked.
|
||||
|
||||
|
||||
|
@ -69,6 +71,6 @@ Codename: trusty
|
|||
### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
|
||||
|
||||
Yes, we use it on a daily basis and love it.
|
||||
Note that we will have to switch to LFS because gitlab no longer supports git annex from v9 release.
|
||||
Note that we will have to switch to LFS for a lot of use cases because gitlab no longer supports git annex from v9 release.
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue