views:

22

answers:

0

I have installed svn in my mac mini and managed to configure it for xcode. I have also configured svnserve from these instructions - http://www.mindfiresolutions.com/configure-svnserve.htm

Now I need to access the repository from my macbook. I tried configuring the repository in SCM menu in xcode . In url, I have put- svn://192.168.1.2/sourcecode (sourcecode is the name of the repository). But I am getting a Malformed network data error.

Can anyone guide me how to do this. I am using OSX snow leopard on both machines. I have pretty much spent a whole day unsuccessfully trying to get this to work but to no avail.

Thanks for the help.