I am forced to use VSS at work, but use SVN for a personal repository. What is the best way to sync between VSS and sync?
feedback
|
|
To get rid of the manual merge step, I could use a separate svn branch (svn://branches/VSS) as follows:
| ||||
|
feedback
|
|
You could also treat this as a vendor supplied branch as defined in the redbean book: Vendor Branches With this, the basic flow would be:
This is actually the technique we used when migrating from VSS to SVN. If you care about the return trip from SVN->VSS, you'll just have to diff between trunk and branches/VSS/current and apply the diffs to VSS. | |||
|
feedback
|
|
What I have done in the past is as follows:
| ||||
|
feedback
|