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

Re: CVS to Subversion Migration

From: Les Mikesell <lesmikesell_at_gmail.com>
Date: Tue, 19 May 2009 11:26:16 -0500

Mark-E wrote:
> Thanks to everyone for their replies. I do have another question concerning
> cvs2svn.
>
> We have a lot of tags and branches in our CVS repository and I was wondering
> when using the cvs2svn script if it will import tags and branches properly.
>
> For example, I want to setup the repository in the defaults format of
>
> project foo
> - trunk
> - branches
> - tags
>
> When I export a project from CVS that has say 10 tags, I would hope that the
> cvs2svn script will see each tag and build them out properly in the tags
> folder.
>

Yes, I think that is the default. You shouldn't have any surprises from
the conversion itself, although it might be worth a test run into a
disposable repo to get started. If you add the converted history to an
existing repo or combine projects you will break some of subversion's
date-range operations since they are no longer sequential in respect to
revision numbers. Also, be aware that tags in subversion are
conceptually different things (for example you can't float them as in
cvs) and you may need to change some of your processes to match.

-- 
   Les Mikesell
    lesmikesell_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2315059
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-19 18:27:30 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.