Subversion with a custom port on OS X
Setting up subversion to checkout and over a custom port number is one of those tasks that I do once every six months, and immediately forget, then I waste time a’Googling to find it again.
Open up subversion’s config file
Then find the section marked [tunnels], and add a line naming your custom port (replacing ‘1234′ with the port number)
Then when you checkout your project you replace svn+ssh with svn+myproject
That’s it!




Like this post? subscribe to the feed.






Short, clear and very useful! Thank you!
Comment by jerome — February 1, 2008 @ 3:18 pm
Helped a lot, thanks!
Comment by Thiago — March 11, 2008 @ 9:38 am