[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: Bartek Saran <barteks_at_rogers.com>
Date: Wed, 12 May 2010 11:31:51 -0700 (PDT)

Hi,

Thank you for your help with this. worked great for the most part.

However, somehow I now have a project in my workbench that "possibly" wasn't there when I ran the relocate command and now when I try to synchronize or commit, it continues giving me errors relating to the now extinct old repo.

Is there any way to change the url associated with the project manually? or a better way to do this? if i look at the project's properties, it has the new url and path listed in the subversion properties section. Thanks again.

Bartek

________________________________
From: Mark Phippard <markphip_at_gmail.com>
To: users_at_subclipse.tigris.org
Sent: Fri, April 16, 2010 4:48:50 PM
Subject: Re: [Subclipse-users] [Subclipse-users] change repository

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].
------------------------------------------------------
http://subclipse.tigris.org/ds/viewMessage.do?dsForumId=1047&dsMessageId=2608269
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subclipse.tigris.org].
Received on 2010-05-12 20:32:23 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.