1

Can anyone recommend a proven combination of a hosted Subversion solution and supported Visual Studio plug-in? I like what wush.net offers as far as a service, and I like VisualSVN as an IDE plug-in, but it doesn't look like wush.net supports access via VisualSVN / TortoiseSVN.

Any suggestions? Thanks!

7 Answers7

3

Wush.NET works fantastic with both TortoiseSVN (Explorer) and AnkhSVN (Visual Studio). I have been very happy with this combo.

They're basically just providing a very clean, simple Subversion access (+Trac), so any standard SVN client should work fine.

Reed Copsey
  • 554,122
  • 78
  • 1,158
  • 1,373
1

I was under the impression that TortoiseSVN was just a GUI that wrappered the same interface that the commandline uses. I would think if it works with the commandline, it should work with Tortoise as well. Not 100% sure on that though.

AaronLS
  • 37,329
  • 20
  • 143
  • 202
  • That is the case. It works great on Wush.NET (and should work on any other SVN provider, as well) – Reed Copsey Aug 04 '09 at 17:26
  • Yeah, I was a little confused on exactly that, but it looks like Reed has confident experience with it. –  Aug 04 '09 at 17:27
0

You should be able to access a repository hosted at wush.net with any Subversion client. They all use the same repository access libraries anyway. TortoiseSVN supports HTTP, HTTPS, SVN, and SVN+SSH for remote repository access.

Nick Meyer
  • 39,212
  • 14
  • 67
  • 75
0

I've used Beanstalk in the past and enjoyed the experience.

Chris Stewart
  • 3,303
  • 9
  • 36
  • 55
0

You can also use Indefero, with it you also have webdav access to your subversion repository. This is working really well with people not knowing subversion.

0

We have been using SpringLoops successfully for over a year now. Our Subversion clients are TortoiseSVN and AnkhSVN. I am sure VisualSVN will work as well but I have not tested it yet.

0

I know this is an old question but I thought I'd add another item for others looking for the same info.

I've just started using Unfuddle & VisualSVN - 3 weeks in it's been hassle free and that's just on the free account.

Chris W
  • 3,304
  • 3
  • 26
  • 28