Page 1 of 1
Subversion client for ubuntu/linux
Posted: Sat Jan 13, 2007 5:21 am
by Luke
I'm just wondering what those of you who are running linux/ubuntu recommend for an svn client. Thanks guys.
Anybody use:
http://rapidsvn.tigris.org/ ?
Posted: Sat Jan 13, 2007 7:05 am
by Buddha443556
I use kdesvn for simple check outs. One thing that bothers me about kdesvn is that there's no way to simply copy and paste svn commands. However, I think I need to install Subversion itself to get command line access so I can automate these check outs anyway. It's on my TODO list.

Posted: Sun Jan 14, 2007 11:56 am
by Cody Mays
Before I switched to OSX two months ago, I used esvn. It is by far the best linux GUI svn client I have used. Check it out:
http://esvn.umputun.com/
Posted: Sun Jan 14, 2007 2:14 pm
by Jenk
Eclipse SVN plugin.
Posted: Mon Jan 15, 2007 1:16 pm
by jmut
If you can spend a day or two on
http://svnbook.red-bean.com/
you will not regred it.
You basically have following commands once you start working.
Code: Select all
svn status
svn diff
svn log
svn commit
I really think there are easy to grasp...and there is no way you can miss functionality as in the case you use some svn client wrapper.