This commit is contained in:
parent
8025abfda0
commit
886a0be9d1
1 changed files with 33 additions and 0 deletions
|
@ -0,0 +1,33 @@
|
|||
### Please describe the problem.
|
||||
|
||||
When changing a file in a repository from a symlink to a normal file causes annex to create an annexed file from that typechange regardless of weather or not it was an annexed file.
|
||||
|
||||
|
||||
### What steps will reproduce the problem?
|
||||
|
||||
git init newrepo
|
||||
cd newrepo && git annex init
|
||||
touch realfile
|
||||
git commit -am "added realfile"
|
||||
mkdir newdir && cd newdir
|
||||
ln -s ../realfile newfile
|
||||
git commit -am "Added placeholder until we get assets from designers"
|
||||
dd bs=1024 count=10000 if=/dev/zero of=newfile
|
||||
git commit -am "Finally got assets from designers"
|
||||
ls -la newfile
|
||||
# lrwxrwxrwx 1 user user <date> newfile -> ../.git/annex/objects/XX/XX/UUID/UUID
|
||||
|
||||
### What version of git-annex are you using? On what operating system?
|
||||
|
||||
git-annex version: 4.20130802
|
||||
Ubuntu 12.04 LTS
|
||||
|
||||
### Please provide any additional information below.
|
||||
|
||||
[[!format sh """
|
||||
# If you can, paste a complete transcript of the problem occurring here.
|
||||
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
|
||||
|
||||
|
||||
# End of transcript or log.
|
||||
"""]]
|
Loading…
Add table
Add a link
Reference in a new issue