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

Re: Empty file problem with cvs2svn.py!

From: mark benedetto king <mbk_at_lowlatency.com>
Date: 2003-11-14 17:40:11 CET

On Fri, Nov 14, 2003 at 08:45:00AM +0100, Andreas Schildbach wrote:
> 1.1
> date 2003.08.14.16.42.10; author @andreas.schildbach@; state Exp;

My version of "co" doesn't know how to handle this author string. It
says:

$ co -p -r1.1 test,v
test,v --> standard output
co: test,v:9: missing author
co aborted

If I remove the '@'s from this line, it works. The rcsfile(5)
manpage is pretty clear that "author" should be followed by an
"id", which much not contain '@'. They also must not contain '.',
according to the manpage, but apparently co is more forgiving in
that respect.

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 14 17:41:45 2003

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

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