diff options
author | Joey Hess <joey@kitenet.net> | 2013-09-07 13:18:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-09-07 13:18:50 -0400 |
commit | 98ae5c42b47c7acf47d8436fcd061b1fbc0d9796 (patch) | |
tree | c94b8e76a547a43148cdf2e1c74ab9859a7ec83a | |
parent | efcb1cca2ebc50322b3989a4befe9d6dd2ba9576 (diff) | |
parent | ad69f4708895212f98e5d821393bc4bf8c02ad41 (diff) |
Merge branch 'master' of ssh://git-annex.branchable.com
3 files changed, 26 insertions, 0 deletions
diff --git a/doc/bugs/Problem_when_dropping_unused_files/comment_10_d4f6bfe8e04560fc661a47b09ed8a5f4._comment b/doc/bugs/Problem_when_dropping_unused_files/comment_10_d4f6bfe8e04560fc661a47b09ed8a5f4._comment new file mode 100644 index 000000000..9c0e25528 --- /dev/null +++ b/doc/bugs/Problem_when_dropping_unused_files/comment_10_d4f6bfe8e04560fc661a47b09ed8a5f4._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.251.174" + subject="comment 10" + date="2013-09-07T17:14:36Z" + content=""" +Again this error message has nothing to do with git-annex beyond it being a file in the git-annex branch that is corrupt. Your system seems to be repeatedly corrupting git repositories. You need to run `git fsck`, get the git repository in a clean state, and probably check the drive it's on, and run a memory test or otherwise deal with whatever is causing your system to corrupt files in the git repository. +"""]] diff --git a/doc/forum/Git_annex_assistant_on_EC2/comment_2_614ed11f7134137d6376d36a61c293f5._comment b/doc/forum/Git_annex_assistant_on_EC2/comment_2_614ed11f7134137d6376d36a61c293f5._comment new file mode 100644 index 000000000..dfb629d62 --- /dev/null +++ b/doc/forum/Git_annex_assistant_on_EC2/comment_2_614ed11f7134137d6376d36a61c293f5._comment @@ -0,0 +1,8 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.251.174" + subject="comment 2" + date="2013-09-07T17:08:27Z" + content=""" +You are going to need to make each repository have a distinct UUID. Otherwise, the assistant will get confused. +"""]] diff --git a/doc/forum/How_to_copy__47__duplicate_all_data_from_rsync__47__ssh_backend_to_other_backend__63__/comment_1_7973928b1aa9e0fcfeb6bf80885441f5._comment b/doc/forum/How_to_copy__47__duplicate_all_data_from_rsync__47__ssh_backend_to_other_backend__63__/comment_1_7973928b1aa9e0fcfeb6bf80885441f5._comment new file mode 100644 index 000000000..3c7d07258 --- /dev/null +++ b/doc/forum/How_to_copy__47__duplicate_all_data_from_rsync__47__ssh_backend_to_other_backend__63__/comment_1_7973928b1aa9e0fcfeb6bf80885441f5._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="4.153.251.174" + subject="comment 1" + date="2013-09-07T17:11:03Z" + content=""" +Just run `git annex copy --all --to remote` + +(Needs git-annex 4.20130709 or newer.) +"""]] |