Leionaaad
01-07-2009, 07:51 PM
So let's say you have a repository in one place, you have a few machines checking the scripts if they have the latest versions. How can I do that?
I thought about having a procedure defined in the repository, like
global proc float(float $version){
return $version
}
and of course you have a procedure that compares two values and does other stuff.
the other option would be to use some global variables, but I want avoid that.
i am looking for something efficient. what do you suggest?
I thought about having a procedure defined in the repository, like
global proc float(float $version){
return $version
}
and of course you have a procedure that compares two values and does other stuff.
the other option would be to use some global variables, but I want avoid that.
i am looking for something efficient. what do you suggest?
