You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by br...@xbc.nu on 2003/05/04 08:27:53 UTC

Re: Newbie: how to switch the server IP address?

Quoting mark benedetto king <mb...@boredom.org>:
> The actual merge is trivial, but doing the UUID validation may be
> tricky, because we don't currently separate the repository component
> of the URL from the path; we'll need to validate that the UUID of each
> URL being rewritten is preserved.   This realization is what led me
> to suggest that the repository URL be removed completely from the WC.

Um. Then how would the client know how to contact the server?


[...]
> Given that additional work remains, I plan on merging the trunk into
> the 951-branch, adding UUID validation, and then merging the branch
> into the trunk.  Does this make sense?

Yup. Always merge from trunk to branch before going the other way. That lets you
do the hardest part of the merge on the branch, where any errors can be safely
weeded out without breaking the mainline.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Newbie: how to switch the server IP address?

Posted by mark benedetto king <mb...@boredom.org>.
On Mon, May 05, 2003 at 08:43:29AM +0200, Branko ??ibej wrote:
> mark benedetto king wrote:
> >
> >Well, the theory was that there would be a separate mechanism for
> >resolving the UUID to the actual URL (~/.subversion/repositories, for
> >example).
> >  
> >
> That breaks the axiom that a working copy directory is self-contained
> and transportable, dosen't it?
> 

Yes, it does.

http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=242720

--ben


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Newbie: how to switch the server IP address?

Posted by Branko Čibej <br...@xbc.nu>.
mark benedetto king wrote:

>On Sun, May 04, 2003 at 10:27:53AM +0200, brane@xbc.nu wrote:
>  
>
>>Quoting mark benedetto king <mb...@boredom.org>:
>>    
>>
>>>The actual merge is trivial, but doing the UUID validation may be
>>>tricky, because we don't currently separate the repository component
>>>of the URL from the path; we'll need to validate that the UUID of each
>>>URL being rewritten is preserved.   This realization is what led me
>>>to suggest that the repository URL be removed completely from the WC.
>>>      
>>>
>>Um. Then how would the client know how to contact the server?
>>
>>
>>    
>>
>
>Well, the theory was that there would be a separate mechanism for
>resolving the UUID to the actual URL (~/.subversion/repositories, for
>example).
>  
>
That breaks the axiom that a working copy directory is self-contained
and transportable, dosen't it?

-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Newbie: how to switch the server IP address?

Posted by mark benedetto king <mb...@boredom.org>.
On Sun, May 04, 2003 at 10:27:53AM +0200, brane@xbc.nu wrote:
> Quoting mark benedetto king <mb...@boredom.org>:
> > The actual merge is trivial, but doing the UUID validation may be
> > tricky, because we don't currently separate the repository component
> > of the URL from the path; we'll need to validate that the UUID of each
> > URL being rewritten is preserved.   This realization is what led me
> > to suggest that the repository URL be removed completely from the WC.
> 
> Um. Then how would the client know how to contact the server?
> 
> 

Well, the theory was that there would be a separate mechanism for
resolving the UUID to the actual URL (~/.subversion/repositories, for
example).

--ben

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org