vote up 0 vote down star

This is a little unholy (from whichever end of the spectrum you look at it).

Has anyone built (commercial or open sourced) a front end for SVN that will allow you to access it through a VSS plugin (like the Access 2003 Source Code Control Add-in").

I'm looking for the middle piece this piece of ASCII art:

[App /w VSS interface] <---> [VSS-2-SVN Front End] <---> SVN

I already know about Vss2Svn, that's not what I'm looking for.

flag

What you are asking is an SCC implementation for Subversion. VSS works only directly a file store, so you can't build a proxy server to use VSS over any other system. – Bert Huijben Oct 19 '08 at 0:45

5 Answers

vote up 3 vote down check

I have not used it, but: http://www.pushok.com/soft_svn.php

link|flag
This is promising... thanks. – CodeSlave Oct 9 '08 at 22:06
vote up 2 vote down

Try http://ankhsvn.open.collab.net/

link|flag
This seems to be a plugin for Visual Studio, as opposed to a front end that pretends it is VSS (Visual Source Safe). – CodeSlave Oct 9 '08 at 21:55
vote up 2 vote down

http://www.visualsvn.com/

link|flag
This also seems to be a plugin for Visual Studio, as opposed to a front end that pretends it is VSS (Visual Source Safe). – CodeSlave Oct 9 '08 at 21:56
vote up 0 vote down

VSS (Visual SourceSafe) plugin? Or a VS (Visual Studio) plugin?

If the latter, try AnkhSVN

link|flag
I'm looking to connect a VSS plugin (like the one for MS Access) to a SVN (subversion) repository. – CodeSlave Oct 9 '08 at 21:57
vote up 0 vote down

AnhkSVN, as recommended (and it is good) comes in 2 flavours: the original one was a SCC plugin that exposed the MS SCC API. It's what you want, though some features are not available due to differences between VSS and SVN.

That said, only try it if the pushok version doesn't work well.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.