How to divide my files into two groups
From: richard Cavell <richardcavell_at_mail.com>
Date: Wed, 27 Apr 2011 11:02:02 +0000
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
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.