Our company has a policy imposing the requirement of keeping source code in a SourceSafe repository. I've tried hard to persuade the management to migrate to SVN with no success (whcih is an another issue, anyway).
As I and few of my colleagues use SVN repository placed on my computer (via Apache), I made a PowerShell script which does backups of the repository onto a company server (which is then periodically backed up as well). This works well, but say I wanted also to keep a copy of the source code on our SourceSafe server.
Any experience or tips on doing that?
Thanks
I'm not sure there is a good way, but one way would be to use SVN Server Hooks to perform similar actions in Source Safe using the VSS command-line tools. I think this has been discussed before on the svn-user's mailing list. You could try searching the archives here.