#97: Monotone to SVN fails
----------------------+-----------------------------------------------------
  Reporter:  stelios  |       Owner:  lele      
      Type:  defect   |      Status:  new       
  Priority:  major    |   Milestone:  VersionOne
 Component:  tailor   |     Version:  0.9       
Resolution:           |    Keywords:            
----------------------+-----------------------------------------------------
Comment (by stelios):

 The following patch fixes the python error but still the sync fails
 with the following message
 {{{
 15:06:59 [C] Unable to get changes for "project"
 }}}


 {{{
 --- orig-monotone.py    2007-01-22 13:09:23.000000000 +0200
 +++ monotone.py 2007-01-22 15:02:48.000000000 +0200
 @@ -222,7 +222,7 @@
              pr = self.PrefixRemover(curline)
              if pr("Revision:"):
                  if pr.value != revision:
 -                    raise GetUpstreamChangesetsFailure("Revision doesn't
 match. Expected %s, found %s" % revision, pr.value)
 +                    raise GetUpstreamChangesetsFailure("Revision doesn't
 match. Expected %s, found %s" %(revision,pr.value))
                  state = self.SINGLE
              elif pr("Ancestor:"):
                  if pr.value:
 }}}

-- 
Ticket URL: <http://progetti.arstecnica.it/tailor/ticket/97#comment:1>
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