summaryrefslogtreecommitdiff
path: root/doc/bugs/Partial_direct__47__indirect_repo.mdwn
diff options
context:
space:
mode:
authorGravatar spwhitton <spwhitton@web>2013-03-12 09:25:30 +0000
committerGravatar admin <admin@branchable.com>2013-03-12 09:25:30 +0000
commit3142391e4cd8464d50c9097db7d2bc8f13f15a00 (patch)
tree951e515fbd328f5cb82c533c6c1be795cdeb133d /doc/bugs/Partial_direct__47__indirect_repo.mdwn
parent40898ffa64016d238339d0ed590d853fffa1c915 (diff)
Diffstat (limited to 'doc/bugs/Partial_direct__47__indirect_repo.mdwn')
-rw-r--r--doc/bugs/Partial_direct__47__indirect_repo.mdwn22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/bugs/Partial_direct__47__indirect_repo.mdwn b/doc/bugs/Partial_direct__47__indirect_repo.mdwn
new file mode 100644
index 000000000..c0ff68522
--- /dev/null
+++ b/doc/bugs/Partial_direct__47__indirect_repo.mdwn
@@ -0,0 +1,22 @@
+Setup:
+
+* Fresh install of Debian Wheezy on machines A & B, git-annex 4.20130227 pulled in from unstable
+* On both machines, clone old repository which contains both annexed files and a three small files checked straight into git
+
+Steps:
+
+* On both machines, use webapp to create `~/.config/git-annex/autostart` by just firing it up and typing in location of existing repository
+* Move a new file into B's annex, in a subdirectory that is preferred on both A & B
+
+Expected:
+
+* The new file is copied over to A and everything remains in indirect mode
+* Three files checked straight into git remain checked straight into git (see below for why this is a variant on [[bugs/Switching_between_direct_and_indirect_stomps_on___39__regular__39___git_files/]])
+
+Actual:
+
+* New file copied over but seems to be in direct mode, while all the other content that is present is still symlinked
+* Files checked into git converted to direct mode files too (can tell this has happened by following step:)
+* Typing `git annex indirect` on A & B shows conversion of precisely four files (three files originally checked into git and new file added to B) back to indirect
+
+Thanks.