diff options
author | https://www.google.com/accounts/o8/id?id=AItOawni4vdaP56pzg8Om8aO_boLj03IQpDloxg <Daniel@web> | 2014-10-08 21:23:26 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-10-08 21:23:26 +0000 |
commit | 12ee4b45212d60f7548c8d4c9cf60034e4b36578 (patch) | |
tree | 2a81c55ef3ca836111790ae4856480205d0f7221 /doc | |
parent | 2a5df3148948feb4e2924e1de6cd0fe36ad70c65 (diff) |
Added a comment: It worked!
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Gitolite_problems/comment_3_2e963ce8e75c92278c3fbdcc8f4056e2._comment | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/forum/Gitolite_problems/comment_3_2e963ce8e75c92278c3fbdcc8f4056e2._comment b/doc/forum/Gitolite_problems/comment_3_2e963ce8e75c92278c3fbdcc8f4056e2._comment new file mode 100644 index 000000000..2253dc2d7 --- /dev/null +++ b/doc/forum/Gitolite_problems/comment_3_2e963ce8e75c92278c3fbdcc8f4056e2._comment @@ -0,0 +1,25 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawni4vdaP56pzg8Om8aO_boLj03IQpDloxg" + nickname="Daniel" + subject="It worked!" + date="2014-10-08T21:23:26Z" + content=""" +Thanks Renaud. I am using a rsync special remote and I couldn't get it to start! + +I assume the normal way to get it to work would be to use git annex init on the remote, but I don't have git annex on the remote server. I used your method to bypass that issue. + +I think it would be really helpful if the documentation explained better how to use the special remotes. But! I should post that somewhere else. + +To be clear, here is what I did: + +1. create new folder on local +2. git init and git annex init inside that folder +3. git clone --bare the original repository to the new repository +4. add new repository as a remote for the old repository +5. push old repository information to new +6. move new repository to another server +7. update new repository as a remote for the old repository +8. sync and it should be good to go! + +At least, I think that's how I did it ;-) +"""]] |