On 3/5/07, Mike Orr <[EMAIL PROTECTED]> wrote:
> On 3/5/07, James Gardner <[EMAIL PROTECTED]> wrote:
> >
> > Hi Christoph,
> >
> > I use Debian and the way I deploy my apps is using a virtual Python
> > installation into a user account I setup for each app. I usually then
> > just checkout the latest source code ...
>
> I see your version-control system isn't behind a firewall. :)

[James didn't understand my point and asked where I'd put the firewall.]

Our Subversion server and developer workstations are behind a
firewall.  The webserver can only have things pushed to it via
ssh/rsync.  So we can't do an SVN checkout on the server, nor do we
even need Subversion installed there.  There is a possible convenience
to arranging it so it could check out updates, but I'm not convinced
the savings is that much, or that it's worth punching a hole in the
firewall via an ssh tunnel to make a checkout possible.

If your development box and your webserver are the same computer, then
of course the server can check out its own copy of the application.
Our structure is based more on the overall needs of the organization
than on what is strictly necessary for Pylons development.

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to