info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(no subject)


From: root
Subject: (no subject)
Date: Mon, 13 Aug 2001 05:08:43 -0400

>From address@hidden  Wed Feb  7 01:28:35 2001
>Return-Path: <address@hidden>
Received: from fencepost.gnu.org (fencepost.gnu.org [199.232.76.164])
        by gateway.camelot.jp (8.9.3/8.9.3/Debian 8.9.3-21) with ESMTP id 
BAA25985
        for <address@hidden>; Wed, 7 Feb 2001 01:28:33 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14QAuZ-00007t-00; Tue, 06 Feb 2001 11:24:11 -0500
Received: from [62.104.151.230] (helo=mirror.curry.de)
        by fencepost.gnu.org with smtp (Exim 3.16 #1 (Debian))
        id 14QAuJ-00006x-00
        for <address@hidden>; Tue, 06 Feb 2001 11:23:55 -0500
Received: from curry.de (bohnenkraut.curry.de [62.104.151.181])
        by mirror.curry.de (Curry Communication mail system) with ESMTP
        id 2C7061838AD; Tue,  6 Feb 2001 17:26:05 +0100 (CET)
Message-ID: <address@hidden>
From: Eric Sommerlade <address@hidden>
X-Mailer: Mozilla 4.74 [en] (X11; U; Linux 2.2.16 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: Geir Johannessen <address@hidden>
Cc: address@hidden
Subject: Re: Complex CVS repository - need help...
References: <address@hidden>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Id: Announcements and discussions for the CVS version control system 
<info-cvs.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/info-cvs>,
        <mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/info-cvs/>
Date: Tue, 06 Feb 2001 17:25:11 -0100
Status: O
Content-Length: 1754
Lines: 58

hi geir,

may be this solution is works for you:

with every commit in one module, you place a dummy file in a specific
directory to this module.
you set up a cron job that checks this for this file regularly.
if it finds it,
  it checks out and copies the module to the desired place, e.g. to the
staging server directories.
  it deletes the dummy file.

i set this up for automatic javadoc generation, since rebuilding the all
javadoc on
commit of a single file would be too slow. we also use it for regression
testing.

hope that helps,

eric




Geir Johannessen wrote:
> 
> 
> Under the /servers/ tree we run web servers in order to test and develop the
> portals before they are copied with ftp to the production web servers.
> 
> Our CVS problem arises from the fact that the lib-Nextra files must be
> placed under /servers/xxx.com/cgi-bin/lib for each of the portals
> (substitute xxx with the names of the portals). I cannot find anything in
> the FAQs or help sections that says how to handle this situation. If we
> could have had /servers/lib and /servers/xxx.com/cgi-bin/lib point to this,
> then everything would be OK. But unfortunately the web servers must run in a
> chrooted environment where they cannot access anything higher up than
> /servers/xxx.com/. Also symlinking is not allowed for security reasons. So
> the question is whether our directory structure can be addressed by CVS or
> if there maybe is another way to achieve what we want?
> 


-- 
Eric Sommerlade
CURRY. SMILE @ WORK. 
  
Curry Communication GmbH 
Behringstr. 28a 
22765 Hamburg 

TEL +49.40.398 344 00
FAX  +49.40.398 344 09

_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]