#156: failure tailorizing twisted's history
--------------------+-------------------------------------------------------
 Reporter:  zooko   |       Owner:  lele      
     Type:  defect  |      Status:  new       
 Priority:  major   |   Milestone:  VersionOne
Component:  tailor  |     Version:  0.9       
 Keywords:          |  
--------------------+-------------------------------------------------------
 tail of the stdout/stderr:
 {{{
 22:03:14 [I] /Users/wonwinmcbrootles/playground/twisted/tailored $ darcs
 record --all --pipe
 22:03:18 [I] [Ok]
 22:03:18 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
 22:03:18 [I] Changeset #11640
 22:03:18 [I] Changeset "12161"
 22:03:18 [I] Log message: a logging howto for 2.0
 22:03:18 [I] /Users/wonwinmcbrootles/playground/twisted/tailored $ svn
 update --ignore-externals --revision 12161 . 2>&1
 22:03:27 [I] [Ok]
 22:03:27 [I] /Users/wonwinmcbrootles/playground/twisted/tailored $ darcs
 add --case-ok --not-recursive --quiet sandbox/slyphon/logging_howto.xhtml
 22:03:27 [I] [Ok]
 22:03:27 [I] /Users/wonwinmcbrootles/playground/twisted/tailored $ darcs
 record --all --pipe
 22:03:30 [I] [Ok]
 22:03:30 [I] -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
 22:03:30 [I] Changeset #11641
 22:03:30 [I] Changeset "12162"
 22:03:30 [I] Log message: a py/libevent module and beginings of a reactor
 22:03:30 [I] /Users/wonwinmcbrootles/playground/twisted/tailored $ svn
 update --ignore-externals --revision 12162 . 2>&1
 22:03:36 [W] [Status 1]
 22:03:36 [E] /Users/wonwinmcbrootles/playground/twisted/tailored $ svn
 update --ignore-externals --revision 12162 . 2>&1 returned status 1 saying
 svn: Failed to add directory 'sandbox/slyphon/libevent/pyevent': object of
 the same name already exists

 22:03:36 [W] Retrying in 2 seconds...
 22:03:38 [I] /Users/wonwinmcbrootles/playground/twisted/tailored $ svn
 update --ignore-externals --revision 12162 . 2>&1
 22:03:43 [W] [Status 1]
 22:03:43 [E] /Users/wonwinmcbrootles/playground/twisted/tailored $ svn
 update --ignore-externals --revision 12162 . 2>&1 returned status 1 saying
 svn: Failed to add directory 'sandbox/slyphon/libevent/pyevent': object of
 the same name already exists

 22:03:43 [W] Retrying in 4 seconds...
 22:03:47 [I] /Users/wonwinmcbrootles/playground/twisted/tailored $ svn
 update --ignore-externals --revision 12162 . 2>&1
 22:03:52 [W] [Status 1]
 22:03:52 [E] /Users/wonwinmcbrootles/playground/twisted/tailored $ svn
 update --ignore-externals --revision 12162 . 2>&1 returned status 1 saying
 svn: Failed to add directory 'sandbox/slyphon/libevent/pyevent': object of
 the same name already exists

 22:03:52 [W] Retrying in 8 seconds...
 22:04:00 [I] /Users/wonwinmcbrootles/playground/twisted/tailored $ svn
 update --ignore-externals --revision 12162 . 2>&1
 22:04:07 [W] [Status 1]
 22:04:07 [C] Couldn't apply changeset
 22:04:08 [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.32', 'console_scripts', 'tailor')()
   File "/usr/local/stow/python-release25-maint-2008-05-15/lib/python2.5
 /site-packages/tailor-0.9.32-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.32-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.32-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.32-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.32-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.32-py2.5.egg/vcpx/repository/svn.py", line 471,
 in _applyChangeset
     err.read()))
 vcpx.source.ChangesetApplicationFailure:
 /Users/wonwinmcbrootles/playground/twisted/tailored $ svn update --ignore-
 externals --revision 12162 . 2>&1 returned status 1 saying
 svn: Failed to add directory 'sandbox/slyphon/libevent/pyevent': object of
 the same name already exists
 }}}

 tialor.config file:

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

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

 [darcs:target]
 init-options = --darcs-2
 encoding = utf-8

 [svn:source]
 module = trunk
 repository = svn://svn.twistedmatrix.com/svn/Twisted
 encoding = utf-8
 }}}

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

Reply via email to