aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs
diff options
context:
space:
mode:
authorGravatar http://privat.myopenid.com/ <jeanprivat@web>2013-01-28 21:32:18 +0000
committerGravatar admin <admin@branchable.com>2013-01-28 21:32:18 +0000
commit652f827bf3bd4e4261df4b7fd3b5f75a91e4af41 (patch)
treeecfea10427196e7485f266ceb91df15c06bc936a /doc/bugs
parentea79209faea270b74960253db10814c1e4079e62 (diff)
Diffstat (limited to 'doc/bugs')
-rw-r--r--doc/bugs/assistant_ignore_.gitignore.mdwn24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/bugs/assistant_ignore_.gitignore.mdwn b/doc/bugs/assistant_ignore_.gitignore.mdwn
new file mode 100644
index 000000000..edc37c066
--- /dev/null
+++ b/doc/bugs/assistant_ignore_.gitignore.mdwn
@@ -0,0 +1,24 @@
+What steps will reproduce the problem?
+
+1. have an existing directory with a bunch of files
+2. create a `.gitignore` file that matches some files (*.log *.aux *~ etc.)
+3. `git init .`
+4. `git annex init work`
+5. `git remote add server server:Blabla`
+6. `ssh server`
+7. `@server $ mkdir Blabla`
+8. `@server $ cd Blabla`
+9. `@server $ git init .`
+10. `@server $ git annex init server`
+11. `@server $ exit`
+12. `git annex webapp`
+
+What is the expected output? What do you see instead?
+
+I expect that ingored files stay ignored,
+I see instead that all the files (including the ignored) are transfered to the server
+
+What version of git-annex are you using? On what operating system?
+
+3.20130124, debian sid (on both machines)
+