Displaying 1 result from an estimated 1 matches for "omegadocs".
2007 Jul 12
1
omega: omindex behaviour with duplicate files
...y
output information about files that were actually being reindexed.
I would like to set up this post-commit hook so that documents deleted
from the repository are correctly removed from the index. At present my
post-commit hook script works by brute force, and looks like this:
#!/bin/sh
cd /data/omegadocs && svn up
omindex -d ignore --db /var/lib/omega/data/default --url /svn/
/data/omegadocs
If there are any tips for improving this, it would be much appreciated.
Cheers
JP
--
John Pye
Department of Mechanical and Manufacturing Engineering
University of New South Wales, Sydney, Australia...