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

Filtering and moving a repo

From: Robert Bielik <robert.bielik_at_xponaut.se>
Date: Sun, 07 Sep 2008 10:25:55 +0200

Hi all,

We're using SVN via Apache and I want to filter out a file from a repo A. So I figured I'd do:
1. dump the repo with svnadmin dump /var/svn/repos/A
2. filter dump file with svndumpfilter exclude Path/to/file/to/remove --drop-empty-revs --renumber-revs
3. load the filtered dump file into an empty repo B
4. mv /var/svn/repos/A /var/svn/repos/_A
5. mv /var/svn/repos/B /var/svn/repos/A

Since repo B was empty it should get the UUID of repo A (from the dump file), so this operation should be
transparent to svn clients ??

I wanted to ask before I possibly f-ck it up for clients that have repo A on their machines.

TIA
/R

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-09-07 18:05:49 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.