Recent comments posted to this site:

@Alexander that DAV-0.4 problem is a bug in DAV, not git-annex. I've informed its author and it should be fixed soon, in a new version of DAV.
Comment by joey Tue Apr 30 17:51:50 2013

possibly related to this Debian issue:

trying to install git-annex with cabal on OS X 10.8.3, the build fails with

Loading package DAV-0.4 ... linking ... ghc: 
lookupSymbol failed in relocateSection (relocate external)
~/.cabal/lib/DAV-0.4/ghc-7.4.2/HSDAV-0.4.o: unknown symbol `_DAVzm0zi4_PathszuDAV_version1_closure'
ghc: unable to load package `DAV-0.4'
Failed to install git-annex-4.20130417
cabal: Error: some packages failed to install:
git-annex-4.20130417 failed during the building phase. The exception was:
ExitFailure 1

This was after following all of the instructions for the Homebrew install at http://git-annex.branchable.com/install/OSX/ I was able to work around this issue by installing with the WebDAV flag disabled (ie, added the option --flags="-WebDAV" to last command in the OS X install instructions):

cabal install git-annex --bindir=$HOME/bin --flags="-WebDAV"
Comment by Alexander Mon Apr 29 13:57:03 2013
Would it be possible to add optional support for transferring files over XMPP (possibly being disabled out-of-the-box so as not to suck up third-party bandwidth)?
Comment by hhm Tue Apr 23 06:22:51 2013

You can use git annex rmurl $file $url, which I just added to git-annex.

(Also, git annex drop $file --from web will remove all the urls..)

Comment by joey Mon Apr 22 17:28:03 2013

@Richard, including all of /sdcard seems a reasonable thing to do if you want to back it all up. I don't know how likely anyone would be to want to sync the whole contents though.

@Leonardo direct mode is the default for all respositories created by the webapp, as well as all repositories on crippled filesystems that cannot support indirect mode. Android webapp thus defaults to direct mode twice over!

Comment by joey Sat Apr 20 19:38:47 2013
I think direct mode should be the default on Android
Comment by Leonardo Sat Apr 20 16:55:09 2013
You can turn off automatic commits in the webapp by pausing syncing for the local repository.
Comment by joey Fri Apr 19 14:01:44 2013

Hi,

my company would need this for some project.

But to adopt it I would need: * windows support (I don't care if now symlink support for now) * being able to define which files are automatically synced using a syntax similar to the gitignore one * being able to disable auto-commit (just synching, user should be able to commit on their own)

thanks

Comment by Daniele Fri Apr 19 06:47:36 2013

While my main use case is a photo repo, I don't think it's wise to default to there.

Similarly, spamming what amounts to the root dir of "external" storage with repos seems like a bad idea.

Comment by Richard Fri Apr 19 02:29:14 2013
sounds like a prime candidate for a nice lightweight linux distro ;)
Comment by edheil [wordpress.com] Wed Apr 17 22:05:34 2013
Comments on this page are closed.