Home | History | Annotate | only in /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs
Up to higher level directory
NameDateSize
cvssrc/09-Oct-2013
includes/09-Oct-2013
mysql-modelingschema.dump09-Oct-20134.2K
mysql-modelingschema.truncate09-Oct-2013241
mysql-users.dump09-Oct-20131.3K
parsecvs.php09-Oct-20135.9K
parsecvs.sh09-Oct-2013555
README.searchcvs.setup.mysql.txt09-Oct-2013952
README.searchcvs.setup.web.txt09-Oct-2013378
setup.sh09-Oct-20131.7K
www/09-Oct-2013

README.searchcvs.setup.mysql.txt

      1 Search CVS is a tool for converting cvs commits into a mysql database, which 
      2 can be updated without worry of data duplication. The database is then searchable 
      3 via a web page run on www.eclipse.org.
      4 
      5 MySQL Server Quick Setup:
      6 
      7 1. Extract the searchcvs/ folder from cvs and place it in your $HOME folder 
      8 on some server running MySQL 5 and PHP 4 or 5 with the MySQL module for MySQL 5 compiled in. 
      9 
     10 2. Customize setup.sh for your needs and run it to extract your code from cvs.
     11 
     12 3. Load database tables using .dump files provided.
     13 
     14 4. Edit includes/parsecvs-dbaccess.php. Run parsecvs.sh.
     15 
     16 5. 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
     19 00 22 * * * $HOME/searchcvs/parsecvs.sh 2>&1 1> $HOME/searchcvs/parsecvs.log.txt
     20 
     21 ----
     22 
     23 Additional details on setup and on using this tool can be found here:
     24 
     25 http://wiki.eclipse.org/index.php/Search_CVS
     26 

README.searchcvs.setup.web.txt

      1 Search CVS is a tool for converting cvs commits into a mysql database, which 
      2 can be updated without worry of data duplication. The database is then searchable 
      3 via a web page run on www.eclipse.org.
      4 
      5 Web Server Quick Setup:
      6 
      7 1. See searchcvs/www/README.
      8 
      9 ----
     10 
     11 Additional details on setup and on using this tool can be found here:
     12 
     13 http://wiki.eclipse.org/index.php/Search_CVS
     14