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?
To get rid of the manual merge step, I could use a separate svn branch (svn://branches/VSS) as follows:
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With