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

Re: How to map CVS revision number to migrated SVN revision number

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Fri, 12 Jun 2009 07:44:00 -0500

Amit Verma wrote:
> Thank You for your reply Steave
>
> Yes we used "--cvs-revnums" option while migration as follows -
>
> cvs2svn --cvs-revnums --tmpdir=cvs2svn-tmp --fallback-encoding=UTF8 -s svnRepository cvsRepository
>
> Please check my previous reply in this post where I have cleared more, the present situation, we are facing.
>

Most places using cvs will tag any group of files/revisions that they
might want to reproduce later instead of dealing with individual file
revisions because it is the only reasonable way to group them. And
cvs2svn will create a tag containing the same files/revisions. I don't
know if there is a way to track a single file/revision to the
corresponding svn revision which will be wildly different if you didn't
add your own tag at the points you need.

-- 
   Les Mikesell
    lesmiksell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2361583
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-06-12 14:50:00 CEST

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.