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
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
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.
Yeah i really havent seen anything better, i do have to say that the latest update to AnkhSVN is pretty awesome.
Hrm that SVNNotifier looks pretty cool. Especially since i bounce between my windows box and macbook for work.
Nice, with CommitMonitor i can have monitoring on my windows box as well.
For Linux, I think RapidSVN is great and simple, I haven't found a better tool yet.
Captain Hook is a framework which allows you to write SVN hooks with .NET.
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.
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!
Instead of commit monitor I am using the following tools:
For Mac users, Versions is a very good app... well-designed UI, easy access to revision logs, good diff tool integration, easy to work with numerous repositories and working copies. Its a commercial app, and having purchased it myself, I'd say it's well worth the money.
There are really no good freeware ones that I've found, but rapidSVN gets a "meh" from me. svnX is very confusing, and I'd avoid it.
For the Mac, Cornerstone is a good alternative to the previously-mentioned Versions. Both of these are beautifully designed apps that adhere to Mac UI guidelines.
I've tried SmartSVN, RapidSVN and SVNX and can't stand any of them. They're all obviously lazy ports from other platforms. ZigVersion was the best of the free apps, but to be honest before Versions and Cornerstone were released I actually preferred the commandline client over their nasty UIs.
Anyone knows a tool to transfer source code between environments? (like development, test and production)