summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-11-13 13:35:46 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-11-13 13:35:46 -0400
commitd699ad231105204e3501d0b1c14eea6efb6f28c3 (patch)
tree8883a3801adfd8e4fc6953f2d03871baf51d0190
parentc7829d71910ff9c50545a609fe7a09345f3393e6 (diff)
parent75c32a9d9198783937c62d0ca25a41028b71b545 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/detox___34__destroys__34___annex.mdwn34
-rw-r--r--doc/forum/Desktop_as_transfer_repository.mdwn33
-rw-r--r--doc/forum/OSX_Finder_extension/comment_1_4aa37c3fbe3c260d71f2ed16fd4f20bc._comment7
3 files changed, 74 insertions, 0 deletions
diff --git a/doc/bugs/detox___34__destroys__34___annex.mdwn b/doc/bugs/detox___34__destroys__34___annex.mdwn
new file mode 100644
index 000000000..89f5ce4a3
--- /dev/null
+++ b/doc/bugs/detox___34__destroys__34___annex.mdwn
@@ -0,0 +1,34 @@
+### Please describe the problem.
+
+I accidentally (entirely my fault!) ran detox (batch file renamer to eliminate spaces etc.) on a git-annex dir.
+Alas detox substitutes every "--" with "-", thus "destroying" the annex.
+Of course the objects are still there, just renamed so that the symlinks become broken.
+
+I solved it by copying the objects back from my backup (I have many rsynced backups) since I was too lazy to write a script to rename all the files...
+
+A good solution would be to provide a general script (or there is one already?) to try to recover situations like this one, maybe using shatag to identify data objects.
+
+### What steps will reproduce the problem?
+
+Just run detox -vr (verbose, recursive) on an annex
+
+### What version of git-annex are you using? On what operating system?
+
+5.20150819+g
+
+Linux
+
+### Please provide any additional information below.
+
+[[!format sh """
+# If you can, paste a complete transcript of the problem occurring here.
+# If the problem is with the git-annex assistant, paste in .git/annex/daemon.log
+
+
+# End of transcript or log.
+"""]]
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+
+I currently have about a dozen annexes, local and remote (nfs, git), no other big problem apart from lack of speed when syncing
diff --git a/doc/forum/Desktop_as_transfer_repository.mdwn b/doc/forum/Desktop_as_transfer_repository.mdwn
new file mode 100644
index 000000000..bd6813e36
--- /dev/null
+++ b/doc/forum/Desktop_as_transfer_repository.mdwn
@@ -0,0 +1,33 @@
+Hi,
+
+I try to achieve this with my podcast repository:
+
+I have three repositories all in indirect mode:
+
+1. desktop
+2. backup on usb disk at desktop
+3. raspberrypi
+
+I want to use the desktop as transfer repository.
+
+If I add a new url on the raspberrypi I want to sync the content via the desktop repository to the backup repository which is no directly accessible from the raspberrypi.
+
+If I add a new url on desktop the content should be moved to raspberrypi and backup.
+
+So I don't want to have the content of the files on the desktop. All content should be in backup.
+
+If content is not in raspberrypi I want to get it from backup via desktop.
+
+What is the best workflow to achieve this?
+
+Currently my problem is that if I do a "git annex sync --content" the content is also copied to desktop. Maybe because the desktop repo is origin?
+
+- backup is in group backup
+- desktop is in group transfer
+- raspberrypi is in no special group
+
+To do further experiments I need a way to see in what group a repo is, but "git annex show" has no information about this.
+
+TIA
+
+juh
diff --git a/doc/forum/OSX_Finder_extension/comment_1_4aa37c3fbe3c260d71f2ed16fd4f20bc._comment b/doc/forum/OSX_Finder_extension/comment_1_4aa37c3fbe3c260d71f2ed16fd4f20bc._comment
new file mode 100644
index 000000000..4b018ce11
--- /dev/null
+++ b/doc/forum/OSX_Finder_extension/comment_1_4aa37c3fbe3c260d71f2ed16fd4f20bc._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="SchemaCzar"
+ subject="PLEASE!!! PLEASE BUILD IT!!!"
+ date="2015-11-13T16:10:44Z"
+ content="""
+I am completely dying for this
+"""]]