Hi
We have an application which we develop inhouse, and distribute to several other schemas. Now, to ensure that the packages are the same on all schemas we thought about including a version tag at the top of each package upon editing it. However this is a source of error, since the the developer needs to remember to change the version number. Instead, we would like to insert a timestamp in the header upon on each compile (similar to the created timestamp).
Is there a plug-in that can achieve such a thing?
After what I can see, there is none. Does anyone have any ideas?
I guess doing a checksum of some sort will work as well, but it would be nice to have a timestamp
We have an application which we develop inhouse, and distribute to several other schemas. Now, to ensure that the packages are the same on all schemas we thought about including a version tag at the top of each package upon editing it. However this is a source of error, since the the developer needs to remember to change the version number. Instead, we would like to insert a timestamp in the header upon on each compile (similar to the created timestamp).
Is there a plug-in that can achieve such a thing?
After what I can see, there is none. Does anyone have any ideas?
I guess doing a checksum of some sort will work as well, but it would be nice to have a timestamp