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

load dump file into different directory structure

From: vamsi hari <vamsi.hari_at_gmail.com>
Date: Wed, 21 May 2008 17:50:54 +0530

Dear team,

we have a repository A which we access using *http://X.X.X.X/ABC* Now we
want to create a different repository B by taking few folders from
repository A.

Here in this case I wan to create dump for the content under this path
http://X.X.X.X/ABC/XYZ/PQR <http://x.x.x.x/ABC/XYZ/PQR> and to load into
repoB

here are the commands which i used to perform this

*svnadmin dump /home/rep | svndumpfilter --renumber-revs --drop-empty-revs
include /XYZ/PQR > test.dmp* ( we want only the content uder PQR, not even
the folder name PQR)

what exactly I'm looking for is, I want to load the contents under PQR into
repoB's trunk folder

something like this
http://XX.XX.XX.XX/MNO/trunk<http://xx.xx.xx.xx/MNO/trunk>( under
trunk I wan to have the content which is under PQR of repoA )

How do i remove the prefix /XYZ/PQR before i load into repoB

can some-one guide on how to achieve this?

Regards,
Vamsi Hari
Received on 2008-05-21 14:21: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.