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

Re: cvs2svn.py

From: Max Bowsher <maxb_at_ukf.net>
Date: 2003-09-02 23:55:01 CEST

Martin Fuchs wrote:
>>> We could have cvs2svn act the same as 'cvs log' and just drop the second
>>> symbol.
>>> Maybe as an option? strict vs lenient mode?
>>
>> Yes, that wood be a good solution.
>>
>> I did not change the repository in any way by hand. It has all been
>> generated by CVS itself. This "MFuchs" and "v1" have been generated as
>> vendor-tag and release-tag from the "cvs import" command. They can be
found
>> on any file in the same directory. I don't know what happened exacty
when
>> importing the files, may be there has occured some error. I even do not
>> know, what this "vendor" and "release" tags are needed for. I would not
use
>> them, if "cvs import" would not explicitely demand them.
>
> Now i could find, what may have caused the problem. If I import a module
> twice in cvs, I get this duplicate 1.1.1 tags:
>
> y>cvs import test1 vendor1 release1
> N test1/1.txt
>
> No conflicts created by this import
>
>> cvs import test1 vendor2 release2
> U test1/1.txt
>
> No conflicts created by this import
>

Yes, the above cvs commands are technically incorrect. I believe it says
somewhere in the CVS Manual that the vendor argument to import should always
be the same for any one vendor branch.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 2 23:56:10 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.