summaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar Øyvind A. Holm <sunny@sunbase.org>2015-05-02 04:30:17 +0200
committerGravatar Øyvind A. Holm <sunny@sunbase.org>2015-05-02 04:30:17 +0200
commit6e56033868b9af75a98400cb8bb5a77d8346f471 (patch)
treefcec2c282cc346084d457c163b8571ca0eb9a902 /doc/bugs
parent3f85391706ca81d81b6ac7b37cc2b16de0686eb1 (diff)
Update the bug report with new and better output from 89b043d
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/git-annex_deletes_file_when_using___34__git_annex_get__34___after___34__git_annex_addurl_--file__34__.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_deletes_file_when_using___34__git_annex_get__34___after___34__git_annex_addurl_--file__34__.mdwn b/doc/bugs/git-annex_deletes_file_when_using___34__git_annex_get__34___after___34__git_annex_addurl_--file__34__.mdwn
index 8df20eb93..0c9755385 100644
--- a/doc/bugs/git-annex_deletes_file_when_using___34__git_annex_get__34___after___34__git_annex_addurl_--file__34__.mdwn
+++ b/doc/bugs/git-annex_deletes_file_when_using___34__git_annex_get__34___after___34__git_annex_addurl_--file__34__.mdwn
@@ -33,10 +33,18 @@ Using Debian GNU/Linux 7.8 (wheezy) on x86_64 with brand new git 2.4.0.
# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
$ ./runme
+
+================== git init ==================
Initialized empty Git repository in /home/sunny/src/git/ga-bug/tmpdirawedsfkn/.git/
+
+================== git annex init ==================
init ok
(recording state in git...)
+
+================== git commit, empty start commit ==================
[master (root-commit) 6d5d623] Empty startcommit
+
+================== git annex addurl ==================
addurl README (downloading ftp://ftp.funet.fi/pub/Linux/mirrors/debian/README ...)
--2015-05-02 03:28:59-- ftp://ftp.funet.fi/pub/Linux/mirrors/debian/README
=> '.git/annex/tmp/URL--ftp&c%%ftp.funet.fi%pub%Linux%mirrors%debian%README'
@@ -55,11 +63,17 @@ Length: 1495 (1.5K) (unauthoritative)
ok
(recording state in git...)
+
+================== git commit, add README ==================
[master 264d597] Add README
1 file changed, 1 insertion(+)
create mode 120000 README
+
+================== git annex drop --force ==================
drop README ok
(recording state in git...)
+
+================== git annex get ==================
get README (from web...)
--2015-05-02 03:29:00-- ftp://ftp.funet.fi/pub/Linux/mirrors/debian/README
=> '.git/annex/tmp/SHA256-s1495--8822780b87a880ca9956ac108812557044618859cecb07df488df57e8134e34f'
@@ -79,6 +93,7 @@ Length: 1495 (1.5K) (unauthoritative)
ok
(recording state in git...)
+================== ls -l ==================
total 0
README is gone, should not happen