I'm trying to setup svn on my mac, but I'm having a few issues. I've got the client installed, and it works fine with our company repository. However, I'd like to setup my own repo. for my own projects.
I've read that you can do this without having to install Apache 2.0, and use svn with the svnserve app. I'm just having a hard time getting things to work correctly. I was able to use svnadmin to create a new repository, but I can't access it to import any of my projects. I keep getting the following error:
Has anyone been able to setup their own repository? I'd like to be able to use it locally, but to also access it online when I'm not at home. I've tried to find some tutorials on how to do this using just the svnserve as I've read about, but can't find any.
Thanks for the help.
I've read that you can do this without having to install Apache 2.0, and use svn with the svnserve app. I'm just having a hard time getting things to work correctly. I was able to use svnadmin to create a new repository, but I can't access it to import any of my projects. I keep getting the following error:
PHP:
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///svnRepo/test1'
Has anyone been able to setup their own repository? I'd like to be able to use it locally, but to also access it online when I'm not at home. I've tried to find some tutorials on how to do this using just the svnserve as I've read about, but can't find any.
Thanks for the help.