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

Re: issue #1573: fs deltification causes delays

From: Glenn A. Thompson <gthompson_at_cdr.net>
Date: 2003-11-08 01:22:13 CET

Hey,

>I hope these two points will make the following proposal less
>controversial than it might otherwise be:
>
>Let's turn off fs deltification by default, restore the command
>'svnadmin deltify' from r3920 or thereabouts, and document (both in
>user documentation and in the post-commit template) how to run both
>manual deltification and logfile cleanup, with a cron example as well
>as a hook example.
>
I remember this being un-implemented. I did a quick check and svnadmin calls svn_fs_deltify which returns SVN_ERR_UNSUPPORTED_FEATURE in every revison of deltify.c I looked at. Is there some simple "calling of" an existing function that resolves this problem? Did I miss something?

Ignoring the unsupported issue, I like what you propose.
One thing though, IMHO svn_fs_deltify should not be part of the *core*
svn_fs.h API.
Would you consider *not* putting svn_fs_deltify back in to svn_fs.h?
I'd prefer seeing it in some sort of maintenance header file.

thanks,
gat

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Nov 8 01:28:17 2003

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.