How to populate a repository with a copy of an old svn repository
Posted
by user267980
on Stack Overflow
See other posts from Stack Overflow
or by user267980
Published on 2010-03-23T10:47:45Z
Indexed on
2010/03/23
11:03 UTC
Read the original article
Hit count: 190
svn
Hi there. I configured long time ago a backup script for one of my svn repository. Such a noob i was, i didn't used 'svnadmin dump' but just made an archive of my repository folder.
I don't have access to the old server anymore thus the only thing i have a archives of the old repository folder.
is there a way to import those archive into my new server?
Thanks.
© Stack Overflow or respective owner