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

Re: cvs2svn

From: <kfogel_at_collab.net>
Date: 2003-08-01 18:23:45 CEST

Clark Rawlins <clark@bit63.org> writes:
> $cvs2svn/cvs2svn.py -s eureka --create --trunk=trunk --branches=branches
> --tags=tags cvs_repository/
>
> Error while parsing 'cvs_repository/ANT/src/fe_redwood/make.txt,v':
> branch 1.1.1 already has name 'ANT_COMPONENTS',
> cannot also have name 'avendor'.
>
> Is this a bug or is it a problem with my misunderstanding of how this is
> supposed to work?

This is a problem in the RCS file make.txt,v. If you look at the
symbolic names header, you will see that branch 1.1.1 has two
different names. Try removing one of them.

If anyone has reason to believe this is a legitimate CVS construct,
please say something. It seems to be quite rare, and I don't see how
it could have been achieved via CVS, which as far as I remember
doesn't permit a branch to be given more than one name. (Tagged
revisions are a different story, of course.)

-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 1 19:02: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.