Please change Parrot's trunk URL to the real repo

Asked by Ronald Blaschke

Now that the initial import from dump is done, could you please switch Parrot's trunk <https://code.launchpad.net/~vcs-imports/parrot/trunk> Subversion import URL to the real thing, at <https://svn.perl.org/parrot/trunk> ?

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
Michael Hudson-Doyle Edit question
Solved by:
Michael Hudson-Doyle
Solved:
Last query:
Last reply:
Revision history for this message
Björn Tillenius (bjornt) said :
#1

Michael, can you take care of this?

Revision history for this message
Michael Hudson-Doyle (mwhudson) said :
#2

Ah yes, sorry for not getting back to you on this. It's not totally easy, because the UUID of the repo i created from your dump is different from that of the 'real' repo:
mwh@neumayer:/srv/importd.launchpad.net/data/worker-for-branch-23526/foreign_working_tree$ + svn info
Path: .
URL: file://localhost/home/mwh/parrot/trunk
Repository Root: file://localhost/home/mwh/parrot
Repository UUID: 6e46cefa-b096-4db1-bcf0-af833061671e
Revision: 31320
Node Kind: directory
Schedule: normal
Last Changed Author: fperrad
Last Changed Rev: 31317
Last Changed Date: 2008-09-21 16:48:01 +0100 (Sun, 21 Sep 2008)

mwh@neumayer:/srv/importd.launchpad.net/data/worker-for-branch-23526/foreign_working_tree$ + svn info https://svn.perl.org/parrot/trunk
Path: trunk
URL: https://svn.perl.org/parrot/trunk
Repository Root: https://svn.perl.org/parrot
Repository UUID: d31e2699-5ff4-0310-a27c-f18f2fbe73fe
Revision: 31422
Node Kind: directory
Last Changed Author: chromatic
Last Changed Rev: 31422
Last Changed Date: 2008-09-26 00:07:48 +0100 (Fri, 26 Sep 2008)

So 'svn switch --relocate' (which is how we change the import location) complains. How did you create your dump? (Or it's possible I did something wrong...).

I can probably force it, in any case...

Revision history for this message
Best Michael Hudson-Doyle (mwhudson) said :
#3

I got it to work. I hate svn :)

Revision history for this message
Ronald Blaschke (rblasch) said :
#4

Michael, sorry for the hassle, this was my fault. I forgot to change the UUID of the SVN repo dump.

The dump was actually from a "svnsync" <http://svnbook.red-bean.com/en/1.4/svn.ref.svnsync.html> (read-only) mirror. Since it is a different repo it has a different UUID. Apart from few bookkeeping info on revision 0 (using revision properties), like the URL to mirror and the last mirrored revision, it should be a perfect copy.

Thank you very much for your help. I greatly appreciate it!

Revision history for this message
Ronald Blaschke (rblasch) said :
#5

Thanks Michael Hudson, that solved my question.