On Mon, Dec 19, 2011 at 22:45, Craig Burlock <craig.burl...@gmail.com> wrote: > Hello all, > > I need to create a new SVN Repository based on my existing SVN Repository > for another software development team. Due to security reasons, the new SVN > Repository must contain only a selection of my existing projects and must > include code and change history. > > Can this be done? > > Is it easy? > > Any advice would be wonderful!
Dump the repository (svnadmin dump), then wash the dumpfile through svndumpfilter to either selectively extract the paths you are allowed to have, or remove the ones you aren't. http://svnbook.red-bean.com/en/1.7/svn.ref.svndumpfilter.html