[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: Max Bowsher <maxb_at_ukf.net>
Date: 2003-11-14 18:30:18 CET

Andreas Schildbach wrote:
> Below is an example of a ,v file that came out empty in the svn
> repository.
...
> author @andreas.schildbach@;

Aha! The mystery is explained - you are using cvsnt!

During conversion, I imagine you should see messages like:
[[[
co: foo/foo,v:9: missing author
co aborted
]]]

The basic RCS format defines "author" as an identifier.
CVSNT redefines "author" as an RCS @-string. This allows cvsnt to allow
spaces, periods, etc. in author names, *but* makes the resulting RCS files
incompatible with standard tools.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 14 18:34:44 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.