Import/commit to svn branch from a different codebase
Posted
by publicRavi
on Stack Overflow
See other posts from Stack Overflow
or by publicRavi
Published on 2010-04-30T17:19:41Z
Indexed on
2010/04/30
17:27 UTC
Read the original article
Hit count: 159
svn
|version-control
I am trying to migrate to svn from a not-so-famous version control system (lets call it nsfvc). svn trunk was created some time ago from nsfvc's trunk. There is an active branch in nsfvc that I have to import to svn branch. The diff between nsfvc's trunk and branch is huge (updates, renames, additions, deletions, moves).
How do I go about doing this? I am guessing it is not as simple as...
svn co http://mysvn/repo/branches/branch c:\workspace
# replace files in c:\workspace
svn add
svn ci
© Stack Overflow or respective owner