Boost logo

Boost :

From: Eric Niebler (eric_at_[hidden])
Date: 2005-09-07 17:28:58


Arkadiy Vertleyb wrote:
> Hi All,
>
> I am experiencing a strange problem with files checked out from the Boost
> CVS. The files are checked out as read-only, and even if I remove the
> read-only flag (attrib -R afile.hpp), I am not able to modify them -- access
> denied.
>
> Does this ring any bell or does it sound like some glitch related to my PC?
>

Are you using "cvs edit afile.hpp" ? That works for me.

If you want to make the files writable without using cvs, you're right
that attrib -R isn't enough. You need to add a writable ACL to the file.
Try:

cacls afile.hpp /E /G %USERNAME%:W

-- 
Eric Niebler
Boost Consulting
www.boost-consulting.com

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk