#55: Can't import local CVS repository?
-------------------------------+--------------------------------------------
  Reporter:  [EMAIL PROTECTED]  |       Owner:  lele      
      Type:  defect            |      Status:  new       
  Priority:  major             |   Milestone:  VersionOne
 Component:  cvs               |     Version:  0.9       
Resolution:                    |    Keywords:            
-------------------------------+--------------------------------------------

Comment(by lele):

 Replying to [comment:2 docwhat]:
 > There is nothing like the output that is being looked for in the source:
 > {{{
 > ...startswith('cvs rlog: Logging ')
 > }}}

 CVS outputs that line on stderr, not stdin. So, to get it (and tailor
 *needs* it), you should redirect that channel onto stdout like in
 {{{
   cvs -f -d systemname:/path/to/cvs rlog somemodule 2>&1
 }}}
 that's what tailor does behind the scene. I fixed the missing bit, and now
 tailor correctly shows that detail when it prints the command line.

 So no, I doubt that is the problem here. What I need is a way to replicate
 the problem, working on a CVS repository as tiny as possible.

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