#55: Can't import local CVS repository?
------------------------------+---------------------------------------------
Reporter: [EMAIL PROTECTED] | Owner: lele
Type: defect | Status: new
Priority: major | Milestone: VersionOne
Component: tailor | Version: 0.9
Keywords: |
------------------------------+---------------------------------------------
I'm trying to run the equivalent of
{{{tailor --source-kind=cvs --target-kind=svn --source-
repository=/...localpath.../cvsroot --source-module=Projects --target-
repository=file://...localpath.../svnroot --target-module=Projects --use-
svn-propset --verbose --debug}}}
(but with a configuration file, as tailor forces me to do). I get output
along these lines:
{{{
=============================================================================
cvs log: Logging Projects/blah
...[various cvs log data]...
=============================================================================
/toc/home/edemaine/Packages/lib/python2.5/site-packages/vcpx/cvs.py:329:
DeprecationWarning: The sre module is deprecated, please import re.
import sre
20:23:47 [C] Checkout of project failed!
Traceback (most recent call last):
File "/toc/home/edemaine/Packages/bin/tailor", line 33, in <module>
main()
[...]
File "/toc/home/edemaine/Packages/lib/python2.5/site-
packages/vcpx/cvs.py", line 189, in __init__
self.__parseCvsLog(branch, entries, since)
File "/toc/home/edemaine/Packages/lib/python2.5/site-
packages/vcpx/cvs.py", line 350, in __parseCvsLog
"Missed 'cvs rlog: Logging XX' line"
AssertionError: Missed 'cvs rlog: Logging XX' line
}}}
The issue seems to be just a mistaken regex. I get {{{cvs log}}}, whereas
tailor is looking for {{{cvs rlog}}}. Presumably this is because my
repository is local, whereas all tested repositories have been remote?
Just guessing.
--
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/55>
Tailor <http://progetti.arstecnica.it/tailor>
An inter-VCs changeset exchanger_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor