From e4e9a89ed17486ff1453fb074cfc3f9eb2533c29 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Mon, 22 Apr 2013 20:00:12 +0000 Subject: Added a comment --- .../comment_1_f0d279c530b796b2c93d793f85d147e8._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/forum/Need_some_help_to_fix_my_repository/comment_1_f0d279c530b796b2c93d793f85d147e8._comment diff --git a/doc/forum/Need_some_help_to_fix_my_repository/comment_1_f0d279c530b796b2c93d793f85d147e8._comment b/doc/forum/Need_some_help_to_fix_my_repository/comment_1_f0d279c530b796b2c93d793f85d147e8._comment new file mode 100644 index 000000000..6f9a8078f --- /dev/null +++ b/doc/forum/Need_some_help_to_fix_my_repository/comment_1_f0d279c530b796b2c93d793f85d147e8._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + nickname="joey" + subject="comment 1" + date="2013-04-22T20:00:12Z" + content=""" +1. Use `git log --stat` to find the commit that changed your file `Z.7z` +2. Use `git revert` to revert that commit + +That will put things back the way they were. + +You should then investigate what caused the bad commit to be made. It seems to have involved the file being reset to be 0 bytes in size. +"""]] -- cgit v1.2.3 From 0098e82864b6462ab65e44e9b83236678af5f78e Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawniayrgSdVLUc3c6bf93VbO-_HT4hzxmyo" Date: Mon, 22 Apr 2013 20:24:19 +0000 Subject: --- doc/bugs/Repository_deletion_error.mdwn | 37 +++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 doc/bugs/Repository_deletion_error.mdwn diff --git a/doc/bugs/Repository_deletion_error.mdwn b/doc/bugs/Repository_deletion_error.mdwn new file mode 100644 index 000000000..faebf2a83 --- /dev/null +++ b/doc/bugs/Repository_deletion_error.mdwn @@ -0,0 +1,37 @@ +**What steps will reproduce the problem?** + +On the dashboard, click settings > Delete on the repo you want to remove. +Wait for the dropping to finish. +Start final deletion when the message "The repository "repo" has been emptied, and can now be removed." pops up. + +**What is the expected output? What do you see instead?** + +The repository should be deleted, but I only see "Internal Server Error: git [Param "remote",Param "remove",Param "repo"] failed". + +**What version of git-annex are you using? On what operating system?** + +Standalone build, git-annex version 4.20130417-g4bb97d5 + +**Please provide any additional information below.** + +The log shows: + + [2013-04-22 22:17:22 CEST] TransferScanner: The repository "repo" has been emptied, and can now be removed. + error: Unknown subcommand: remove + usage: git remote [-v | --verbose] + or: git remote add [-t ] [-m ] [-f] [--mirror=] + or: git remote rename + or: git remote rm + or: git remote set-head (-a | -d | ) + or: git remote [-v | --verbose] show [-n] + or: git remote prune [-n | --dry-run] + or: git remote [-v | --verbose] update [-p | --prune] [( | )...] + or: git remote set-branches [--add] ... + or: git remote set-url [] + or: git remote set-url --add + or: git remote set-url --delete + + -v, --verbose be verbose; must be placed before a subcommand + + + -- cgit v1.2.3 From d161df8f0e27b09d40ddfb0b78797910e37bc6f7 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ" Date: Mon, 22 Apr 2013 20:38:00 +0000 Subject: Added a comment --- .../comment_2_3be7b45bc2284019f17a81375637a576._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/forum/Automatically_syncronise_centralised_repository/comment_2_3be7b45bc2284019f17a81375637a576._comment diff --git a/doc/forum/Automatically_syncronise_centralised_repository/comment_2_3be7b45bc2284019f17a81375637a576._comment b/doc/forum/Automatically_syncronise_centralised_repository/comment_2_3be7b45bc2284019f17a81375637a576._comment new file mode 100644 index 000000000..956e6b00a --- /dev/null +++ b/doc/forum/Automatically_syncronise_centralised_repository/comment_2_3be7b45bc2284019f17a81375637a576._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="https://www.google.com/accounts/o8/id?id=AItOawnSenxKyE_2Z6Wb-EBMO8FciyRywjx1ZiQ" + nickname="Walter" + subject="comment 2" + date="2013-04-22T20:37:59Z" + content=""" +That looks like exactly what I'm after! + +I'm very impressed by the quick response. Keep up the great work! +"""]] -- cgit v1.2.3