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

RE: use-commit-times = effectless?

From: Jan Hendrik <jan.hendrik_at_bigfoot.com>
Date: 2003-12-12 11:20:38 CET

Concerning RE: use-commit-times = effectless?
Carsten Schurig wrote on 5 Dec 2003, 12:25, at least in part:

> my post-commit.bat looks like:
>
> start /MIN /LOW C:\Programme\Subversion\bin\svnadmin.exe deltify -r %2
> %1
>
> With this the deltification should work. The problem I have is, that I
> actually don't know if it works, though.

Not having tested this so far here I have an idea that may serve as
at least indirect proof for a successful execution of deltify:

Assuming that svnadmin deltify issues error codes - developers
requested here! else trial&error should help, too - you may
intercept these and only in case of success execute another
command: svnadmin list-unused-dblogs REPOS_PATH | xargs rm.

So if logfiles keep accumulating this would hint to deltafication not
being executed. Can't say if mailer.py could be utilized for control
of success, too. When some day repositories may become more
stable here and I find some leisure time I might get into this. So far
I leave logfiles untouched here, cannot forget that my first repos
corruptions just happened after removing unused logs.

Best regards

Jan Hendrik

---------------------------------------
Freedom quote:

     Welfare's purpose should be to eliminate,
     as far as possible, the need for its own existence.
                -- Ronald Reagan, Los Angeles Times, January 7, 1970

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 12 11:22:03 2003

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.