Skip to content. | Skip to navigation

Personal tools

Navigation

You are here: Home / Wiki / Kb127

Kb127

Emulab FAQ: Testbed Operations: How do I turn on cvsweb access for a user?

Emulab FAQ: Testbed Operations: How do I turn on cvsweb access for a user?

On boss, from a shell, run:

mysql tbdb

Then, at the mysql prompt,

mysql> update users set cvsweb=1 where uid='rsims';