diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmNu4V5fvpLlBhaCUfXXOB0MI5NXwh8SkU <Adam@web> | 2014-05-08 16:54:11 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-05-08 16:54:11 +0000 |
commit | 15d59de83c724ba38e2da56f20f8ec2bd3bcf649 (patch) | |
tree | 0e0eeb016a09396bf9a75c2b0b872c261f659d8e | |
parent | 0b4b8b58b116a72cdec47bfb64176cba4830e7c0 (diff) |
-rw-r--r-- | doc/forum/Storing_git_repos_in_git-annex.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/forum/Storing_git_repos_in_git-annex.mdwn b/doc/forum/Storing_git_repos_in_git-annex.mdwn index ac4976456..964040cf0 100644 --- a/doc/forum/Storing_git_repos_in_git-annex.mdwn +++ b/doc/forum/Storing_git_repos_in_git-annex.mdwn @@ -6,9 +6,9 @@ Here's my scenario: I have been using Dropbox for several years. I want to move For some time I used Bazaar repos inside Dropbox. A couple of times I accidentally modified files on one computer before another finished syncing, and the repo became mildly corrupted, but I recovered it okay. -Recently I switched to git, and so far, so good. I'm careful not to make any changes to my files before Dropbox is finished syncing, so everything works fine. +Recently I switched from bzr to git, and so far, so good. I'm careful not to make any changes to my files before Dropbox is finished syncing, so everything works fine. -But when I add a directory containing a git repo to an annex, git-annex ignores the .git directory, so the repo isn't synced. +Now I'm testing git-annex as a replacement for Dropbox again. But when I add a directory containing a git repo to an annex, git-annex ignores the .git directory, so the repo isn't synced. I read this forum thread, and I read the bug report, but there don't appear to be any real solutions. |