

![]() | Start a set with this search |
![]() | Include this search in one of my sets |
![]() | Exclude this search from one of my sets |
![]() | Permalink to these results Paste this link in email or IM: |
| Atom feed for tracking future search results Paste this URL into your reader: |
27 messages in org.apache.infrastructure-devRe: early availability of svn.eu.apac...| From | Sent On | Attachments |
|---|---|---|
| Joe Schaefer | May 19, 2008 7:31 am | |
| Grzegorz Kossakowski | May 19, 2008 8:03 am | |
| Henning Schmiedehausen | May 19, 2008 8:09 am | |
| Grzegorz Kossakowski | May 19, 2008 8:12 am | |
| Joe Schaefer | May 19, 2008 8:14 am | |
| Jukka Zitting | May 20, 2008 1:16 pm | |
| Grzegorz Kossakowski | May 20, 2008 1:19 pm | |
| Joe Schaefer | May 20, 2008 1:21 pm | |
| Jukka Zitting | May 20, 2008 1:21 pm | |
| Jukka Zitting | May 22, 2008 5:07 am | |
| Norman Maurer | May 22, 2008 6:28 am | |
| Joe Schaefer | May 22, 2008 5:43 pm | |
| sebb | May 22, 2008 5:55 pm | |
| Joe Schaefer | May 22, 2008 6:20 pm | |
| Philip M. Gollucci | May 22, 2008 6:49 pm | |
| Joe Schaefer | May 22, 2008 6:58 pm | |
| sebb | May 22, 2008 7:00 pm | |
| Paul Querna | May 22, 2008 7:20 pm | |
| sebb | May 22, 2008 7:39 pm | |
| Justin Mason | May 23, 2008 2:17 am | |
| sebb | May 23, 2008 2:47 am | |
| Jukka Zitting | May 23, 2008 2:52 am | |
| Henning Schmiedehausen | May 23, 2008 2:58 am | |
| Justin Erenkrantz | May 23, 2008 6:31 am | |
| Philip M. Gollucci | May 23, 2008 8:08 am | |
| Justin Erenkrantz | May 23, 2008 8:12 am | |
| sebb | May 24, 2008 3:52 am |

![]() | Permalink for this message Paste this link in email or IM: |
![]() | Permalink for this thread 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.org | Actions... |
|---|---|---|
| From: | sebb (seb...@gmail.com) | |
| Date: | May 23, 2008 2:47:31 am | |
| List: | org.apache.infrastructure-dev | |
On 23/05/2008, Justin Mason <jm...@jmason.org> wrote:
Paul Querna writes:
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?
does
svn sw --relocate \ https://svn.apache.org/repos/asf \ https://svn.eu.apache.org/repos/asf
work as a general-purpose command? This would be great to add to any announcement mail.
Just tried and it works for me on SVN 1.4.6/WinXP.
Seems you can also switch between http/https the same way - the --relocate help says:
"Rewrite working copy URL metadata to reflect a syntactic change only. This is used when repository's root URL changes (such as a scheme or hostname change) but your working copy still reflects the same directory within the same repository."
I did notice that I had to re-authenticate, and also that SVN externals (we use one in SpamAssassin, unfortunately) need to be switched separately. Seems definitely speedier though.
SVN externals are stored as properties in SVN. So switching them will affect everyone, so may not always be appropriate.
It's a pity that svn:externals does not support relative paths (yet??).
--j.







