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

If not, you need to change to the new pserver 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

 

 

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf
Of first last
Sent: Wednesday, February 28, 2007 12:00 AM
To: [email protected]; [email protected]; [email protected]
Subject: CVS checkout issue - no working dir

 

  

Hi,

 

I am using Wincvs 1.2

 

I have moved the cvs repository to a new system. Now when I give
checkout command, though it doesn't display error, it is not creating
the files in the working dir. Command entered is

cvs checkout -d sandbox scripts

 

Output is

cvs checkout -P scripts (in directory E:\sandbox)

cvs server: Updating scripts

cvs server: Updating scripts/common

cvs server: Updating scripts/xml

 

*****CVS exited normally with code 0*****

 

Please help me out!!!!!

_______________________________________________

Bug-cvs mailing list

[email protected]

http://lists.nongnu.org/mailman/listinfo/bug-cvs

 

_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs

Reply via email to