What svn clients do you mac users use?

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

matthijs
DevNet Master
Posts: 3360
Joined: Thu Oct 06, 2005 3:57 pm

Re: What svn clients do you mac users use?

Post by matthijs »

Weirdan wrote:
matthijs wrote:I could just do svn up?
Yeah... we didn't know you didn't know it =)
Ok, tell me everything you didn't knew I didn't now now please! :)
georgeoc
Forum Contributor
Posts: 166
Joined: Wed Aug 09, 2006 4:21 pm
Location: London, UK

Re: What svn clients do you mac users use?

Post by georgeoc »

I use ZigVersion for most trivial stuff, and Terminal for anything complicated. It's not perfect, but feels more comfortable than the command line for most of my needs.
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Re: What svn clients do you mac users use?

Post by Chris Corbyn »

matthijs wrote:Ok, tell me everything you didn't knew I didn't now now please! :)
Get used to using bash. It's a very productive environment. Don't forget to use your UP and DOWN arrows to repeat the same commands. Don't forget that hitting TAB auto-completes the path you're typing. Don't forget that hitting TAB twice in sucession lists all possible alternatives for a partially completed path. Don't forget "cd -" goes back to the previous directory you were in.

I remember watching a guy start work with one of my previous employers who told us he had linux experience (which he did) but sat there re-typing full paths all the time.... it was painful to watch. He didn't realise some extremely basic things like the "cd -" trick or "cd" by itself and worst of all, TAB completion.
User avatar
Benjamin
Site Administrator
Posts: 6935
Joined: Sun May 19, 2002 10:24 pm

Re: What svn clients do you mac users use?

Post by Benjamin »

Hey I didn't know about cd -

That's good to know:)
Post Reply