Tool to migrate a repo with only read access?
Posted
by Corazu
on Stack Overflow
See other posts from Stack Overflow
or by Corazu
Published on 2010-04-13T06:10:40Z
Indexed on
2010/04/13
6:12 UTC
Read the original article
Hit count: 228
I have a subversion repository located on our school servers from a project my friends and I worked on the past semester. We want to take the project and polish it and make it more of a portfolio item and I'm not quite sure that the repo will stay intact on the school servers (they usually wipe it after a few semesters). I don't have access to dump the repo, although I've sent an email to see if I can get one - which would be the best solution.
I tried svnsync but the school server doesn't support the replay command (probably turned off), so that won't work for me.
Now, theoretically, wouldn't it be possible to (manually or programmatically) checkout each revision of the repository and check it in to a new repository on our own server? I think it would work - there's only 3 of us, and there's no working copy conflicts that we'd have to worry about, just want a copy of all the history in the repo in case we need to go back and look at it.
That being said, before I go and reinvent a wheel by writing a script to do it - does something like this already exist? I have to figure there's already a tool to do it, or that someone has wrote a script to do it.
© Stack Overflow or respective owner