diff options
author | https://www.google.com/accounts/o8/id?id=AItOawkyQL8VPwrSf8LA0k8PKDWFCEKFH3O5Jds <marco@web> | 2013-04-22 19:47:13 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-04-22 19:47:13 +0000 |
commit | 0ff7705ed1021be32e02b86a2daef7bcc3940960 (patch) | |
tree | 5ff8a5b67518e8ac653bb27055250b4506326b0f /doc | |
parent | 41f406803fcec53cd8a24ce60ec4d8fecdebc674 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/forum/Need_some_help_to_fix_my_repository.mdwn | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/doc/forum/Need_some_help_to_fix_my_repository.mdwn b/doc/forum/Need_some_help_to_fix_my_repository.mdwn new file mode 100644 index 000000000..e4f6fb593 --- /dev/null +++ b/doc/forum/Need_some_help_to_fix_my_repository.mdwn @@ -0,0 +1,31 @@ +Hi, +first sorry for my poor english it's not my native language. + +I have one repository on my laptop and two repository on usb disk. Made with following walkthrough (creating a repository and adding a remote). + +Yesterday I have a backup of my repository on usb disk before add some file with + +cd /media/usb/annex;git fetch laptop; git merge laptop/master&&git annex get .&&git annex sync + +Now the repository on my usb disk is a mess. +Every file before the commit are lost. +For example : + After the sync : file Z.7z +Z.7z: broken symbolic link to `../../../../.git/annex/objects/2K/49/SHA256-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855/SHA256-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' + +The file ../../../../.git/annex/objects/2K/49/SHA256-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855/SHA256-s0--e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 doesn't exist. + +On the repository before the sync (inside the Backup) : +file Z.7z +Z.7z: symbolic link to `../../../../.git/annex/objects/J1/f4/SHA256-s696365035--d2dcc67bf2f05fcfc7f42723b2d415d4f057a2eeadc282b40f5bc3724534f2f4/SHA256-s696365035--d2dcc67bf2f05fcfc7f42723b2d415d4f057a2eeadc282b40f5bc3724534f2f4' + +The file ../../../../.git/annex/objects/J1/f4/SHA256-s696365035--d2dcc67bf2f05fcfc7f42723b2d415d4f057a2eeadc282b40f5bc3724534f2f4/SHA256-s696365035--d2dcc67bf2f05fcfc7f42723b2d415d4f057a2eeadc282b40f5bc3724534f2f4 still exist in the repository after the sync. + +3 questions, if somebody could help me : + + - what I do wrong ? + - why the- symlink for every file had change after "cd /media/usb/annex;git fetch laptop; git merge laptop/master&&git annex get .&&git annex sync" + - how could I fix my repository ? recover file from the backup ? how ? Copy every file to start my repository from a new clean state ? + + + |