# Set $cvsroot to the root of the CVS tree
# This is used by cvswebedit
$cvsroot = "/home/pitek/CVS_ROOT";
What if you have multiple repositories??? With the
above assignment, you can only specify 1 repository.
Am I just missing something? Does this imply that I
can only use cvswebedit with that 1 repository?
Logged In: YES
user_id=130579
Since CVSWebClient's code is taken from CVSWeb (which
supports multiple repositories) and from CVSWebEdit (which
doesn't) there are two places where you must set cvsroot.
Now you can use multiple repositories only in cvswebread.cgi
file (only browsing funcionality). All functions connected
with editing support only one repository. This problem
should be fixed in next big release (3.0 I mean).
Logged In: YES
user_id=130579
Since CVSWebClient's code is taken from CVSWeb (which
supports multiple repositories) and from CVSWebEdit (which
doesn't) there are two places where you must set cvsroot.
Now you can use multiple repositories only in cvswebread.cgi
file (only browsing funcionality). All functions connected
with editing support only one repository. This problem
should be fixed in next big release (3.0 I mean).
Logged In: YES
user_id=523750
I think that you can edit %CVSROOT in cvswebconfig.pl
after having made multiple repositories.
a 'symbolic_name' to a 'path_to_the_actual_repository',OK!