On 6 June 2010 16:11, Martin A. Brooks martin@hinterlands.org wrote:
On Sun, June 6, 2010 13:12, Richard Lewis wrote:
I still have the most recent working copy checked out. Is it possible to use this working copy to start a new SVN repository, retaining all the history? Or can I only dump from the current *repository* (on the server) to make a new repository?
The latter. Your working copy isn't sufficient to rebuild a repo from.
I would agree.
You might be able to: find the HEAD revision, and then have a script that pulls the svn diff and svn log for rev n-1:n all the way to PREV:HEAD.
Then your script could duplicate that into your new repo.
Not sure if it would work with branches or tags.
Srdjan