#154: fails to convert clisp history from CVS to darcs
--------------------+-------------------------------------------------------
 Reporter:  zooko   |       Owner:  lele      
     Type:  defect  |      Status:  new       
 Priority:  major   |   Milestone:  VersionOne
Component:  tailor  |     Version:  0.9       
 Keywords:          |  
--------------------+-------------------------------------------------------
 The tailor.config file:

 {{{
 [DEFAULT]
 remove-first-log-line = True
 verbose = True
 patch-name-format = %(firstlogline)s

 [project]
 target = darcs:target
 start-revision = INITIAL
 state-file = tailor.state
 source = cvs:source
 subdir = .

 [darcs:target]
 init-options = --darcs-2

 [cvs:source]
 module = clisp
 repository = :pserver:[EMAIL PROTECTED]:/cvsroot/clisp
 }}}

 The output ends with:

 {{{
 12:42:30 [I] /Users/wonwinmcbrootles/playground/e/clisp/tailored $ cvs -f
 -d :pserver:[EMAIL PROTECTED]:/cvsroot/clisp -q update
 -d -r 1.139 src/ChangeLog12:42:37 [I] [Ok]12:42:37 [I]
 /Users/wonwinmcbrootles/playground/e/clisp/tailored $ darcs record --all
 --pipe12:42:38 [I] [Ok]12:42:38 [I]
 -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*12:42:38 [I]
 Changeset #23012:42:38 [I] Changeset "1998-10-12 13:09:02 by
 haible"12:42:38 [I] Log message: Add prototype declarations
 everywhere.12:42:38 [I]
 /Users/wonwinmcbrootles/playground/e/clisp/tailored $ cvs -f -d
 :pserver:[EMAIL PROTECTED]:/cvsroot/clisp -q update -d
 -r 1.1 src/readline/ChangeLog src/readline/ansi_proto.h
 src/readline/shell.h src/readline/xmalloc.h12:42:40 [W] [Status 1]12:42:40
 [W] /Users/wonwinmcbrootles/playground/e/clisp/tailored $ cvs -f -d
 :pserver:[EMAIL PROTECTED]:/cvsroot/clisp -q update -d
 -r 1.1 src/readline/ChangeLog src/readline/ansi_proto.h
 src/readline/shell.h src/readline/xmalloc.h returned status 1, retrying in
 2 seconds...12:42:41 [I]
 /Users/wonwinmcbrootles/playground/e/clisp/tailored $ cvs -f -d
 :pserver:[EMAIL PROTECTED]:/cvsroot/clisp -q update -d
 -r 1.1 src/readline/ChangeLog src/readline/ansi_proto.h
 src/readline/shell.h src/readline/xmalloc.h12:42:42 [W] [Status 1]12:42:42
 [W] /Users/wonwinmcbrootles/playground/e/clisp/tailored $ cvs -f -d
 :pserver:[EMAIL PROTECTED]:/cvsroot/clisp -q update -d
 -r 1.1 src/readline/ChangeLog src/readline/ansi_proto.h
 src/readline/shell.h src/readline/xmalloc.h returned status 1, retrying in
 4 seconds...12:42:44 [I]
 /Users/wonwinmcbrootles/playground/e/clisp/tailored $ cvs -f -d
 :pserver:[EMAIL PROTECTED]:/cvsroot/clisp -q update -d
 -r 1.1 src/readline/ChangeLog src/readline/ansi_proto.h
 src/readline/shell.h src/readline/xmalloc.h12:42:45 [W] [Status 1]12:42:45
 [W] /Users/wonwinmcbrootles/playground/e/clisp/tailored $ cvs -f -d
 :pserver:[EMAIL PROTECTED]:/cvsroot/clisp -q update -d
 -r 1.1 src/readline/ChangeLog src/readline/ansi_proto.h
 src/readline/shell.h src/readline/xmalloc.h returned status 1, retrying in
 8 seconds...12:42:48 [I]
 /Users/wonwinmcbrootles/playground/e/clisp/tailored $ cvs -f -d
 :pserver:[EMAIL PROTECTED]:/cvsroot/clisp -q update -d
 -r 1.1 src/readline/ChangeLog src/readline/ansi_proto.h
 src/readline/shell.h src/readline/xmalloc.h
 12:42:49 [W] [Status 1]
 12:42:49 [C] Couldn't apply changeset
 12:42:50 [C] Upstream change application failed
 Traceback (most recent call last):
   File "/usr/local/bin/tailor", line 8, in <module>
     load_entry_point('tailor==0.9.31', 'console_scripts', 'tailor')()
   File "/usr/local/stow/python-release25-maint-2008-05-15/lib/python2.5
 /site-packages/tailor-0.9.31-py2.5.egg/vcpx/tailor.py", line 342, in main
     tailorizer()
   File "/usr/local/stow/python-release25-maint-2008-05-15/lib/python2.5
 /site-packages/tailor-0.9.31-py2.5.egg/vcpx/tailor.py", line 147, in
 __call__
     self.update()
   File "/usr/local/stow/python-release25-maint-2008-05-15/lib/python2.5
 /site-packages/tailor-0.9.31-py2.5.egg/vcpx/tailor.py", line 111, in
 update
     applyable=self._applyable, applied=self._applied)
   File "/usr/local/stow/python-release25-maint-2008-05-15/lib/python2.5
 /site-packages/tailor-0.9.31-py2.5.egg/vcpx/dualwd.py", line 97, in
 applyPendingChangesets
     applied=applied)
   File "/usr/local/stow/python-release25-maint-2008-05-15/lib/python2.5
 /site-packages/tailor-0.9.31-py2.5.egg/vcpx/source.py", line 113, in
 applyPendingChangesets
     res = self._applyChangeset(c)
   File "/usr/local/stow/python-release25-maint-2008-05-15/lib/python2.5
 /site-packages/tailor-0.9.31-py2.5.egg/vcpx/repository/cvsps.py", line
 372, in _applyChangeset
     cvsup.exit_status))
 vcpx.source.ChangesetApplicationFailure:
 /Users/wonwinmcbrootles/playground/e/clisp/tailored $ cvs -f -d
 :pserver:[EMAIL PROTECTED]:/cvsroot/clisp -q update -d
 -r 1.1 src/readline/ChangeLog src/readline/ansi_proto.h
 src/readline/shell.h src/readline/xmalloc.h returned status 1

 real    74m52.620s
 user    5m30.156s
 sys     3m50.761s
 }}}

-- 
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/154>
Tailor <http://progetti.arstecnica.it/tailor>
An inter-VCs changeset exchanger
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to