I just started working on a new project that already contains a .svn folder and respective files on a remote server. The previous developer obviously used this file to monitor the file changes however:
The .svn is in the public www but a .htaccess forwards all commands to a different directory.
How do I go about figuring out the correct URI to enter into tortoise to be able to access this .svn?
Thx
EDIT: I need to know the URI so that I can browse the repo. The repo is stored on the file system at www/.svn however when I type in http://www.mysite.com/.svn it gives me a warning
"Repository moved permanently to 'http://www.mysite.com/.svn/*; please relocate"
I believe that this is caused by the .htaccess in www/ redirecting all traffic.