[Users] Can't get AEIThorns/ADMMass & OutsideMask

Scott Hawley scott.hawley at belmont.edu
Fri Jul 29 10:56:20 CDT 2011


Is the AEI repository for ET thorns still up?  I'm not receiving a couple thorns…



in GetComponents:

# Various thorns from the AEI
!TARGET   = $ARR
!TYPE     = svn
!AUTH_URL = https://svn.aei.mpg.de/numrel/$1/$2/branches/$ET_RELEASE
!URL      = http://svn.aei.mpg.de/numrel/$1/$2/branches/$ET_RELEASE
!CHECKOUT =
AEIThorns/ADMMass
AEIThorns/OutsideMask
AEIThorns/AEILocalInterp
AEIThorns/SystemStatistics




-----------------------------------------------------------------
  Checking out module: AEIThorns/ADMMass
      from repository: http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/branches/ET_2011_05
                 into: Cactus/arrangements
svn: URL 'http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/branches/ET_2011_05' doesn't exist

Warning: Could not checkout module AEIThorns/ADMMass


-----------------------------------------------------------------
  Checking out module: AEIThorns/OutsideMask
      from repository: http://svn.aei.mpg.de/numrel/AEIThorns/OutsideMask/branches/ET_2011_05
                 into: Cactus/arrangements
svn: URL 'http://svn.aei.mpg.de/numrel/AEIThorns/OutsideMask/branches/ET_2011_05' doesn't exist

Warning: Could not checkout module AEIThorns/OutsideMask


-----------------------------------------------------------------
  0 components checked out.




On Jul 28, 2011, at 10:26 PM, Eric Seidel wrote:

> Thanks Frank.
> 
> Scott, the CHECKOUT directive is required for GetComponents to know
> where to place the thorn on your local filesystem.
> 
> Eric
> 
> Sent from my iPhone
> 
> On Jul 28, 2011, at 6:20 PM, Frank Loeffler <knarf at cct.lsu.edu> wrote:
> 
>> On Thu, Jul 28, 2011 at 01:42:24PM -0700, Scott Hawley wrote:
>>> Hi, I'm trying to add an svn repository for my thorn in my Thornlist
>>> file, and it doesn't seem to be working or telling me the nature of
>>> the problem:
>>> 
>>> Warning: Nothing will be checked out from svn://svn.belmont.edu/svnrepos/texmex
>>> TexMEx
>> 
>> This indicates that there is no "CHECKOUT" directive, and indeed, there
>> isn't. Adding this helps. In addition, the directives for an anonymous
>> user and password don't seem to be necessary, svn doesn't even ask for
>> that (real public access without 'public password'). I also assume that
>> you would like to have the thorn in an arrangement directory within the
>> Cactus tree (and not as thorn within the arrangements directory, so what
>> I ended up with is:
>> 
>> !CRL_VERSION = 1.0
>> !DEFINE ROOT = Cactus
>> !DEFINE ARR  = $ROOT/arrangements
>> # TexMex
>> !TARGET   = $ARR
>> !TYPE     = svn
>> !URL      = svn://svn.belmont.edu/svnrepos/texmex
>> !CHECKOUT =
>> TexMEx/TexMEx
>> 
>> Frank
>> 
>> _______________________________________________
>> Users mailing list
>> Users at einsteintoolkit.org
>> http://lists.einsteintoolkit.org/mailman/listinfo/users
> 




More information about the Users mailing list