vote up 13 vote down star
13

Just wanted to see what tools for SVN people use, perhaps i can find some new cool ones. Im pretty much standard right now, ankh and tortoise.

See also http://stackoverflow.com/questions/372687/good-visual-studio-svn-tool

flag

13 Answers

vote up 23 vote down check

For Windows you can't get any better than TortoiseSVN & AnkhSVN (for MSVS). Also VisualSVN is not bad.
SVNNotifier is pretty useful tool to monitor SVN repos.

link|flag
At work I used AnkhSVN until a year ago when we moved to TFS. Today I installed it at home for a a pet project of mine and was really impressed with their progress. Especially on the GUI side. – maayank Jan 10 at 0:06
TortoiseSVN is great but kinda sluggish, considering. – Kev Jan 10 at 0:08
VisualSVN Server is brilliant - if you want a way to set up SVN with http, windows auth, a services plugin, then it is the way to go. – gbjbaanb Jan 10 at 0:25
vote up 0 vote down

Instead of commit monitor I am using the following tools:

  • Visual SVN Server for the svn server
  • TortoiseSVN
  • Visual SVN (for visual studio integration)
  • Svn-Monitor for notification of repository changes
    • What I like the most is that it shows the log including the comments and files for each commit in a nice and clear way.
    • you can also execute scripts/commands/programs whenever a change is detected.
  • TrotoiseSVN-menu (firefox add-on => integration)
link|flag
vote up 0 vote down

For mac, ZigVersion is great.

For windows, I must suggest TortoiseSvn. The "recent comments" is a life saver when long comments do get added because of a conflicted commit!

link|flag
vote up 0 vote down

For you mac users out there: ZigVersion

link|flag
vote up 3 vote down

I like Visual SVN Server for the backend part. I go with Ankh over Visuan SVN client becuase it integrates natively with Visual Studio via the source control provider model rather than just the add-in model which means that you'll be able to use tool windows like the Pending Checkins with Ankh which is not available with Visual SVN client.

link|flag
vote up 0 vote down

Captain Hook is a framework which allows you to write SVN hooks with .NET.

link|flag
vote up 5 vote down

For Linux, I think RapidSVN is great and simple, I haven't found a better tool yet.

link|flag
vote up 1 vote down

I tend to use the built-in support in IDEA, or the command line. But if you want a GUI, SmartSVN is very good.

link|flag
vote up 0 vote down

Nice, with CommitMonitor i can have monitoring on my windows box as well.

link|flag
vote up 6 vote down

CommitMonitor is also very good for notifications

link|flag
vote up 0 vote down

Hrm that SVNNotifier looks pretty cool. Especially since i bounce between my windows box and macbook for work.

link|flag
vote up 1 vote down

Yeah i really havent seen anything better, i do have to say that the latest update to AnkhSVN is pretty awesome.

link|flag

Your Answer

Get an OpenID
or

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