[cfe-commits] r67346 - in /cfe/trunk: include/clang/AST/ASTDiagnostic.h include/clang/Analysis/AnalysisDiagnostic.h include/clang/Basic/Diagnostic.h include/clang/Driver/DriverDiagnostic.h include/clang/Frontend/FrontendDiagnostic.h include/clang/Lex/LexDiagnostic.h include/clang/Parse/ParseDiagnostic.h include/clang/Sema/SemaDiagnostic.h lib/Basic/Diagnostic.cpp

Cédric Venet cedric.venet at laposte.net
Fri Mar 20 02:50:57 PDT 2009


Sebastian Redl a écrit :
> Ted Kremenek wrote:
>   
>> Thanks Sebastian!
>>
>> Perhaps we should mark the .def files as read-only in the interim
>> period before they are removed?
>>     
> Is that possible?
>   

you can lock the files in svn (meaning, you work on them and no one 
should modify them). others will be unable to commit. The svn client may 
mark them as read only to signal to the user that they should not edit 
the files since they are locked:

http://svnbook.red-bean.com/en/1.2/svn.ref.svn.c.lock.html



More information about the cfe-commits mailing list