Re: cvs2svn.py fails converting repository with the attached file
From: Greg Stein <gstein_at_lyra.org>
Date: 2003-06-27 03:23:26 CEST
On Thu, Jun 26, 2003 at 01:15:49PM -0400, mark benedetto king wrote:
We can optimistically grab all three tokens. If 'semi' is not a semicolon,
> if sym != 'author':
I would favor an assumption of a single extra token for the author, rather
Something like:
semi, author, sym = self.ts.mget(3)
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Jun 27 03:18:48 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.