[Users] GetComponent error message
Baiotti Luca
baiotti at ile.osaka-u.ac.jp
Thu May 13 18:44:15 CDT 2010
Barry Wardell wrote:
> On 13/05/2010 15:01, Baiotti Luca wrote:
>>> !TARGET = $ARR
>>> !TYPE = svn
>>> !URL = http://svn.aei.mpg.de/numrel/$1/$2/trunk
>>> !AUTH_URL = https://svn.aei.mpg.de/numrel/$1/$2/trunk
>>> !USER = <your svn username>
>>> !CHECKOUT =
>>> Excision/LegoExcision
>>> AEIDevelopment/IsolatedHorizon
>>> AEIDevelopment/PsiKadelia
>>> AEIDevelopment/WaveExtract
>>
>> I tried this and the error is as before.
> OK. So it's still trying to check out over http (ie. not https)?
> AEIDevelopment is only available over https, so if it's trying to check
> out over http it will definitely fail. How about this:
>
> !TARGET = $ARR
> !TYPE = svn
> !URL = https://svn.aei.mpg.de/numrel/$1/$2/trunk
> !AUTH_URL = https://svn.aei.mpg.de/numrel/$1/$2/trunk
> !USER = <your svn username>
> !CHECKOUT =
> Excision/LegoExcision
> AEIDevelopment/IsolatedHorizon
> AEIDevelopment/PsiKadelia
> AEIDevelopment/WaveExtract
OK, this worked. May this become a hint in the error message against user mistakes?
Thanks,
Luca
More information about the Users
mailing list