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/ ?
Subversion client for ubuntu/linux
Moderator: General Moderators
- Buddha443556
- Forum Regular
- Posts: 873
- Joined: Fri Mar 19, 2004 1:51 pm
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/
http://esvn.umputun.com/
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.
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.
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