From a97876092ebbe7437ea9a05ad42af71bcaccbe94 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Thu, 11 Dec 2003 14:51:49 +0000 Subject: [PATCH] Changed cvsroot from /net/phoebus to /usr/local. --- startup/Borland.bat | 2 +- startup/cygwin32.bat | 2 +- startup/win32.bat | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/startup/Borland.bat b/startup/Borland.bat index 6d8cb74d5..2169817c3 100644 --- a/startup/Borland.bat +++ b/startup/Borland.bat @@ -47,7 +47,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:jba@venus.aps.anl.gov:/net/phoebus/epicsmgr/cvsroot +set CVSROOT=:ext:jba@venus.aps.anl.gov:/usr/local/epicsmgr/cvsroot set CVS_RSH=/bin/ssh.exe REM --------------- EPICS Channel Access -------------- diff --git a/startup/cygwin32.bat b/startup/cygwin32.bat index 4c512c99b..7c4999f41 100644 --- a/startup/cygwin32.bat +++ b/startup/cygwin32.bat @@ -43,7 +43,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:jba@venus.aps.anl.gov:/net/phoebus/epicsmgr/cvsroot +set CVSROOT=:ext:jba@venus.aps.anl.gov:/usr/local/epicsmgr/cvsroot set CVS_RSH=/bin/ssh.exe REM --------------- EPICS Channel Access -------------- diff --git a/startup/win32.bat b/startup/win32.bat index bcbdd6af4..c08fa3636 100755 --- a/startup/win32.bat +++ b/startup/win32.bat @@ -47,7 +47,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:jba@venus.aps.anl.gov:/net/phoebus/epicsmgr/cvsroot +set CVSROOT=:ext:jba@venus.aps.anl.gov:/usr/local/epicsmgr/cvsroot set CVS_RSH=/bin/ssh.exe REM --------------- EPICS Channel Access --------------