views:

426

answers:

5

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.

+3  A: 

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

crashmstr
This is promising... thanks.
CodeSlave
+2  A: 

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

Wyatt
This seems to be a plugin for Visual Studio, as opposed to a front end that pretends it is VSS (Visual Source Safe).
CodeSlave
A: 

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

If the latter, try AnkhSVN

James Curran
I'm looking to connect a VSS plugin (like the one for MS Access) to a SVN (subversion) repository.
CodeSlave
+2  A: 

http://www.visualsvn.com/

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
A: 

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.

gbjbaanb