package: git-annex
version: 0.11

Please see attached typescript.
Script started on Fri 10 Dec 2010 12:32:15 AM CST
00:32:16 -0600 a...@zoot[1]:/tmp/annex-bug$ git init
Initialized empty Git repository in /tmp/annex-bug/.git/
00:32:20 -0600 a...@zoot[1]:/tmp/annex-bug$ git annex init "buggy"
init buggy [master (root-commit) eb197e1] git-annex setup
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 .gitattributes
[master b1921a6] git annex init
 1 files changed, 1 insertions(+), 0 deletions(-)
 create mode 100644 .git-annex/uuid.log
ok
00:32:30 -0600 a...@zoot[1]:/tmp/annex-bug$ echo "* annex.backend SHA1" > 
.gitattributes 
00:32:50 -0600 a...@zoot[1]:/tmp/annex-bug$ git ci -m "change annex backend to 
SHA1" .gitattributes
[master be1e07a] change annex backend to SHA1
 1 files changed, 1 insertions(+), 1 deletions(-)
00:33:04 -0600 a...@zoot[1]:/tmp/annex-bug$ echo data > large-file
00:33:26 -0600 a...@zoot[1]:/tmp/annex-bug$ git annex add large-file
add large-file (checksum...) ok
(Recording state in git...)
00:33:30 -0600 a...@zoot[1]:/tmp/annex-bug$ git ci -m "added large file"
[master 8c450e3] added large file
 2 files changed, 2 insertions(+), 0 deletions(-)
 create mode 100644 .git-annex/SHA1:c5d84736ba451747dd5f0eb9d17e104f3697ef47.log
 create mode 120000 large-file
00:33:36 -0600 a...@zoot[1]:/tmp/annex-bug$ git annex unlock large-file
unlock large-file (copying...) ok
00:33:42 -0600 a...@zoot[1]:/tmp/annex-bug$ echo different > large-file
00:33:53 -0600 a...@zoot[1]:/tmp/annex-bug$ git add large-file
00:34:01 -0600 a...@zoot[1]:/tmp/annex-bug$ git ci -m "changed large file"
add large-file (checksum...) ok
ok
[master 02e23ab] changed large file
 2 files changed, 2 insertions(+), 1 deletions(-)
 create mode 100644 .git-annex/SHA1:6360c4e01dded70b5338697d1b5498d9c63cae1f.log
00:34:13 -0600 a...@zoot[1]:/tmp/annex-bug$ git annex unlock large-file
unlock large-file (copying...) ok
00:34:20 -0600 a...@zoot[1]:/tmp/annex-bug$ date > large-file
00:34:25 -0600 a...@zoot[1]:/tmp/annex-bug$ git annex add large-file
add large-file (checksum...) ok
(Recording state in git...)
00:34:29 -0600 a...@zoot[1]:/tmp/annex-bug$ 
00:35:00 -0600 a...@zoot[1]:/tmp/annex-bug$ git ci -m 'another change'
[master ae500e2] another change
 2 files changed, 2 insertions(+), 1 deletions(-)
 create mode 100644 .git-annex/SHA1:b4cc3ad361e880dacda7341d7e2104d70c24f8fe.log
00:35:13 -0600 a...@zoot[1]:/tmp/annex-bug$ mkdir dir
00:35:16 -0600 a...@zoot[1]:/tmp/annex-bug$ git mv large-file dir
00:35:21 -0600 a...@zoot[1]:/tmp/annex-bug$ git ci -m 'moved to a subdir'
fix dir/large-file ok
(Recording state in git...)
[master 26e5d76] moved to a subdir
 2 files changed, 1 insertions(+), 1 deletions(-)
 create mode 120000 dir/large-file
 delete mode 120000 large-file
00:35:26 -0600 a...@zoot[1]:/tmp/annex-bug$ cd dir
00:35:31 -0600 a...@zoot[1]:/tmp/annex-bug(master)/dir$ git annex unlock 
large-file
unlock large-file (copying...) ok
00:35:37 -0600 a...@zoot[1]:/tmp/annex-bug(master)/dir$ echo original > 
large-file
00:35:44 -0600 a...@zoot[1]:/tmp/annex-bug(master)/dir$ git annex add large-file
git-annex: dir/large-file: getSymbolicLinkStatus: does not exist (No such file 
or directory)
00:35:47 -0600 a...@zoot[1]:/tmp/annex-bug(master)/dir$ exit

Script done on Fri 10 Dec 2010 12:35:53 AM CST

Reply via email to