<meta charset="utf-8"><span class="Apple-style-span" style="border-collapse: collapse; color: rgb(51, 51, 51); font-family: arial, sans-serif; font-size: 13px; ">Hi Scott,<div><br></div><div>These thorns are still available from the AEI repository as always. However, they are not part of the Einstein Toolkit, so there is no ET_2011_05 branch. For these repositories, you must instead checkout 'trunk'.</div>
<div><br></div><div>Barry</div></span><br><div class="gmail_quote">On Fri, Jul 29, 2011 at 6:22 PM, Ian Hinder <span dir="ltr"><<a href="mailto:ian.hinder@aei.mpg.de">ian.hinder@aei.mpg.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
On 29 Jul 2011, at 17:56, Scott Hawley wrote:<br>
<br>
> Is the AEI repository for ET thorns still up? I'm not receiving a couple thorns…<br>
><br>
><br>
><br>
> in GetComponents:<br>
><br>
> # Various thorns from the AEI<br>
> !TARGET = $ARR<br>
> !TYPE = svn<br>
> !AUTH_URL = <a href="https://svn.aei.mpg.de/numrel/$1/$2/branches/$ET_RELEASE" target="_blank">https://svn.aei.mpg.de/numrel/$1/$2/branches/$ET_RELEASE</a><br>
> !URL = <a href="http://svn.aei.mpg.de/numrel/$1/$2/branches/$ET_RELEASE" target="_blank">http://svn.aei.mpg.de/numrel/$1/$2/branches/$ET_RELEASE</a><br>
> !CHECKOUT =<br>
> AEIThorns/ADMMass<br>
> AEIThorns/OutsideMask<br>
> AEIThorns/AEILocalInterp<br>
> AEIThorns/SystemStatistics<br>
<br>
</div>Hi Scott,<br>
<br>
The only thorns that are failing are ADMMass and OutsideMask. According to the Einstein Toolkit thornlist, <a href="https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th" target="_blank">https://svn.einsteintoolkit.org/manifest/trunk/einsteintoolkit.th</a>, these thorns are not part of the Einstein Toolkit. I don't know anything about these thorns - maybe someone else does?<br>
<div><div></div><div class="h5"><br>
<br>
><br>
><br>
><br>
><br>
> -----------------------------------------------------------------<br>
> Checking out module: AEIThorns/ADMMass<br>
> from repository: <a href="http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/branches/ET_2011_05" target="_blank">http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/branches/ET_2011_05</a><br>
> into: Cactus/arrangements<br>
> svn: URL '<a href="http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/branches/ET_2011_05" target="_blank">http://svn.aei.mpg.de/numrel/AEIThorns/ADMMass/branches/ET_2011_05</a>' doesn't exist<br>
><br>
> Warning: Could not checkout module AEIThorns/ADMMass<br>
><br>
><br>
> -----------------------------------------------------------------<br>
> Checking out module: AEIThorns/OutsideMask<br>
> from repository: <a href="http://svn.aei.mpg.de/numrel/AEIThorns/OutsideMask/branches/ET_2011_05" target="_blank">http://svn.aei.mpg.de/numrel/AEIThorns/OutsideMask/branches/ET_2011_05</a><br>
> into: Cactus/arrangements<br>
> svn: URL '<a href="http://svn.aei.mpg.de/numrel/AEIThorns/OutsideMask/branches/ET_2011_05" target="_blank">http://svn.aei.mpg.de/numrel/AEIThorns/OutsideMask/branches/ET_2011_05</a>' doesn't exist<br>
><br>
> Warning: Could not checkout module AEIThorns/OutsideMask<br>
><br>
><br>
> -----------------------------------------------------------------<br>
> 0 components checked out.<br>
><br>
><br>
><br>
><br>
> On Jul 28, 2011, at 10:26 PM, Eric Seidel wrote:<br>
><br>
>> Thanks Frank.<br>
>><br>
>> Scott, the CHECKOUT directive is required for GetComponents to know<br>
>> where to place the thorn on your local filesystem.<br>
>><br>
>> Eric<br>
>><br>
>> Sent from my iPhone<br>
>><br>
>> On Jul 28, 2011, at 6:20 PM, Frank Loeffler <<a href="mailto:knarf@cct.lsu.edu">knarf@cct.lsu.edu</a>> wrote:<br>
>><br>
>>> On Thu, Jul 28, 2011 at 01:42:24PM -0700, Scott Hawley wrote:<br>
>>>> Hi, I'm trying to add an svn repository for my thorn in my Thornlist<br>
>>>> file, and it doesn't seem to be working or telling me the nature of<br>
>>>> the problem:<br>
>>>><br>
>>>> Warning: Nothing will be checked out from svn://<a href="http://svn.belmont.edu/svnrepos/texmex" target="_blank">svn.belmont.edu/svnrepos/texmex</a><br>
>>>> TexMEx<br>
>>><br>
>>> This indicates that there is no "CHECKOUT" directive, and indeed, there<br>
>>> isn't. Adding this helps. In addition, the directives for an anonymous<br>
>>> user and password don't seem to be necessary, svn doesn't even ask for<br>
>>> that (real public access without 'public password'). I also assume that<br>
>>> you would like to have the thorn in an arrangement directory within the<br>
>>> Cactus tree (and not as thorn within the arrangements directory, so what<br>
>>> I ended up with is:<br>
>>><br>
>>> !CRL_VERSION = 1.0<br>
>>> !DEFINE ROOT = Cactus<br>
>>> !DEFINE ARR = $ROOT/arrangements<br>
>>> # TexMex<br>
>>> !TARGET = $ARR<br>
>>> !TYPE = svn<br>
>>> !URL = svn://<a href="http://svn.belmont.edu/svnrepos/texmex" target="_blank">svn.belmont.edu/svnrepos/texmex</a><br>
>>> !CHECKOUT =<br>
>>> TexMEx/TexMEx<br>
>>><br>
>>> Frank<br>
>>><br>
>>> _______________________________________________<br>
>>> Users mailing list<br>
>>> <a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
>>> <a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
>><br>
><br>
><br>
> _______________________________________________<br>
> Users mailing list<br>
> <a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
> <a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
<br>
</div></div><font color="#888888">--<br>
Ian Hinder<br>
<a href="mailto:ian.hinder@aei.mpg.de">ian.hinder@aei.mpg.de</a><br>
</font><div><div></div><div class="h5"><br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@einsteintoolkit.org">Users@einsteintoolkit.org</a><br>
<a href="http://lists.einsteintoolkit.org/mailman/listinfo/users" target="_blank">http://lists.einsteintoolkit.org/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br>