Reputation: 8219
Is it possible to flag/mark/label a specific SVN revision as tested
(or any other label for that matter)?
There are several use cases of this feature:
tested
and flagged as working
. Eligible for release
, the release could be made automatically.One can filter out specific labels in order to see only those which were:
So I'd be surprised if it's not implemented already, but Googling didn't help.
Upvotes: 0
Views: 219
Reputation: 97285
You can
svn ps
|svn pg
|svn pl
)I, personally, will prefer tagging - it's faster and, in common, more easier way, than property-manipulation
Upvotes: 4