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

Re: Subversion newbie

From: Scott Lawrence <slawrence_at_pingtel.com>
Date: 2004-05-12 20:01:25 CEST

On Wed, 2004-05-12 at 14:00, Paulo Matos wrote:
> Gentoo installed the initial repository in /var/svn/repos, so I didn't
> change it.
> When I pass the url to svn I need to pass:
> http://<server_addr>/<absolute_path_to_repository>
> right?

the path part of the repository URL goes through a mapping step in
Apache in order to become an absolute path, so it depends on your apache
configuration. For example, in my server:

   <Location /rep>
     DAV svn
     # any "/rep/foo" URL will map to a repository /scm/rep/foo
     SVNParentPath /scm/rep

     ...
   </Location>

the URL path '/rep/foo' would become '/scm/rep/foo'

-- 
Scott Lawrence
Consulting Engineer
Pingtel Corp.   
sip:slawrence@pingtel.com
+1.781.938.5306 x162
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 12 20:02:04 2004

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.