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

Re: [Subclipse-users] [Subclipse-users] change repository

From: Mark Phippard <markphip_at_gmail.com>
Date: Fri, 16 Apr 2010 16:48:50 -0400

Yes. The relocate option is basically just a wizard for telling us
you moved a repository to a new URL (but it is the same repository
with the same UUID). This wizard updates your repository item in the
view, which is trivial to do, but the main thing it does is run the
Subversion API for:

svn switch --relocate

On all of the projects in your workspace that were pointed to the old
URL. The SVN API does all the work.

Mark

On Fri, Apr 16, 2010 at 4:44 PM, Bartek Saran <barteks_at_rogers.com> wrote:
> Hi Mark,
> I have a question along the same lines. I needed to move my entire repo from
> one server to another.
>
> I had my repo on serverA and used svnadmin dump to make a REPO.DUMP file.
>
> I setup serverB, and created  REPO then used svnadmin load < REPO.DUMP to
> reproduce the identical repo on serverB. Everything is working fine, I can
> see two identical repos in the repositories view located on two different
> servers.
>
> Will doing what you describe in your reply below (using Relocate) allow me
> to disconnect (or dis-associate) the projects in my workspace (working
> copies) from REPO on serverA and connect them to REPO on serverB? Thank you.
>
>
>
> ________________________________
> From: Mark Phippard <markphip_at_gmail.com>
> To: users_at_subclipse.tigris.org
> Sent: Tue, April 6, 2010 10:40:23 AM
> Subject: Re: [Subclipse-users] [Subclipse-users] change repository
>
> On Tue, Apr 6, 2010 at 10:38 AM, fachhoch <fachhoch_at_gmail.com> wrote:
>> My system admin changed our project repository to a new location .In
>> eclipse
>> can I tell svn plugin to point  my project to a new svn repository ?
>
> Open the SVN Repositories view.
>
> Right-click on your existing repository.
>
> Choose the Relocate option.
>
> This launches a wizard to change to the new URL.  This will update any
> projects in your workspace accordingly.
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>
> ------------------------------------------------------
> http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2500541
>
> To unsubscribe from this discussion, e-mail:
> [users-unsubscribe_at_subclipse.tigris.org].
>

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2585746
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2010-04-16 22:48:51 CEST

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

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