Hide Forgot
I've changed the way the CSP checks to make sure when you push an edited spec, you are pushing against the latest copy. As such I've removed the "SpecRevision" attribute and added a "CHECKSUM" attribute. The "CHECKSUM" attribute is just an MD5 hash string. Note: The processor will still process the SpecRevision attribute so there's no need to change any of your stored Content Specs, however from now on it will create the Post Content Specs with the CHECKSUM attribute instead. eg. Previously: ID=6190 SpecRevision=32910 Title=Test Spec ... Now: CHECKSUM=3400aee9ab8d08b2a4a5363037097587 ID=6190 Title=Test Spec ... I've also updated the client (0.17.0) to have a command to get the checksum for content specs. The syntax is "csprocessor checksum -c <ID>".
That was Lee ^^^