From 1693b492f8ca058093c02339ef9e7e682d85553d Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 18 Mar 2003 21:23:49 +0000 Subject: [PATCH] Updated cvsroot information. --- startup/borland.bat | 2 +- startup/win32.bat | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/startup/borland.bat b/startup/borland.bat index 4c0244599..e9616e911 100755 --- a/startup/borland.bat +++ b/startup/borland.bat @@ -64,7 +64,7 @@ set VIM=/usr/share/vim/vim61 REM --------------- cygwin cvs ------------------------ REM HOME needed by cvs for .cvsrc file (set in vim above) -set CVSROOT=:ext:%USERNAME%@venus.aps.anl.gov:/net/phoebus/epicsmgr/cvsroot +set CVSROOT=:ext:%USERNAME%@venus.aps.anl.gov:/usr/local/epicsmgr/cvsroot set CVS_RSH=/bin/ssh.exe REM --------------- JAVA ------------------------------ diff --git a/startup/win32.bat b/startup/win32.bat index d81daa487..508df3352 100755 --- a/startup/win32.bat +++ b/startup/win32.bat @@ -64,7 +64,7 @@ set VIM=/usr/share/vim/vim61 REM --------------- remote cvs ------------------------ REM HOME needed by cvs for .cvsrc file (set in vim above) -set CVSROOT=:ext:%USERNAME%@venus.aps.anl.gov:/net/phoebus/epicsmgr/cvsroot +set CVSROOT=:ext:%USERNAME%@venus.aps.anl.gov:/usr/local/epicsmgr/cvsroot set CVS_RSH=/bin/ssh.exe REM --------------- JAVA ------------------------------