Creating With Code

A blog by Robert (Marty) McGuire

Extracting projects from a shared Subversion repository

May 28th, 2008 · 4 Comments

I recently had the need to migrate a project from a Subversion (SVN) repository that was shared among many other projects and groups to a fresh repository where it would be the first of many projects. My first instinct was to simply use svnadmin dump to dump out the contents of the whole shared repository, [...]

[Read more →]

Tags: HowTo