Hi all,
I've to migrate my cvs repo to svn. Using the following config file I've
generated a directory (svntemp) with a .svn and the whole project with
history.  Now I'd like to put this directory avalaible on the net in a
svn repository... but I don't understand how this works. With darcs I
just make the entire directory accessible with http and it works. What
do I have to do with svn ?

maybe this is not very tailor related, but maybe I just got the
conversion the wrong way around.

---------------------

[DEFAULT]
verbose = True
projects = svn2darcs
encoding = utf8
encoding-errors-policy = ignore
root-directory = /tmp/tailor

[cvs2svn]
source = cvs:remotesource
target = svn:tailor
patch-name-format = [r%(revision)s] %(firstlogline)s
remove-first-log-line = True
refill-changelogs = True
state-file = svn2darcs.state

[cvs:remotesource]
module = cduce
repository = :pserver:[EMAIL PROTECTED]:/cvsroot
subdir = remotesource

[svn:tailor]
repository = file:///tmp/tailor/svnrepo
module = /
subdir = svntemp

--------------

thanks :)
p

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

Reply via email to