PDA

View Full Version : Accessing a windows SVN server from a MAC




nicksoper
Mar 30, 2009, 10:21 AM
Hi There,

My developers have an SVN server sitting on a Windows PC (XP).

I need to work out a way so myself and my CSS dude (both on Macs) can get access to the SVN server to work off the files to commit/perform changes.

Any ideas and help would be appreciated.

(I am hoping for a really simple do-it all program!)



angelwatt
Mar 30, 2009, 10:40 AM
The SVN server being located on Windows shouldn't make a difference.

Some SVN tools I use;
svnX (http://code.google.com/p/svnx/)
SC Plugin (http://scplugin.tigris.org/)
Then I use BBEdit when working with the working copy as it has SVN support for doing commits and all that good stuff.

SrWebDeveloper
Mar 30, 2009, 10:40 AM
Download an SVN client for Mac OS X like this one called Syncro (excellent) (http://aralbalkan.com/940)

-jim