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

This commit is contained in:
Joey Hess 2013-10-22 13:32:30 -04:00
commit a760e34310
8 changed files with 95 additions and 0 deletions

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="http://adamspiers.myopenid.com/"
nickname="Adam"
subject="any chance of a new release?"
date="2013-10-22T13:33:57Z"
content="""
I just upgraded via cabal install to 4.20131002, which (unsurprisingly, I guess) still exhibits this issue. Would be great if a new release could be cut for this ...
"""]]

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="Xyem"
ip="87.194.19.134"
subject="comment 4"
date="2013-10-22T11:28:52Z"
content="""
I've had this a few times (or situations very similar).
git init
is now always followed by
git commit -m \"CREATE GIT REPOSITORY\" --allow-empty
.. which I should really set as an alias :)
"""]]

View file

@ -0,0 +1,8 @@
Hallo,
I have got a Samsung Galaxy Note 10.1 I want to sync with a remote ssh-Server, but the tablet only supports exFAT and FAT file Systems, so I cannot use symlinks.
Does any solution exist for this?
Mebus

View file

@ -0,0 +1,11 @@
I need some help understanding here.
We use AeroFS at work to sync the normal user files across computers. I'll quite likely be replacing that with git annex as soon as Windows port is stable enough.
How it works is that you create a repo, and share it with one or more users. Then AeroFS discovers what other repos are online and if they're on the local network, and syncs from wherever is most convenient.
This sounds a little like pairing, but with pairing you need to arrange more than 2 devices in a "star" or "chain". This is fine for my own devices, but it becomes brittle if you have lots of devices syncing from each other, which may or may not be online at any given time. The only way around it seems to be to pair each device with each other device, with the labor rising exponentially.
Is this correct? Best compromise for my use case seems to be to just do a star setup and pair everything with an always-on machine. Do you agree?
Thanks! Carlo

View file

@ -0,0 +1,23 @@
Hey, so I am trying to compile git-annex through cabal but it fails on building uuid. It gives me this strange error:
Resolving dependencies...
Configuring uuid-1.3.1...
Building uuid-1.3.1...
Preprocessing library uuid-1.3.1...
[ 1 of 10] Compiling Data.UUID.Builder ( Data/UUID/Builder.hs, dist/build/Data/UUID/Builder.o )
[ 2 of 10] Compiling Data.Word.Util ( Data/Word/Util.hs, dist/build/Data/Word/Util.o )
[ 3 of 10] Compiling Data.UUID.Internal ( Data/UUID/Internal.hs, dist/build/Data/UUID/Internal.o )
Data/UUID/Internal.hs:394:20: Not in scope: `BL.fromStrict'
Data/UUID/Internal.hs:399:48: Not in scope: `BL.toStrict'
cabal: Error: some packages failed to install:
git-annex-4.20131002 depends on uuid-1.3.1 which failed to install.
uuid-1.3.1 failed during the building phase. The exception was:
ExitFailure 1
Any advice on how to proceed?
System is: Debian Wheezy (CrunchBang Waldorf) 64bit
versions are:
uuid-dev: 2.20.1-5.3
cabal: 1.14.0

View file

@ -0,0 +1,12 @@
I am trying to get git-annex working on Ubuntu, specifically 13.04 and now 13.10 (I thought upgrading to a new distro. would fix the issue).
I have tried:
* installing via apt-get install git-annex
* installing via cabal (full-build)
Both times git-annex install successfully with no errors. I then start the webapp and create a repository (which git-annex creates successfully), I then add the folders and files I want it to sync. Git-annex finds the files and says it has began syncing them, but it never moves past the first batch of files it 'says' it had started syncing. I have waited 5+ hours at one point and nothing has changed. Also, the webapp is incredibly slow, it takes 15+ seconds to perform ANY action (such as saving options or viewing the logs). The issue definitely isn't my computer as I am using an high-end SSD, core i7, DDR3 RAM, etc...
Also the logs produce no errors of any kind and actually show git-annex adding files, most of the log entries say add 'filedirectory/filename.txt' as an example.
I have gotten this to successfully work on Fedora, but Ubuntu (13.04/13.10) is having serious problems.

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawkj7tMEJKcZpNXIFkHAAcNi5qJFSFyjn6o"
nickname="thissideup"
subject="comment 2"
date="2013-10-22T11:05:13Z"
content="""
ah okay. That was what I was trying to do, but git-annex failed on my. Remembering that I was on Debian and checking the version (which was June 2012) - I supposed that I wasn't able to use the assistant yet.
So now I am trying to compile from source using cabal, however I sadly ran into a roadblock: http://git-annex.branchable.com/forum/cabal_install_fails_on_uuid/
"""]]

View file

@ -0,0 +1,8 @@
[[!comment format=mdwn
username="https://www.google.com/accounts/o8/id?id=AItOawnZEanlyzay_QlEAL0CWpyZcRTyN7vay8U"
nickname="Carlo"
subject="comment 8"
date="2013-10-22T14:30:58Z"
content="""
Same setup, same problem... no log output on raspberry pi.
"""]]