Hi,

First off, thanks for Tailor. It's very slick and will make my life much happier.

So, here's what I've got. I do development using darcs, client has svn repository I want to push to. My configuration is below (hope I'm not breeching any etiquette by posting it). It worked great for putting my existing darcs repository into the svn repository, and it pushes changes from darcs up to svn just fine. However, when I run the reverse, to get changes from svn into my darcs, it doesn't seem to update the darcs:source repository, only the repository in root-directory. Is this by design? I usually keep a master repository and push/pull to that during development. It would seem rather painful to have to pull from the root-directory's darcs into my master, and then pull again into my development checkout. So, do I have something
misconfigured or am I doing something incorrectly?

Thanks
-Scott

[DEFAULT]
verbose = True
projects = project
start-revision = INITIAL

[project]
source = darcs:source
target = svn:target
root-directory = /Users/scott/test-tailor
state-file = tailor.state

[project-reverse]
source = svn:target
target = darcs:source
root-directory = /Users/scott/test-tailor
state-file = reverse.state

[darcs:source]
repository = /Users/scott/TTest-master
subdir = original

[svn:target]
repository = file:///Users/scott/ttest-repos
subdir = migrated

_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to