Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2015-08-02 19:15:36 -04:00
commit c8f3b711f4
3 changed files with 46 additions and 0 deletions

View file

@ -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.
"""]]

View file

@ -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.

View file

@ -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.
"""]]