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

Re: Creating more than one repo

From: George Georgalis <george_at_galis.org>
Date: 2006-09-29 00:00:59 CEST

On Thu, Sep 28, 2006 at 03:35:23PM -0400, Marc wrote:
>
>Now, I just created a SECOND website, and again set up a new repository on a
>separate directory on the hard drive, again using TortoiseSVN. I wanted to
>use svn://svn.domain2.com/trunk. However, when I point the client to THAT
>domain and trunk, I still get the FIRST repository I created.
>

I don't think the svn:// protocol works like the http:// protocol.
With http the domain is actually part of the request, in addition
to being used to resolve the IP. With svn:// the domain is only
used to resolve IP. At that IP, trunk is trunk no matter what the
domain is. you need a more complicated solution, I think.

// George

-- 
George Georgalis, systems architect, administrator <IXOYE><
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 29 00:02:23 2006

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.