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

Re: deleting/editing history?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-09-07 14:50:57 CEST

On Mon, 2004-09-06 at 13:44, FEJES Jozsef wrote:
> Hi!
> I couldn't find out from the book if I could delete/edit history
> entries. Is it possible?

No, the repository cannot lose historical information. It only gets
larger over time.

The workaround for this is to use 'svnadmin dump | svndumpdfilter |
svnadmin load' to rebuild a new repository with missing information. It
works, sort of, some of the time.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 7 14:54:19 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.