When SVN was upgraded recently (perhaps as part of Dann's Debian
upgrade?), the SVN help info seems to have dissappeared.

I've just replaced it:

    cd /var/www/websvn/
    patch -p0 < index.php.checkout-help-patch

    cd /var/www/websvn/templates/Standard
    sudo ln -s /var/www/websvn/index.tmpl.local .



I also added the following to root's crontab, as we were collecting temp
files for like forever:

    find /var/www/websvn/temp -mtime +7 -exec rm -f '{}' \; 2>&1



Cheers, -Brian

-- 
Brian Elliott Finley
Linux Strategist, CIS
Desk: 630.252.4742
Cell: 630.631.6621


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
sisuite-devel mailing list
sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to