#153: tailorizing twisted fails
--------------------+-------------------------------------------------------
 Reporter:  zooko   |       Owner:  lele      
     Type:  defect  |      Status:  new       
 Priority:  major   |   Milestone:  VersionOne
Component:  tailor  |     Version:  0.9       
 Keywords:          |  
--------------------+-------------------------------------------------------
 Here is the tailor.config:

 {{{
 [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

 [svn:source]
 module = trunk
 repository = svn://svn.twistedmatrix.com/svn/Twisted
 }}}

 and here is the tail of the project.log:

 {{{
 2008-05-15 16:37:45     INFO: Changeset #499
 2008-05-15 16:37:45     INFO: Changeset "502"
 2008-05-15 16:37:45     INFO: Log message: unlame-ify classnames!

 2008-05-15 16:37:45     INFO:
 /Users/wonwinmcbrootles/playground/twisted/tailored $ svn update --ignore-
 externals --revision 502 . 2>&1
 2008-05-15 16:37:47     INFO: [Ok]
 2008-05-15 16:37:47     INFO:
 /Users/wonwinmcbrootles/playground/twisted/tailored $ darcs record --all
 --pipe
 2008-05-15 16:37:47     INFO: [Ok]
 2008-05-15 16:37:47     INFO:
 -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
 2008-05-15 16:37:47     INFO: Changeset #500
 2008-05-15 16:37:47     INFO: Changeset "503"
 2008-05-15 16:37:47     INFO: Log message: gone-ify pretzel =(

 2008-05-15 16:37:47     INFO:
 /Users/wonwinmcbrootles/playground/twisted/tailored $ svn update --ignore-
 externals --revision 503 . 2>&1
 2008-05-15 16:37:49     INFO: [Ok]
 2008-05-15 16:37:49     INFO:
 /Users/wonwinmcbrootles/playground/twisted/tailored $ darcs record --all
 --pipe
 2008-05-15 16:37:49     INFO: [Ok]
 2008-05-15 16:37:49     INFO:
 -*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
 2008-05-15 16:37:49     INFO: Changeset #501
 2008-05-15 16:37:49     INFO: Changeset "504"
 2008-05-15 16:37:49     INFO: Log message:

 redid the calendar module.  changed the name so that "import calendar"
 works in the file, for some reason it was doing a recursive import.

 2008-05-15 16:37:49     INFO:
 /Users/wonwinmcbrootles/playground/twisted/tailored $ svn update --ignore-
 externals --revision 504 . 2>&1
 2008-05-15 16:37:52     INFO: [Ok]
 2008-05-15 16:37:52     INFO:
 /Users/wonwinmcbrootles/playground/twisted/tailored $ darcs add --case-ok
 --not-recursive --quiet twisted/web/cal.py
 2008-05-15 16:37:52     INFO: [Ok]
 2008-05-15 16:37:52     INFO:
 /Users/wonwinmcbrootles/playground/twisted/tailored $ darcs record --all
 --pipe
 2008-05-15 16:37:52  WARNING: [Status 2]
 2008-05-15 16:37:52 CRITICAL: Couldn't replay changeset
 2008-05-15 16:37:53 CRITICAL: Upstream change application failed
 }}}

-- 
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/153>
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