summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-08-02 19:15:36 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-08-02 19:15:36 -0400
commit586b6f26a71c1a3a81c0ff3a2a418be26f66774c (patch)
tree96e62b4ec055d629b482f2f82e2d8310cede15e3
parent41a7de163ad854515a1b0315931eef7cd72a924c (diff)
parent6ceebfb36795bb94a375b5defc027f2c3cb82c91 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_8_f1d20e734052b0e16bb38a059e5890f7._comment10
-rw-r--r--doc/bugs/sync_content_has_really_suboptimal_behavior.mdwn29
-rw-r--r--doc/bugs/sync_content_has_really_suboptimal_behavior/comment_1_e26a33527b0ba6f471db30be9dc89a86._comment7
3 files changed, 46 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_8_f1d20e734052b0e16bb38a059e5890f7._comment b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_8_f1d20e734052b0e16bb38a059e5890f7._comment
new file mode 100644
index 000000000..4b1fed712
--- /dev/null
+++ b/doc/bugs/git-annex_sync_under_windows_fails_by_using_itself_as_the_ssh_command/comment_8_f1d20e734052b0e16bb38a059e5890f7._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="zedr0nre@e1b86776f21c5f6a6e064c6ab8da039b54915b7d"
+ nickname="zedr0nre"
+ subject="comment 8"
+ date="2015-08-02T10:02:09Z"
+ content="""
+Having the same problem with git annex from 31 july both on Windows 7 and Windows 8.1
+
+Original git annex init pulls the data correctly so the changes can be propagated by recloning and reinitialising git annex so it seems like the problem is just for git annex sync.
+"""]]
diff --git a/doc/bugs/sync_content_has_really_suboptimal_behavior.mdwn b/doc/bugs/sync_content_has_really_suboptimal_behavior.mdwn
new file mode 100644
index 000000000..f4f23fb9d
--- /dev/null
+++ b/doc/bugs/sync_content_has_really_suboptimal_behavior.mdwn
@@ -0,0 +1,29 @@
+### Please describe the problem.
+
+In a client, backup, smallarchive setup, new non-archive files will be copied to backup, copied to smallarchive, then dropped from smallarchive.
+
+### What steps will reproduce the problem?
+
+Create three repos, assign them groups client, backup, smallarchive.
+
+Add files to the client, not in the archive folder.
+
+Run sync --content
+
+### What version of git-annex are you using? On what operating system?
+
+git-annex version: 5.20150710
+
+### Please provide any additional information below.
+
+[[!format sh """
+copy SOMEFILE copy SOMEFILE (checking BACKUP...) (to BACKUP...)
+SHA256E-s309049--00bb4f52d3d9af507eaf8c837ce29ad133cf1964c0f8fbf586906b1e5676f0af.pdf
+ 309,049 100% 87.83MB/s 0:00:00 (xfr#1, to-chk=0/1)
+ok
+copy SOMEFILE copy SOMEFILE (checking SMALLARCHIVE...) (to SMALLARCHIVE...)
+ok
+drop SMALLARCHIVE SOMEFILE (checking BACKUP...) ok
+""" ]]
+
+Note: it's extremely and unnecessarily hard to report a bug. There are no links leading to instructions or anything on the home page. The "bugs" link leads to a list of pages with no instructions. Please at least add explanation to the bugs page. I had to edit an existing bug and change the edit URL.
diff --git a/doc/bugs/sync_content_has_really_suboptimal_behavior/comment_1_e26a33527b0ba6f471db30be9dc89a86._comment b/doc/bugs/sync_content_has_really_suboptimal_behavior/comment_1_e26a33527b0ba6f471db30be9dc89a86._comment
new file mode 100644
index 000000000..389c24cbf
--- /dev/null
+++ b/doc/bugs/sync_content_has_really_suboptimal_behavior/comment_1_e26a33527b0ba6f471db30be9dc89a86._comment
@@ -0,0 +1,7 @@
+[[!comment format=mdwn
+ username="filippo"
+ subject="numcopies"
+ date="2015-08-02T17:42:18Z"
+ content="""
+Maybe it's relevant that I have numcopies=2, which should however be fullfilled already by the BACKUP copy.
+"""]]