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 --------------