scm status doesn't detect removed files in cvs :
It only says : "[INFO] Unknown file status: 'R'."

I can see that for the status the problem comes from CvsStatusConsumer :
       else if ( statusString.equals( "D" ) )
{ status = ScmFileStatus.DELETED;

For removed files, the status is 'R', not 'D'.


scm checkin also doesn't commit removed files. This is probably a bug in cvslib because it works using cvs_native

Benoit


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to