Jump to content

Find changesets where a specific attribute is not set


JakubH

Recommended Posts

  • 1 year later...

Hey, manu! That is not the most intuitive interpretation of [where attribute != 'myattribute'].

 

As I understand, it currently means [where count attributes > 0 AND the SPECIFIC attribute 'myattribute' is NOT applied].

 

I'm arguing in my support ticket 8642 that the meaning of that filter line [where attribute != "myattribute"] should be changed to mean simply [where the SPECIFIC attribute 'myattribute' is NOT applied].

 

Sure, that would change the meaning but i doubt that anyone finds the current interpretation very useful!

Link to comment
Share on other sites

  • 4 months later...

Hey, my coworker just found out that writing :

cm find branch where not attribute = 'STATUS'

does exactly what's asked for here, namely find the branches that do NOT have that specific attribute "STATUS" regardless of whether there are other attributes or not.

 

I'm baffled that Codice staff could not provide us with this answer? Or was this silently added recently? (I'm running Plastic SCM 5.4.16.731.)

:P

Link to comment
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...