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

Re: From to get mod_dav_svn plugin to configue SVN with apache for windows

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-08-31 23:48:41 CEST

On Aug 31, 2007, at 08:46, chetanchatwani wrote:

> Thanks to all. Now I am able to access the both repos
>
> The URL for bpmdevrepos is
> - http://xyz.savvion.com/swa/bpmdevrepos
>
> And the URL for sbmrepos is
>
> - http://xyz.savvion.com/swa/sbmrepos/svn/sbmrepos
>
> But why the url is different ? Can anyone help for same.
> The scenario is :
> 1.sbmrepos is created first and data is migrated from cvs to svn using
> cvs2svn.
> 2.After that bpmdevrepos is created and trunk and tags folders are
> created.
>
>
> When first sbmrepos was created the url was
> http://xyz.savvion.com/swa/svn/sbmrepos
>
> but after creation of another repos(bpmdevrepos) the url to acess old
> repos(sbmrepos)
> is changed to
>
> http://xyz.savvion.com/swa/sbmrepos/svn/sbmrepos
>
> Could anyone help why so ?

You'll need to show us your Apache configuration and maybe the
complete recursive contents of your /svn directory.

But if you have a directory /svn on your hard drive and you have
various repositories in /svn (created using "cd /svn && svnadmin
create bpmdevrepos && svnadmin create sbmrepos") and you have Apache
set up with "SVNParentPath /svn" inside a "<Location /swa>"
directive, then your repository URLs should logically be "http://
server/swa/bpmdevrepos" and "http://server/swa/sbmrepos"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 31 23:47:13 2007

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.