RE: Move from CVSNT to SVN?
From: Bob Archer <bob.archer_at_amsi.com>
Date: Thu, 10 Sep 2009 12:17:58 -0400
> > This may not be difficult but if you floated tags in CVS instead of
No, it won't be a problem. Just delete the tag and re-create it. We do this also.
> Secondly, I'm a bit confused with the concept of version numbers in svn
Yes, a WC can have "mixed revisions" so you can "update" a specific folder to a certain revisions. Generally you want everything to be at the HEAD (most recent) revision, but you can update a path or a single file to a previous rev number. Also, svn will keep you from committing changes to it since it will recognize that it is older than the HEAD revision. There are also tools to diff what is in your working copy with a previous revision of the file.
The main difference is that a file could be the same in several revisions. But, that is just semantics and doesn't really affect anything.
>
You can "rename" files but internally it is a delete and then an add. But, subversion is smart enough to keep ancestry in tact. The confusion comes when you rename say "filea" to "fileb" then create a new "fileb". That can make svn loose it's mind abit.
BOb
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.