bruce schrieb:
>hi...
>
>in setting up the apache htpd.conf file, i have
>
><VirtualHost 192.168.1.52:80>
> ServerName foo.com
> <Location /forge>
> DAV svn
> SVNPath /gforge-svn/forge <<<<<<<???????????????
> </Location>
></VirtualHost>
>
>i can do a cmd line 'svn list /gforge-svn/forge/svn'
>
>my question, what should i have on the SVNPath???
>
>i want to be able to setup the TortoiseSVN client to access the SVN
>repository.
>
>thanks
>
>bruce
>bedouglas@earthlink.net
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
>For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
>
>
>
>
>
If you're using one repository you set the name there
SVNPath /the/local/path/of/your/repository
ie SVNPath /home/svn/testrepository
If you can access your repository via svn commandline, then you can also
access it by tortoisesvn...
simply use in your case http://foo.com/forge as repository url.
But you need to include mod_dav and mod_dav_svn in apache.
Btw. the better mailing list on this problem would be the one of
subversion itself.
Shivan
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Apr 21 00:29:37 2005