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

Re: connection to svn with http

From: Bogdan Cristea <cristeab_at_gmail.com>
Date: Tue, 25 Aug 2009 17:05:06 +0300

On Tuesday 25 August 2009 16:54:28 you wrote:
> Hi,
>
> I want my workers to be able to connect to SVN with http:// and svn://
> stimulatingly.
> Please note that our SVN server version is 1.4.5
>
> How do I set the SVN to do so?
>
> Thanks
>
> Ilan Yaniv
> Configuration Management
> Phone: 03-7534333 ext. 5186
> mobile: 052-2331239
> Ilan.Yaniv_at_timetoknow.org
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2
>387097
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subversion.tigris.org].

Please follow the instructions found in the svn book.
Here is the an example of apache configuration for svn:

<Location /svn>
 DAV svn
 SVNParentPath /home/bogdan/svnrepo
</Location>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2387110

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-08-26 23:41:25 CEST

This is an archived mail posted to the Subversion Users mailing list.

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