Difference between revisions of "How To Approve A sqlCVS batch"

From LinuxMCE
Jump to: navigation, search
(New page: Anonymous commits into sqlCVS need to be approved manually. This is done from any LinuxMCE installation. Before approving a batch, the local sqlCVS database needs to be up-to-date. Easie...)
 
Line 1: Line 1:
 +
[[Category: Development]]
 +
[[Category: Programmer's Guide]]
 
Anonymous commits into sqlCVS need to be approved manually.  
 
Anonymous commits into sqlCVS need to be approved manually.  
  

Revision as of 20:54, 18 June 2010

Anonymous commits into sqlCVS need to be approved manually.

This is done from any LinuxMCE installation. Before approving a batch, the local sqlCVS database needs to be up-to-date. Easiest done using the web admin sqlCVS / Update for the relevant repo.

After the update happened, the approval of the batch is done using the following command line.:

/usr/pluto/bin/sqlCVS -H schema.linuxmce.org -D "pluto_main" -R "3999" -r "repo" -t "" -U "username~password" approve
  • Replace repo with the name of the repository.
  • Replace username~password with sqlCVS credentials.