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

Deleting files from revs

From: lightbulb432 <veerukrishnan_at_hotmail.com>
Date: 2007-01-13 10:54:54 CET

Let's say hypothetically you delete some files from the middle of the
sequence of files in repository/db/revs or repository/db/revprops...what
happens? Do you break your entire repository?

If you have a million revisions of your work in the repository and you
decide you don't need all changes more than a certain amount of time old. If
you simply go and delete, say, the first 5000 files, I'm guessing you don't
just remove the logs of those changes and versions, but rather break your
repository because those files store diffs rather than the entire set of
files, right?

Is there a way that Subversion accounts for people wanting to get rid of
several changes and make, say, revisions 1 through 10,000 merged into one
file representing the state at revision 10,000 only...do you understand what
I'm saying? I'd guess (even with Subversion's efficient storage) that there
are people who don't need outdated version info beyond a certain revision or
date, and would like to retrieve some of that disk space...

What goes in repository/db/transactions? It always seems to be empty...

Thanks.

-- 
View this message in context: http://www.nabble.com/Deleting-files-from-revs-tf2970750.html#a8312765
Sent from the Subversion Users mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 13 10:55:15 2007

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.