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

Re: obliterate

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-04-08 12:18:18 CEST

On Thu, 7 Apr 2005, Davy Durham wrote:

>
> I found in the faq about a possible future obliterate feature, but I
> could not figure out how to add a comment to the issue 516
> http://subversion.tigris.org/issues/show_bug.cgi?id=516
You need an tigris.org user acount and to be an "Observer" on the
Subversion project. Then you'll be able to add comments when you're logged
in.
>
> I noticed tonight that when I check in a 500kB .exe file that my
> respository gets over 2MB bigger. This made me wonder if it really is
> doing deltas on binary files. My repo is now unnecessarily 200megs.
>
This is more appropriate on the users@ list, but anyway. You might have
old BDB logs that aren't needed anymore. Try
svnadmin list-unused-logs REPO_PATH
If you get anything back, you can delete those files.

svn *is* deltifying binary data.

> It's really handy in the development of my project to be checking in exe
> files (to share with others who don't have the build tools) all during
> development.. but nicer if then I could obliterate all of the revisions
> since the last tag point when I do tag a release.
>
The usual answer to this question is that you could share the files using
some other means, i.e. a networked filesystem or a web site.

As you see from the age of this issue, it isn't high priority at present.

Best Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 8 12:13:36 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.