You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Benoit Decherf <de...@yahoo-inc.com> on 2008/04/06 23:27:35 UTC

wrong status for removed file in cvs with scm

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org