[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: How to divide my files into two groups

From: ankush chadha <ankushchadha2003_at_yahoo.com>
Date: Wed, 27 Apr 2011 05:28:13 -0700 (PDT)

I think one should use code reviewing tools to handle this scenario. Using svn
properties to mark a big chunk reviewed is fine but when it comes to more
granular level, then it makes sense to shift to code reviewing tools as they are
meant to take care of all those scenarios.

Ankush

________________________________
From: richard Cavell <richardcavell_at_mail.com>
To: users_at_subversion.apache.org
Sent: Wed, April 27, 2011 7:02:02 AM
Subject: How to divide my files into two groups

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
Received on 2011-04-27 14:28:53 CEST

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.