From: Nick J. <nje...@us...> - 2002-02-05 05:58:12
|
Update of /cvsroot/sandweb/sandweb/etc In directory usw-pr-cvs1:/tmp/cvs-serv8554 Modified Files: prefs.cfg sandweb.cfg Added Files: repository.cfg Log Message: * added new cfg files for repositories and modules --- NEW FILE --- <repository> <!-- repository tags define individual repositories --> <repository name="" VCS="" root="" username="" password="" server="" /> </repository> Index: prefs.cfg =================================================================== RCS file: /cvsroot/sandweb/sandweb/etc/prefs.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -U2 -r1.3 -r1.4 --- prefs.cfg 2001/09/21 00:35:39 1.3 +++ prefs.cfg 2002/02/05 05:58:09 1.4 @@ -1,11 +1,3 @@ <preferences> - <!-- repository tags define individual repositories --> - <repository name="" - VCS="" - root="" - username="" - password="" - server="" - /> <!-- the personal tag defines user's real name, and the path to the sandbox on the user's workstation --> Index: sandweb.cfg =================================================================== RCS file: /cvsroot/sandweb/sandweb/etc/sandweb.cfg,v retrieving revision 1.15 retrieving revision 1.16 diff -U2 -r1.15 -r1.16 --- sandweb.cfg 2002/01/29 01:32:27 1.15 +++ sandweb.cfg 2002/02/05 05:58:09 1.16 @@ -16,5 +16,5 @@ <!-- config for cgi related information --> - <cgi-bin cgi_path="/cgi-bin/sandweb/bin" + <cgi-bin cgi_path="/sandweb/bin" cgi_domain="" /> |