[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: cvs2svn.py fails converting repository with the attached file

From: <kfogel_at_collab.net>
Date: 2003-06-27 01:42:30 CEST

MBK writes:
> > rcsparse isn't technically part of svn, so I haven't committed
> > this change. :-(

David Summers <david@summersoft.fay.ar.us> writes:
> The patch certainly fixes the abnormal termination of the script, but now
> I'm getting: [errors from rcs 'co']

Thanks for the patch, MBK.

Subversion includes rcsparse as a third-party project, but we have
actually checked in its CVS dir along with its files, so that we can
update our Subversion copy more or less like this:

   $ cvs up
   $ svn ci -m "Update to head of master."

So the best solution would be to commit this change upstream. I'll
take a look at the patch & talk to Greg Stein about getting it into
the master rcsparse tree.

The fact that we can also get a warning from RCS 'co' later on is
unfortunate, but it may not be fatal. The question is whether RCS
correctly reads the state correctly afterwards, since these lines tend
to look like this in the ,v file:

   date 2003.05.23.00.17.53; author jrandom; state Exp;

If RCS doesn't read the state field, then we may have a bigger
problem, we'll see...

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 27 02:32:02 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.