Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cvssrc/ | 03-May-2024 | - | ||||
includes/ | 03-May-2024 | - | 5 | 5 | ||
www/ | 03-May-2024 | - | 425 | 357 | ||
README.searchcvs.setup.mysql.txt | D | 03-May-2024 | 952 | 26 | 15 | |
README.searchcvs.setup.web.txt | D | 03-May-2024 | 378 | 14 | 8 | |
mysql-modelingschema.dump | D | 03-May-2024 | 4.2 KiB | 162 | 131 | |
mysql-modelingschema.truncate | D | 03-May-2024 | 241 | 10 | 8 | |
mysql-users.dump | D | 03-May-2024 | 1.3 KiB | 20 | 16 | |
parsecvs.php | D | 03-May-2024 | 5.9 KiB | 164 | 117 | |
parsecvs.sh | D | 03-May-2024 | 555 | 28 | 21 | |
setup.sh | D | 03-May-2024 | 1.7 KiB | 36 | 22 |
README.searchcvs.setup.mysql.txt
1Search CVS is a tool for converting cvs commits into a mysql database, which 2can be updated without worry of data duplication. The database is then searchable 3via a web page run on www.eclipse.org. 4 5MySQL Server Quick Setup: 6 71. Extract the searchcvs/ folder from cvs and place it in your $HOME folder 8on some server running MySQL 5 and PHP 4 or 5 with the MySQL module for MySQL 5 compiled in. 9 102. Customize setup.sh for your needs and run it to extract your code from cvs. 11 123. Load database tables using .dump files provided. 13 144. Edit includes/parsecvs-dbaccess.php. Run parsecvs.sh. 15 165. To make nightly updates to the data (reflecting the day's cvs commits), run parsecvs.sh as a cron like this: 17 18#Min Hr Mday Month Wday Cmd 1900 22 * * * $HOME/searchcvs/parsecvs.sh 2>&1 1> $HOME/searchcvs/parsecvs.log.txt 20 21---- 22 23Additional details on setup and on using this tool can be found here: 24 25http://wiki.eclipse.org/index.php/Search_CVS 26
README.searchcvs.setup.web.txt
1Search CVS is a tool for converting cvs commits into a mysql database, which 2can be updated without worry of data duplication. The database is then searchable 3via a web page run on www.eclipse.org. 4 5Web Server Quick Setup: 6 71. See searchcvs/www/README. 8 9---- 10 11Additional details on setup and on using this tool can be found here: 12 13http://wiki.eclipse.org/index.php/Search_CVS 14