[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] setting up apache/SVN/DAV...

From: Shivan <Shivan_at_Freenet.de>
Date: 2005-04-21 00:29:19 CEST

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

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.