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

Re: cleaning fsfs for more free space

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2005-03-22 10:45:08 CET

Dmitry wrote:
> We deleted big files from svn repository, but folder with svn doesn't
> became smaller.
> How can we make svn repository to become smaller after deletion? Because
> deleted files are not needed and they are really big?

You can't and that is intentional. Subversion _never_ modifies old revisions,
and even though the file is not present in current revisions, it is present
in older revisions stored in the repository.

The only way to change the history stored in a repository is indirectly via
svndumpfilter, maybe that is what you want.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Mar 22 10:50:30 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.