Page 2 of 2

Re: What svn clients do you mac users use?

Posted: Sun Jun 01, 2008 4:02 pm
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! :)

Re: What svn clients do you mac users use?

Posted: Sun Jun 01, 2008 4:30 pm
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.

Re: What svn clients do you mac users use?

Posted: Sun Jun 01, 2008 11:02 pm
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.

Re: What svn clients do you mac users use?

Posted: Sun Jun 01, 2008 11:36 pm
by Benjamin
Hey I didn't know about cd -

That's good to know:)