Update of /cvsroot/webnotes/webnotes/core
In directory usw-pr-cvs1:/tmp/cvs-serv5950/core
Added Files:
cvs_env
Log Message:
Added a cvs_env script. To run it 'source core/cvs_env'. It sets up CVSROOT and CVS_RSH
--- NEW FILE: cvs_env ---
CVSROOT=${LOGNAME}@cvs.webnotes.sourceforge.net:/cvsroot/webnotes; export CVSROOT;
CVS_RSH=ssh; export CVS_RSH;
|