Recent comments posted to this site:
hi, check out http://puffingdev.com/live-gource-visually-display-your-svngit-activity-live/
You can use it to display LIVE updates of a git repo, nice to have on a screen in your company's common area for example.
What's the difference between source
and unwanted
?
source
(not copies=1
) will keep files that have less than 1 copies, meaning zero copies, meaning no files.unwanted
will exclude all files.
Both gets to the same results, all files are moved elsewhere. Right?
Is there going to be an update of git-annex in debian squeeze-backports to a version that supports repository version 3? Thx
You can also use Homebrew instead of MacPorts. Homebrew's haskell-platform
is up-to-date, too:
brew install haskell-platform git ossp-uuid md5sha1sum coreutils pcre
ln -s /usr/local/include/pcre.h /usr/include/pcre.h
As of this writing, however, Homebrew's md5sha1sum
has a broken mirror. I wound up getting that from MacPorts anyway.
git annex fsck
complained that I had only one copy per file even though I had created my clone, already. Once I git pull
ed from the second repo, not getting any changes for obvious reasons, git annex fsck
was happy. So I am not sure how my addition was incorrect. -- RichiH
Hello everyone.
Be aware that your distribution's package may be very old. For example, at the time I write this, latest Debian stable is Debian 7.5 which is 2 months old. But git-annex package there is two years old (tomorrow, it will be exactly two yezrs old).
So, beware. If following online walkthrough, either install a more recent git-annex (e.g. from Debain backports) or follow instructions from your local /usr/share/doc/git-annex/html/walkthrough.html
instead.
hi
I got the above message, and cannot sync to my owncloud. Here is the log file i had:
[2013-07-10 12:30:31 HKT] main: starting assistant version 4.20130627 (scanning...) [2013-07-10 12:30:31 HKT] Watcher: Performing startup scan (started...) git-annex: Daemon is already running. git-annex: Daemon is already running. [2013-07-10 12:44:04 HKT] Committer: Adding sync2Servers.sh
add syncByRsync/sync2Servers.sh (checksum...) [2013-07-10 12:44:04 HKT] Committer: Committing changes to git (gpg)
owncloud hook exited nonzero! git-annex: Daemon is already running. [2013-07-10 12:51:07 HKT] main: Syncing with owncloud
owncloud hook exited nonzero! [2013-07-10 12:53:10 HKT] Committer: Adding 2 files ok (Recording state in git...) (Recording state in git...) add syncByRsync/DSCN1810.JPG (checksum...) ok add syncByRsync/DSCN1810.JPG (checksum...) [2013-07-10 12:53:10 HKT] Committer: Committing changes to git
owncloud hook exited nonzero! [2013-07-10 12:53:50 HKT] main: Syncing with owncloud owncloud hook exited nonzero! owncloud hook exited nonzero!
thanks
yan
As of right now, the assistant has only secondary benefit over plain git-annex inasmuch there's a lot more code activity.
As soon as the assistant supports Android, I will use for syncing photos off of my phone and may start to use the assistant on my usual repos as a natural consequence.
Additionally, there's a subjective feeling of more bugs being reported. That may or may not be true, but as long as there's no Android port, I don't have an actual reason to "risk" it.
-- Richard
PS: This seems to be the first poll where you can place only one vote while it's the first where I really wanted to vote on two separate items.