[cvsnt] CVS checkout issue - no working dir

Mclean, Frank fmclean at CROSSBEAMSYS.COM
Wed Feb 28 14:53:36 GMT 2007


Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.


Did you retain the same pserver name when moving to the new system?

If not, you need to change to the new pserver in all .../CVS/Root files
within the sandbox using a script something like"

      for file in `find .  -name Root `

      do

            if [ `basename \`dirname $file \`  ` = "CVS" ]; then

                        echo ":pserver:<new_pserver>:<repository_path>"
>$file

                        echo "Updated $file"

            fi

      done

 



More information about the cvsnt mailing list
Download the latest CVSNT, TortosieCVS, WinCVS etc. for Windows 8 etc.
@CVSNT on Twitter   CVSNT on Facebook