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

change default value for alwaysCheckExactRevision

2008-08-26 Thread Xavier Hanin
Hi, I've already suggested this a couple of times, I'd like to change the default value of alwaysCheckExactRevision from true to false. IMO this is almost never actually used, slightly degrades performance and sometimes lead to annoying bugs like invalid URLs (which should be fixed now). So, anyon