views:

174

answers:

1

I use visual studio 2008 for my development purpose. I also have Visual Source Safe 2005 client installed both at my office computer and my laptop. I like the private source control repository provided by xp-dev.com. But it supports SVN.

Is there any way that I can use VSS 2005 internet plug in to access (Check In/Check Out) from SVN repository?

+2  A: 

Why would you want to do this? Either use TortoiseSVN, or one of the plugins that integrate with Visual Studio like VisualSVN or AnkhSVN.

RichardOD
Are VisualSVN and AnkSVN free?
Ismail
VisualSVN is paid, AnkSVN is free and so is Tortoise. Personally I just use Tortoise as I am not bothered about Visual Studio integration.
RichardOD