Hello all:
  I has a file setup.ini in work directory .and The setup.ini file current version is 1.2 . Now I want to back to version 1.1.1.1 then modifiy the setup.ini file and commit it.But I can't do it.
 
I using wincvs1.2 on win2000  and CVSNT server on win2000 server.
 
My step:
Step 1.
 cvs update -r 1.1.1.1 SETUP.INI (in directory C:\work\)
U SETUP.INI
 
*****CVS exited normally with code 0*****
Step 2.
cvs edit SETUP.INI (in directory C:\work\)
 
*****CVS exited normally with code 0*****
 
Step 3. I modified the setup.ini file and saved it.
 
Step 4.
cvs update SETUP.INI (in directory C:\work\)
M SETUP.INI
 
*****CVS exited normally with code 0*****
 
Step 5.
cvs commit -m "no message" SETUP.INI (in directory C:\work\)
cvs [commit aborted]: end of file from server (consult above messages if any)
 
*****CVS exited normally with code 1*****
 
 
These message meaning can't commit to server.
Why?
 
How do I should ?
 
Thank you!
 

Reply via email to