Ankh or Visual?
-
pfft, command line!
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
Jim Crafton wrote:
pfft, command line!
Actually, I was going to seriously recommend this :)
-
Tortoise.
----
You're right. These facts that you've laid out totally contradict the wild ramblings that I pulled off the back of cornflakes packets.
Command line client.
-
Jim Crafton wrote:
pfft, command line!
Actually, I was going to seriously recommend this :)
However I'd say *if* you're going to do this, use cygwin, since the extra unixy like features, while brain dead in and of themselves, are significantly more helpful to work with than the regular dos command shell.
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
-
Tortoise.
----
You're right. These facts that you've laid out totally contradict the wild ramblings that I pulled off the back of cornflakes packets.
Welcome to the 21st century, Shog :cool:
-
Welcome to the 21st century, Shog :cool:
-
I vote also for TortoiseSVN, it's awesome!! :)
Luis Alonso Ramos Intelectix Chihuahua, Mexico My Blog!
unless you expect an INTEGRATED development environment :)
-
SVN, that is.
Ankh...I've been using for about 6 mos. and I like it! Plays nice with visual and it's free. Mike
"It doesn't matter how big a ranch ya' own, or how many cows ya' brand, the size of your funeral is still gonna depend on the weather." -Harry Truman.
Semper Fi http://www.hq4thmarinescomm.com[^] My Site
-
SVN, that is.
-
SVN, that is.
I vote for TortoiseSVN too, comes with a nice merge tool as well
-
I vote for TortoiseSVN too, comes with a nice merge tool as well
-
SVN, that is.
VisualSVN for me, Tortoise outside of VS. The 'e' editor[^] is quite cool, in that it uses Tortoise to enable in-editor SVN integrated with the project file/directory tree - it's pretty neat, but you can get the same effect whenever you use Explorer views.
-
SVN, that is.
A lot of the previous posts suggest Tortoise. Tortoise is clearly a great extension of the Windows Explorer, a must have for SVN source control; however, it does nothing to Visual Studio, so is kind of missing the point of the discussion a little. I use AnkhSVN in VS, and they recently released a completely new redesigned version, it works fast and reliable now - and it is open source, so fine for me. I tried VisualSVN for a little while but stopped using it, forgot why. In either case both do not integrate with Trac, but Tortoise does, so I see in VS what is changed via Ankh, but use Tortoise to check in.
-
SVN, that is.
I use VisualSVN with TortoiseSVN and it works great. I also use their free VisualSVN server. I tried setting up other servers, but I am not keen on spending more time working with the server than working on my code. I also like that VisualSVN server can use encryption to send the data to and from the server. Since I work outside the network it is kind of nice.
Ben
-
SVN, that is.
With VisualSVN you have to have TortoiseSVN installed as it uses TSVN to do the work. So, if you go with VSVN than you get the best of both worlds for a small fee ($49 USD). If you are looking for free... ANKH. ANKH has its own interfaces that are slightly different than TSVN. I also like SourceGear DiffMerge[^] (free) that you can use with TSVN: TSVN Setting:
"C:\Program Files\SourceGear\DiffMerge\DiffMerge.exe" /t1=Base /t2=Mine %base %mine
To answer your question: Visual SVN b/c I like the TSVN interface for Committing and the use of SourceGear's DiffMerge in TSVN. -
Ankh...I've been using for about 6 mos. and I like it! Plays nice with visual and it's free. Mike
"It doesn't matter how big a ranch ya' own, or how many cows ya' brand, the size of your funeral is still gonna depend on the weather." -Harry Truman.
Semper Fi http://www.hq4thmarinescomm.com[^] My Site
-
unless you expect an INTEGRATED development environment :)
peterchen wrote:
unless you expect an INTEGRATED development environment
In which case, you could just integrate Tortoise with VS on your own quite easily, and it works really well: http://blog.vorpal.cc/category/development/tortoisesvn-in-visual-studio.html[^] :-D
-
I agree. The latest version of Ankh is very good, and the price is right. I actually use both - Tortoise in Explorer and Anhk in Visual Studio. Both are great products. If you haven't used Ankh in a while, I suggest a fresh look may be worthwhile.
In my last contract I started with Tortoise and near the end additionally used Ankh (2.x). Both were fine, though I understand Ankh 1.x was ropey, but I never used that. Current contract is back to SourceSafe. :(
Kevin
-
SVN, that is.
Tortoise + Visual SVN is pretty damned good. Never eve heard of Ankh, though...
-
unless you expect an INTEGRATED development environment :)
I use both Ankh AND Tortoise. While VS Intagration of Ankh might be useful, it is dismissable and for me is just some superfluous thing. In fact, while using both Ankh and Tortoise I noticed that Ankh many times missed some commits. What I'm saying is that when I did a commit on the entire Solution, not all changes were committed. I noticed this when I was browsing the Project Directory in Windows Explorer and noticed it still had pending changes in it. After I refreshed the project on VS, I saw that indeed the Solution commit did not commit all the changes. IMO the bottom line is that Ankh is nice, but not really necessary, and sometimes can cause some strange behaviour. Tortoise has all you need and it is easy to use. I wouldn't install Ankh again if I had to reinstall VS. Regards, Fábio
-
SVN, that is.
On my team we used Ankh for a while, but discontinued use because we found it to be too much of a drag on performance (every time you create or delete a file in VS, there is a huge delay). Also, ankh seemed to get buggy every so often and screw up the working copy. Plain old tortoise has done well for us.