tags:

views:

732

answers:

10

I use visual studio 2005 so intergration is a must.

Thanks

+15  A: 

Tortoise SVN and Ankh is what I prefer in VS2008.

Good luck!

Ian P
+4  A: 

I think Visual SVN is really good ...

Check out Tortoise as well.....

afgallo
Visual SVN requires Tortoise. It uses Tortoise to handle the hard stuff.
BC
very true...good to know that Ankh does not need Tortoise ...
afgallo
+2  A: 

Hi, AnkhSvn and tortoise combined used to do the trick for me.

check tutorials online, or just go to the sites and read the wikis.

Ric Tokyo
+1, good combination (plus I have to find one good post from you to upvote ;) 11 down, 4 to go: http://stackoverflow.com/questions/359727#486543 ).
VonC
+2  A: 

Ankh is so bad. It doesn't react well to the actions you can perform within the solution explorer (like moving or deleting a file)

Buy VisualSVN, which is a bargain at $49 per seat.

BC
haha.. or better yet, move to Git :) full integration is not always a good thing (or required) nothing wrong with opening a command prompt here and there hey? ;^)
Ric Tokyo
nope, also keeps my commits nice and packaged, as I will more likely commit after completing a section of code with a command line. Plus, being able to segregate which files are commit, makes sure I get no jumble of files that should of been several commits
Sekhat
@Ric, Im with you on that, I dont get why people are so afraid of non integrated solutions
Sam Saffron
@BC: Which AnkhSVN did you look at? (I didn't see any messages on the AnkhSVN user lists and forum from you on the all new AnkhSVN 2.0 (Completely rewritten integration layer since 1.X))
Bert Huijben
@sambo: Maybe people aren't afraid but integration just makes everything easier. I fail to see how opening a command line and typing out a command is easier than right clicking on a file and selecting a context menu item.
CodeMonkey1
@Bert maybe I was dealing with 1.x. But I guess I'm not the only one who thought it sucked.
BC
+10  A: 

I really like TortoiseSVN. It integrates well with the Windows shell and shields you from all the command line work.

Steve Rowe
A: 

Syncro SVN Client comes bundled with oXygen but is also available as a standalone app.

frglps
A: 

Others have recommended TortoiseSVN, which I agree with completely.

One thing though: it isn't integrated with Visual Studio which you mentioned is a must. You should still check it out though, I suspect you'll like it.

Jay Riggs
+2  A: 

Props to Versions on the Mac! XCode is terrible (as in, I am broken and should have had this feature cut terrible) for SCM.

Genericrich
A: 

TortoiseSVN or 2 plugins are available for Eclipse IDE: Subclipse or Subversive. I preffer Subversive.

coffy
the question is about Visual Studio, so you're off-topic here :)
cruster
Neither Title nor tags don't say that ;)
coffy
"I use visual studio 2005 so intergration is a must." :)
cruster
A: 

Since, with SVN, you don't need to check out a file before you can start editing it, "intergration" with your IDE is, in fact, NOT a must.

Joel Mueller