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

Purging pristines

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Mon, 25 Jul 2011 01:22:44 +0300

I've noticed several times that 'svn cleanup' trims down the
.svn/pristine/ hierarchy:

[[[
svn/t1% ls .svn/pristine/*/*base | wc -l
2046
svn/t1% $svn cleanup
svn/t1% ls .svn/pristine/*/*base | wc -l
1835
]]]

Are pristines purged at other times? If not, should we release-note
a recommendation to run 'cleanup' periodically?
Received on 2011-07-25 00:25:22 CEST

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.