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

RES: subversion dump question

From: Luiz Guilherme Kimel <lkimel_at_dba.com.br>
Date: Thu, 16 Sep 2010 19:22:56 -0300

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.LUCAS_at_L-3Com.com [mailto:ANDREW.LUCAS_at_L-3Com.com]
Enviada em: quinta-feira, 16 de setembro de 2010 15:38
Para: users_at_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.

 
Received on 2010-09-17 00:24:25 CEST

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.