0
votes

So I followed this guide (http://www.civicactions.com/blog/2010/may/25/how_set_svn_repository_7_simple_steps) to create a SVN repository on my Ubuntu 14.04 remote server. The location is /home/user/SvnRepositories/SpringTestRepo.

I'm trying to perform a Checkout on this repo from Tortoise SVN on my Windows machine, but I'm not sure what the URL is to access this repo.

How can I solve this issue?

1

1 Answers

1
votes

Run ifconfig on the ubuntu machine to get the IP address, then use that: svn+ssh://[email protected]/home/username/SvnRepositories/SpringTestRepo

That should get you connected as long as everything's working :)