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

Re: Can svndumpfilter exclude specified file versions?

From: David Weintraub <qazwart_at_gmail.com>
Date: Tue, 17 Mar 2009 11:19:09 -0400

You can use svnadmin dump to specify the revisions you want to dump.
Let's say you want to skip revision "X". You can do two dumps. One
from revision 1 to X-1 and another from X+1 to the HEAD revision.

You should then be able to use these dumps via "svnadmin load" to
create a new repository without the bad revision number.

It's been a long while since I last did this. Sorry about the lack of details.

On Tue, Mar 17, 2009 at 3:15 AM, <webpost_at_tigris.org> wrote:
> I have a file whose earlier versions accidentally contained confidential information. The problem has been was rectified, however the data is still available to users if they update to an earlier version.
>
> The need is to remove all trace of the file before the fixed revision - as if it never existed before the fixed version.
>
> Is there a way to specify that svndumpfilter exclude all copies of a file that are earlier than a specified revision?
>
> If only the path can be specified, can the path also specify a particular version? If it can that would be sufficient, because I could run svndumpfilter once for every version known to exist for the file in question.
>
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1338545
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
>

-- 
--
David Weintraub
qazwart_at_gmail.com
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1341842
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-03-17 16:20:10 CET

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.