Re: change default value for alwaysCheckExactRevision

2008-08-28 Thread Nicolas Lalevée
Le 28 août 08 à 10:33, Xavier Hanin a écrit : On Thu, Aug 28, 2008 at 10:04 AM, Gilles Scokart <[EMAIL PROTECTED]> wrote: Now that the default is true, it means that if someone specify a version latest.integration, ivy will first look if the ivy file can be found using the 'latest.integr

Re: change default value for alwaysCheckExactRevision

2008-08-28 Thread Xavier Hanin
On Thu, Aug 28, 2008 at 10:04 AM, Gilles Scokart <[EMAIL PROTECTED]> wrote: > Now that the default is true, it means that if someone specify a > version latest.integration, ivy will first look if the ivy file can be > found using the 'latest.integration' token. > If it is false, ivy will directly

Re: change default value for alwaysCheckExactRevision

2008-08-28 Thread Gilles Scokart
Now that the default is true, it means that if someone specify a version latest.integration, ivy will first look if the ivy file can be found using the 'latest.integration' token. If it is false, ivy will directly list the revisions, and according to the latest strategy find the latest one. The pe