#101: hg --> cvs: cvs checkout - absolute pathname illegal for server?
---------------------------+------------------------------------------------
Reporter: ThurnerRupert | Owner: lele
Type: defect | Status: new
Priority: major | Milestone: VersionOne
Component: cvs | Version: 1.0
Keywords: |
---------------------------+------------------------------------------------
when running
{{{
tailor -D -v --configfile myconf.tailor
}}}
we get the error
{{{
$ cvs -f -d :pserver:[EMAIL PROTECTED]:/rep/myrep co -d
/usr/local/sync/hg2cvs/mycomp-dir mycomp-in-cvs
cvs [checkout aborted]: absolute pathname `/usr/local/sync/hg2cvs/mycomp-
dir' illegal for server
}}}
while
{{{
cvs -f -d :pserver:[EMAIL PROTECTED]:/rep/myrep co mycomp-in-cvs
}}}
should work. is this intended?
the myconf.tailor:
{{{
[DEFAULT]
verbose = True
[project]
target = cvs:target
start-revision = INITIAL
root-directory = /usr/local/sync/hg2cvs/mycomp-dir
state-file = tailor.state
source = hg:source
subdir = .
[hg:source]
module = /
repository = /usr/local/hg/mycomp
[cvs:target]
module = mycomp-in-cvs
repository = :pserver:[EMAIL PROTECTED]:/rep/myrep
}}}
tailor version: 0.9.27
--
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/101>
Tailor <http://progetti.arstecnica.it/tailor>
An inter-VCs changeset exchanger_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor