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

This commit is contained in:
Joey Hess 2013-07-09 20:53:03 -04:00
commit bbf0db432c
4 changed files with 71 additions and 0 deletions

View file

@ -0,0 +1,12 @@
### Please describe the problem.
When adding a folder with some 80.000 files, the sidebar with "Added x files" gets updated in batches. After some time, it shows (also see attached screenshot):
> Added 6496 files 5781 files 8633 files 7363 files 6159 files
This is a bit ugly. There could a newline after "files".
### What steps will reproduce the problem?
Add a folder with many files and subfolders in it.
### What version of git-annex are you using? On what operating system?
4.20130627

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawn5RcmefXjrl1vmbHIiOWQyXGXVKxlm3rg"
nickname="Kavin"
subject="comment 5"
date="2013-07-09T20:32:51Z"
content="""
Thank you very much!!!!! Yes, Planning to use Centralized repo. Basically what i understood was there will be a git server and separate server for hosting the large files. Its great to know i can use the same server and do not need to explicitly point to the server.
As we are using Gerrit, What is the general best practice for it. (After i am done with it, I will write a blog post, As i am sure many people with centralized repo's might need this)
Thanks!
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="http://joeyh.name/"
ip="4.154.7.235"
subject="comment 6"
date="2013-07-09T20:39:25Z"
content="""
Yes, the default for a repository accessed using ssh is to also store the large files in that repository. Of course you can set up a second remote to hold the large files if that works better.
I don't have any personal experience with Gerrit. All I can say is that files managed by git-annex will appear as symlinks.
"""]]

View file

@ -0,0 +1,38 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawn5RcmefXjrl1vmbHIiOWQyXGXVKxlm3rg"
nickname="Kavin"
subject="comment 7"
date="2013-07-09T23:48:17Z"
content="""
Thanks, So i made some progress, In the gerrit repo server, (which has git-annex installed)
I ran:
git annex init origin,
Did a clone of the repo, it had the branch git-annex, So i assumed all is working.
I did a
git annex add
and
git push
Then when i try to
git annex copy --to origin
I get error , But git-annex-shell is installed on the machine:
$ echo $PATH
/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/gerrit2/bin
$ which git-annex-shell
/usr/bin/git-annex-shell
Gerrit Code Review: git-annex-shell: not found
rsync: connection unexpectedly closed (0 bytes received so far) [sender]
rsync error: error in rsync protocol data stream (code 12) at io.c(600) [sender=3.0.6]
rsync failed -- run git annex again to resume file transfer failed
Any idea what i need to do to make it work ?
"""]]