Here is the pattern I usually use for this.

 

I like to limite the revision range and to export always incrementally.
Also, I want to renumber revisions and drop empty revisions (because of
filtering based on project path).

 

Hope it helps.

 

svnadmin dump <repository_path> -r
<first_project_revision>:<last_project_revision> --incremental |
svndumpfilter include "/Project_path_1" "Project_path_2"
"Project_path_3/project_path_3_continued_and_so_on" "--drop-empty-revs
--renumber-revs > <destination_file>

 

Regards,

Luiz Guilherme M. Kimel

 

  _____  

De: andrew.lu...@l-3com.com [mailto:andrew.lu...@l-3com.com] 
Enviada em: quinta-feira, 16 de setembro de 2010 15:38
Para: users@subversion.apache.org
Assunto: subversion dump question

 

Say you have multiple projects in one repository.

Is there an easy way to separate out one project tree, along with its
specific history, and move it to a new or different repository?

Thanks in advance, apologies if it's in the manual somewhere.

 

Reply via email to