I've been working on converting a darcs repository to svn. I hit a few bumps along the way, including tailor bug #71, which works fine after applying the patch, and #65, which I'm in the middle of trying to work around. But lele reminds me that I should share the config since the repository is public, so he can help debug it.
(config file attached.) I'm currently using a local copy of the darcs repository for efficiency, but you can pull from darcs:openid-python-ro if you like. Thanks for your work on tailor. It may yet make it easier for us to get along with all the non-darcs-using peoples of the world.
[DEFAULT] verbose = True projects = darcs-to-svn [darcs-to-svn] source = darcs:test-openid-python target = svn:test-openid-python root-directory = ~/tailor-openid/try subdir = darcside [darcs:openid-python-ro] # Read-only access to the darcs repository. # (This is currently mirrored from openid/stable/openid at 7pm.) repository = http://www.openidenabled.com/resources/repos/python/openid/ #subdir = darcside [darcs:openid-python-rw] # Read-write access to the darcs repository. # (Available only on JanRain intranet.) repository = repos.janrain.com:/home/vault/projects/openid/testing/openid #subdir = darcside [svn:openid-python] repository = http://openid.net/svn module = libraries/openid/python use-propset = True [svn:apache-openid-python] # OpenID in the Apache Heraldry incubator. repository = http://svn.apache.org/repos/asf/ module = /incubator/heraldry/libraries/openid/trunk #subdir = svnside ### Local test repositories: [svn:test-openid-python] repository = file:///home/kevint/openid.net-test/ module = trunk #module = /libraries/openid/python/trunk #module = /incubator/heraldry/libraries/openid/trunk use-propset = True #subdir = svnside [darcs:test-openid-python] repository = ~/localdarcs/openid #subdir = darcside
_______________________________________________ Tailor mailing list [email protected] http://lists.zooko.com/mailman/listinfo/tailor
