Monday 2 July 2012

SVN Mirroring with VisualSVN

create blank destination repository in Visual SVN manager run following: svnsync init [destination repository URL] [source repository URL] From VisualSVN Manager, right click on new destination repository and select “All Tasks \ Manage Hooks”. Select “Pre-revision property change hook” and edit that – enter a couple of blank lines then click ok. Done. The hook will now be listed in bold indicating it exists. run following: svnsync --non-interactive sync [destination repository URL]