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

Re: mks2cvs + cvs2svn selects wrong file versions in tags

From: Max Bowsher <maxb_at_ukf.net>
Date: 2003-08-29 16:55:37 CEST

Mats Nilsson wrote:
> Hi
>
> I converted a MKS SI repository of ours to CVS using a tool called
> mks2cvs.pl floating around the internet.
> The repository contains an active main branch, and three active
> branches off the main branch at various places. Multiple tags on each
> branch.
>
> When running cvs2svn on this converted repository I notice that at
> least one tag refers to the wrong version of a file, namely 1.15.1.2
> instead of 1.16.
>
> Another thing that strikes me as odd is that /trunk received versions
> 1.15, 1.16, 1.15.1.2 of this file in that order (consistent with the
> chronological order of these versions). Therefore, HEAD has the file
> corresponding to 1.15.1.2, which is not what I'd expect.

/trunk should never have received 1.15.1.2 at all, AFAIK.

> Hmm. Now, this leads me to think that mks2cvs didn't manage to
> correctly create branches according to the equivalent MKS construct
> (variant). I guess it only created tags, not branch tags.
>
> Well. Nevertheless, the ,v file contains explicit symbol definitions
> like this:
>
> head 1.16;
> Access ;
> symbols
> ..
> ..
> REL_4_2_1:1.16
> REL_4_1_8:1.15.1.2
> REL_4_2_0:1.16
> ..
> ..

Something feels wrong about the above, but I would need more context to say
for certain.

> And in spite this, svn directory 'tags/REL_4_2_1' contains the file at
> version 1.15.1.2. (The other tags have the correct corresponding
> version)
>
> I guess I'm wondering if this is likely an effect of
> missing/incompatible branch symbols in the cvs ,v file.

Hard to say. There is at least one bug in the cvs2svn branch code, though.
I've posted a patch to the svn dev list.

Is the data in the repository private? How big is the converted cvs
repository?

If you can make it available, I will try to help determine if the problem is
caused by mks2cvs or cvs2svn.

Max.

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