[Users] GetComponent error message
    Barry Wardell 
    barry.wardell at aei.mpg.de
       
    Thu May 13 08:07:58 CDT 2010
    
    
  
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
    
    
More information about the Users
mailing list