From: Rob H. <for...@us...> - 2003-04-01 03:06:25
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv16208 Modified Files: INSTALL Log Message: cool, the only known issue that was our fault was already fixed :) booyah! Index: INSTALL =================================================================== RCS file: /cvsroot/sandweb/sandweb/INSTALL,v retrieving revision 1.16 retrieving revision 1.17 diff -U2 -r1.16 -r1.17 --- INSTALL 1 Apr 2003 02:53:50 -0000 1.16 +++ INSTALL 1 Apr 2003 03:06:22 -0000 1.17 @@ -83,6 +83,2 @@ * The apache user must have write access to ~/.ssh or ~/.ssh2 ( depending on the version of SSH you have installed ). This is to store hostkeys. - - * Due to the fact that we're doing shell calls, " is considered an unsafe - character and is not allowed in fields such as CVS "commit". We'll figure - out a better way of dealing with this in the future. |