Svn Branching :
Svn Merging :
1. checkout complete trunk or target project into a new folder.
2. go to the newly checked out folder
3. Merge the svn branch to checked out project folder
svn merge --reintegrate <branch url>
svn copy <trunk url (src)> <branch url (target)>
Svn Merging :
1. checkout complete trunk or target project into a new folder.
2. go to the newly checked out folder
3. Merge the svn branch to checked out project folder
svn merge --reintegrate <branch url>
No comments:
Post a Comment