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

copying multiple revisions from 1 repository to another

From: Tim Alsop <Tim.Alsop_at_CyberSafe.Ltd.UK>
Date: 2004-06-09 21:50:17 CEST

Hi,

 

I am new to subversion, so I need some advice. I would like to explain
what I need to do and see if somebody can point me in the right
direction ...

 

I have two repositories, rep1 and rep2.

 

rep1 is located at /usr/local/svn/rep1

rep2 is located at /usr/local/svn/rep2

 

In rep1 I have a directory tree roughly like :

 

trunk

   proj1

      code

          file1

          file2

          file3

      packaging

          file4

          file5

 

In rep2 I have :

 

trunk

   core

       file1

       file2

       file3

 

If you consider the above, file1,2 and 3 in code directory of rep1 will
have many revisions, likewise file1,2 and 3 in core will also have many
revisions.

 

The files in rep1 are more up to date than in rep2 so I want to copy all
revisions from rep1 into rep2, thus creating new revision numbers in
rep1 for the files, but keeping the history of file changes etc. I
eventually want to remove rep1 and continue working on rep2 as my new
and latest repository. How can I copy all revisions for files in code
directory (e.g. file1,2 and 3) into directory called core in rep2 ?

 

I hope I have made my requirements clear ? if it is not clear please let
me know how I can explain better ? If you have a solution please let me
know.

 

Thanks,

Tim.
Received on Wed Jun 9 21:58:03 2004

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.