Hi everyone,

 I am undertaking a massive code review, one side effect of which is that I am 
creating, deleting, and renaming lots of files. I want some of these files to 
be marked as "done" and the others to be unmarked. Then, if I want to know what 
is left to do in my code review, I can identify those files that are not done 
yet.

 What's the best way to do this? This is what I'm doing at the moment:

 svn propset "April_Code_Review" "DONE" file.c

 Richard

Reply via email to