Forums Trac

Access to SVN from remote machine

Subscribe to Access to SVN from remote machine 3 post(s), 2 voice(s)

 
Avatar Jonathan 6 post(s)

Hi,

I’ve installed the stack on a fresh install of Ubuntu server 7.10. The software is running inside of VMware. I can access Trac from my browser and have confirmed that SVN is running.
When trying to access the repository from my Windows machine using TortoiseSVN, it can’t find the repository.
The URL for my Trac installation is
http://192.168.126.128:8080/trac/
I’m trying to access the repository using
svn://192.168.126.128

The installation used all the defaults so there should be no custom ports. I can also ping the server from my Windows machine.

Any push in the right direction would be appreciated. I have had my morning coffee already but I just can’t seem to figure this out.
Jonathan

 
Avatar antonio Administrator 508 post(s)

Hi,

You have to specify the whole path in the svn link. For example:

svn://192.168.126.128//home/user/trac/repository

Cheers

 
Avatar Jonathan 6 post(s)

Thanks Antonio.
That has solved my problem.

Forums Trac