I've set up a SVN repository on a Mac machine, let's say Mac1. On this machine, I can access it locally in xcode like this: file:///user/MyProject
I also did that to add users: How to setup access control in SVN?
Everything works on Mac1. Now, on Mac2, my co-worker's machine, he needs to connect to that repository on Mac1 too. What should I do?
Can I use file://192.168.10.xxx/user/MyProject or something similar? Do I have to set up a web server? (We don't really want the traffic go through http), Do I have to set up another different account information?
Thanks