[yt-users] accessing SVN for YT

Matthew Turk matthewturk at gmail.com
Mon Mar 1 09:10:18 PST 2010


Hi Luigi,

I think there are a couple options.  You could try with port 80
instead of 443 in their directions for ssh tunnelling, replacing https
with http -- there's a chance this would work, since it's still
tunnelling rather than directly connecting.  I would give this one a
go, first.

Alternately, one idea would be to do a two-step transport from the
mercurial repository, which contains a full mirror of the svn trunk.
You would do something like this on an outward-facing machine:

hg clone http://hg.enzotools.org/yt/ ./yt-hg

then on the inside machine, you could access this via ssh:

hg clone ssh://that.other.hostname/path/to/yt-hg

When it clones, you can then do "hg up trunk" to get to the yt svn
trunk (or "hg up yt-1.6").  You'd have to do a pull on the outside
machine, then a pull on the inside machine, then an "hg up trunk"
every time there are bug fixes; not ideal, but it could be worse.

If that's also not workable, email me off list and we'll try to set
something up.

Best,

Matt

On Mon, Mar 1, 2010 at 3:10 AM, Luigi Iapichino
<luigi at ita.uni-heidelberg.de> wrote:
> Hi all,
>
> I present to you an issue that I only hinted in my last e-mails to the list.
> >From my account at the Leibniz Computing Center in Garching (
> http://www.lrz-muenchen.de/services/compute/hlrb/ ), where I run my
> simulations and my data reside, I cannot access the SVN updates of YT. The
> problem is that your SVN server does not allow svn+ssh or https access, and
> therefore for security reasons it cannot be accessed (cf.
> http://www.lrz-muenchen.de/services/compute/hlrb/intro/index.html , "How can
> I access my subversion (SVN) server").
> I don't know if any of you has similar problems in other supercomputers, and
> if any reasonably simple solution can be provided by you. For the time being,
> I found a tedious fix by making a detour through my local account in
> Heidelberg, but a better solution would be certainly preferred.
> Looking forward to your suggestions,
> Cheers
>
>  Luigi
>
> --
>
> ---------------------------------------------------------------
>
> Luigi Iapichino
> Zentrum fuer Astronomie der Universitaet Heidelberg
> Institut fuer Theoretische Astrophysik
> Albert-Ueberle-Str. 2, D-69120 Heidelberg, Germany
> Tel: +49 6221 548983, Fax: +49 6221 544221
> e-mail: luigi at ita.uni-heidelberg.de
> URL: http://www.ita.uni-heidelberg.de/~luigi/
> _______________________________________________
> yt-users mailing list
> yt-users at lists.spacepope.org
> http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org
>



More information about the yt-users mailing list