How To Approve A sqlCVS batch

From LinuxMCE
Revision as of 20:52, 18 June 2010 by Marie.o (Talk | contribs) (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...)

(diff) ←Older revision | view current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

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.