Closed
Bug 370850
Opened 18 years ago
Closed 18 years ago
Enable querying support for ViewVC
Categories
(mozilla.org Graveyard :: Server Operations, task)
mozilla.org Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: reed, Assigned: oremj)
References
()
Details
Bug 356753 added ViewVC for Subversion, but it did not enable the Bonsai-like querying support.
In order to use the querying support in ViewVC, a MySQL database must be set up for use by ViewVC. Once this has been done, the [cvsdb] section of viewvc.conf must be updated with the MySQL details.
Next, the bin/svndbadmin file must be added as a hook to Subversion, using something like | /path/to/svndbadmin update "$1" "$2" |.
Finally, the database must be initialized with all the previous commits by running | /path/to/svndbadmin rebuild /path/to/repo |.
With all these steps complete, the Bonsai-like querying capabilities of ViewVC will be enabled and up-to-date.
If you require any assistance with setting this up, feel free to catch me on IRC.
| Assignee | ||
Updated•18 years ago
|
Assignee: server-ops → oremj
| Assignee | ||
Comment 1•18 years ago
|
||
This has been setup.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Updated•10 years ago
|
Product: mozilla.org → mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•