command line - Remove TFS Local File Conflicts with CommandLine -
i trying update local copy tfs server project. there no workspace mapping (i have deleted previous mapping) in current copy. have create new workspace , mapped same local copy.
now, whenever trying run tfs command says local file writable, therefore checkout getting failed.
error:
/project/test/css/v2/scss/utilities.scss: local file /protextsoftwarescan1/project/test/css/v2/scss/utilities.scss writable /project/test/css/v2/utilities.css: local file /protextsoftwarescan1/project/test/css/v2/utilities.css writable
you need run tf resolve /auto:overwritelocal command resolve conflicts.
the overwritelocal option overwrites file in workspace server version. used resolve conflicts arise writable file in workspace.
please check edward's , grant's answer in link details: tfs conflict type: writable file - writable file same name exists locally
Comments
Post a Comment