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

RE: Permanently delete a revision?

From: Luke Youngblood <lyoungblood_at_phonechargeinc.com>
Date: 2005-05-17 16:02:52 CEST

Thanks, but I'd rather not do a complete dump. Since I'm using FSFS, and if
I don't care about any of the revs after the bad commit, couldn't I just
delete that rev along with all subsequent revs?

For example:

rm /svn/db/revs/150 /svn/db/revs/151 ...
rm /svn/db/revprops/150 /svn/db/revprops/151 ...

Then I guess I would have to update the /svn/db/current file, which
currently looks like this:

> cat current
188 82 1

... and decrement the first number (last rev number).

I'm just guessing at all of this, but I don't want to corrupt my repository.
Thanks for your help everyone.

Luke

-----Original Message-----
From: Shatzer, Larry [mailto:Larry.Shatzer@MIROtechnologies.com]
Sent: Tuesday, May 17, 2005 9:48 AM
To: 'Luke Youngblood'; users@subversion.tigris.org
Subject: RE: Permanently delete a revision?

That's answered in the FAQs.

http://subversion.tigris.org/faq.html#removal

-----Original Message-----
From: Luke Youngblood [mailto:lyoungblood@phonechargeinc.com]
Sent: Tuesday, May 17, 2005 6:44 AM
To: users@subversion.tigris.org
Subject: Permanently delete a revision?

Hi,
 
It seems in my rush to get my whole life versioned, I imported some private
SSH keys into the repository that I really don't want there. Can anyone
tell me how to permanently delete a revision? I want to remove it from the
repository completely, so that nobody can revert to it and retrieve those
private keys. I'm using FSFS type repository.
 
Thanks,
Luke Youngblood
Senior System Administrator
PhoneCharge, Inc.
(203) 732-7639 x279
http://www.phonechargeinc.com
 

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue May 17 16:08:27 2005

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.