27 messages in org.apache.infrastructure-devRe: early availability of svn.eu.apac...
FromSent OnAttachments
Joe SchaeferMay 19, 2008 7:31 am 
Grzegorz KossakowskiMay 19, 2008 8:03 am 
Henning SchmiedehausenMay 19, 2008 8:09 am 
Grzegorz KossakowskiMay 19, 2008 8:12 am 
Joe SchaeferMay 19, 2008 8:14 am 
Jukka ZittingMay 20, 2008 1:16 pm 
Grzegorz KossakowskiMay 20, 2008 1:19 pm 
Joe SchaeferMay 20, 2008 1:21 pm 
Jukka ZittingMay 20, 2008 1:21 pm 
Jukka ZittingMay 22, 2008 5:07 am 
Norman MaurerMay 22, 2008 6:28 am 
Joe SchaeferMay 22, 2008 5:43 pm 
sebbMay 22, 2008 5:55 pm 
Joe SchaeferMay 22, 2008 6:20 pm 
Philip M. GollucciMay 22, 2008 6:49 pm 
Joe SchaeferMay 22, 2008 6:58 pm 
sebbMay 22, 2008 7:00 pm 
Paul QuernaMay 22, 2008 7:20 pm 
sebbMay 22, 2008 7:39 pm 
Justin MasonMay 23, 2008 2:17 am 
sebbMay 23, 2008 2:47 am 
Jukka ZittingMay 23, 2008 2:52 am 
Henning SchmiedehausenMay 23, 2008 2:58 am 
Justin ErenkrantzMay 23, 2008 6:31 am 
Philip M. GollucciMay 23, 2008 8:08 am 
Justin ErenkrantzMay 23, 2008 8:12 am 
sebbMay 24, 2008 3:52 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: early availability of svn.eu.apache.orgActions...
From:sebb (seb@gmail.com)
Date:May 24, 2008 3:52:35 am
List:org.apache.infrastructure-dev

On 23/05/2008, sebb <seb@gmail.com> wrote:

On 23/05/2008, Paul Querna <pque@apache.org> wrote:

sebb wrote:

OK, thanks.

It's certainly much quicker for me here in the UK using SVN (via Eclipse).

However, it seems to be quite time-consuming to swap servers. It does not appear to be possible to use "svn switch" as the repos are regarded as different.

I ended up having to delete my existing project and download it again, which seems rather a waste of bandwidth.

Maybe next time I'll tried editting the .svn/entries files - but there are rather a lot of them.

Anyone got a better method for switching servers?

svn switch --relocate \ https://svn.apache.org/repos/asf/apr/apr/trunk \ https://svn.eu.apache.org/repos/asf/apr/apr/trunk

works for me?

Works for me too, now I know about it - thanks very much.

Should have checked the documentation...

... I now have, and the Subclipse version has to be run in the SVN repository view, and it then changes all the working copies using that repository.

But what the documentation I saw fails to say is:

* Subclipse only updates projects that are currently open * It deletes the repository entry after updating the open projects.

As it happens, I also had some lower level repository entries. These were not deleted, and when I opened an unconverted project it attached itself to one of those.

I'm not sure what would have happened if I had not had the spare repo URLs.

As it stands, I would not recommend using Subclipse to do the relocate.

[I'll raise a bug about this]