svn clients

Programming, for all ages and all languages.
User avatar
yemista
Member
Member
Posts: 299
Joined: Fri Dec 26, 2008 12:31 pm
Location: Boston
Contact:

svn clients

Post by yemista »

What is a good svn client for gnome? I just started using svn under linux, but dont know what the easiest client might be. I am used to Tortoise svn. Any suggestions?
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: svn clients

Post by Brynet-Inc »

Hey I have an idea!

$ apropos svn

Good luck.
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
yemista
Member
Member
Posts: 299
Joined: Fri Dec 26, 2008 12:31 pm
Location: Boston
Contact:

Re: svn clients

Post by yemista »

You know, I am well aware there are many different svn clients out there, and I downloaded and tried compiling about 6-7 of them last night. What I was wondering was what other people use and what they prefer.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: svn clients

Post by pcmattman »

svn on the command line in Windows and Linux. There's nothing else that can give me the power I need.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: svn clients

Post by Solar »

I agree with pcmattman - having a GUI between me and my repository makes me feel nervous. ;-)

But as you're a Tortoise user gone GNOME, you'll probably like NautilusSVN.
Every good solution is obvious once you've found it.
User avatar
yemista
Member
Member
Posts: 299
Joined: Fri Dec 26, 2008 12:31 pm
Location: Boston
Contact:

Re: svn clients

Post by yemista »

You guys sold me on the power. I guess its best I sit there and learn the svn cli
User avatar
steveklabnik
Member
Member
Posts: 72
Joined: Wed Jan 28, 2009 4:30 pm

Re: svn clients

Post by steveklabnik »

My favorite svn client is git, personally.
User avatar
Combuster
Member
Member
Posts: 9301
Joined: Wed Oct 18, 2006 3:45 am
Libera.chat IRC: [com]buster
Location: On the balcony, where I can actually keep 1½m distance
Contact:

Re: svn clients

Post by Combuster »

<troll alert>
My favorite svn client is git, personally.
</troll alert>
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
User avatar
Brynet-Inc
Member
Member
Posts: 2426
Joined: Tue Oct 17, 2006 9:29 pm
Libera.chat IRC: brynet
Location: Canada
Contact:

Re: svn clients

Post by Brynet-Inc »

steveklabnik wrote:My favorite svn client is git, personally.
Hey you attempted humour! good for you!
yemista wrote:You know, I am well aware there are many different svn clients out there, and I downloaded and tried compiling about 6-7 of them last night. What I was wondering was what other people use and what they prefer.
The point I was trying to make is that the best SVN client is the official one, all the others are just boring front ends.

Once that's installed, you can use apropos(1) to find and read the relevant man pages.. and consider bookmarking the following website as well.

http://svnbook.red-bean.com/

Good luck..
Image
Twitter: @canadianbryan. Award by smcerm, I stole it. Original was larger.
User avatar
yemista
Member
Member
Posts: 299
Joined: Fri Dec 26, 2008 12:31 pm
Location: Boston
Contact:

Re: svn clients

Post by yemista »

well to be honest with you, i guess i havnt been asking good questions because i dont even really know what svn is, and wasnt sure what i was talking about, and I actually did look for tutorials before I asked, but they didnt quite enlighten me on the nature of svn. Thank you for the link, I will read up on it.
ruisleipa
Member
Member
Posts: 46
Joined: Wed Sep 10, 2008 8:39 am
Location: Finland

Re: svn clients

Post by ruisleipa »

Brynet-Inc wrote:
steveklabnik wrote:My favorite svn client is git, personally.
Hey you attempted humour! good for you!
I think that was not humour. Git can use a svn repository.
http://code.google.com/p/rmmtos/ - Real Mode MultiTasking Operating System
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Re: svn clients

Post by 01000101 »

Code: Select all

sudo apt-get install subversion
ftw!

I just stick with the CL when it comes to source management. I agree with pcmattman/Solar on the nervousness when it comes to using GUIs for this particular task.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re: svn clients

Post by Solar »

01000101 wrote:

Code: Select all

sudo apt-get install subversion
ftw!
Bah.

Code: Select all

emerge subversion
8)
Every good solution is obvious once you've found it.
User avatar
chase
Site Admin
Posts: 710
Joined: Wed Oct 20, 2004 10:46 pm
Libera.chat IRC: chase_osdev
Location: Texas
Discord: chase/matt.heimer
Contact:

Re: svn clients

Post by chase »

What are you using the repo for? If it is code projects why not just use the svn client for you IDE?
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: svn clients

Post by pcmattman »

Solar wrote:
01000101 wrote:

Code: Select all

sudo apt-get install subversion
ftw!
Bah.

Code: Select all

emerge subversion
8)

Code: Select all

wget http://subversion.tigris.org/downloads/subversion-1.6.2.tar.gz
tar -xzf subversion-1.6.2.tar.gz
cd subversion-1.6.2
./configure
make
sudo make install
:mrgreen:
Locked