Mercurial > code > home > repos > reposync
view readme @ 2:22ccc05756de
don't waste time scanning repos that appear to have no recent activity
Ignore-this: 9a29d293662729aa46d775c4b5d31146
author | drewp@bigasterisk.com |
---|---|
date | Tue, 08 Jan 2013 23:41:13 -0800 |
parents | 90405940c263 |
children | 7f479502a8ab |
line wrap: on
line source
Mirrors a directory of darcs repos onto github. Config description: { "user" : "<username on github>", "SSH_AUTH_SOCK" : "path to ssh-agent socket file, like /tmp/ssh-abcde12345/agent.12345", "gitHubToken" : "<from https://github.com/account/admin>", "gitsyncDir" : "<dir to dump the local git mirrors>", "darcsDir" : "<dir whose subdirs are the darcs repos you want to mirror>", "darcsToGitCmd" : "/usr/bin/darcs-to-git" } See also: http://www.silverwareconsulting.com/index.cfm/2009/10/30/Placing-Config-Files-Under-Version-Control-with-Git-and-GitHub