[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Turning a Subversion Directory into a Repository?

From: Jason Winnebeck <jpwasp_at_rit.edu>
Date: Tue, 29 Jan 2008 17:00:27 -0500

svnadmin dump, then use svnadmin filter to "include" just the directory
you need. You probably want to set its parameters to filter out empty
revisions and renumber them starting with 1. This will work well if you
haven't copied, moved, etc paths around. Then you just use svnadmin load
to make a new repository.

 

Jason

 

________________________________

From: Randall Hand [mailto:randall.hand_at_gmail.com]
Sent: Tuesday, January 29, 2008 4:43 PM
To: users_at_subversion.tigris.org
Subject: Turning a Subversion Directory into a Repository?

 

I have a subversion repository, we'll call "experiments".. Inside that
directory I manage alot of various source code, and one piece of code in
particular has "grown up" and I want to manage it as it's own
repository, but I want to preserve what little history already exists.
So essentially, is there any way I can turn a subdirectory within a
repository into a new repository & maintain history?

-- 
----------------------------------------
Randall Hand 
Visualization Scientist
ERDC MSRC-ITL 
Received on 2008-01-29 23:01:03 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.