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:11:42 -0400

>From address@hidden  Thu Feb  8 23:51:23 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 
XAA17210
        for <address@hidden>; Thu, 8 Feb 2001 23:51:22 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14QsMl-00015S-00; Thu, 08 Feb 2001 09:48:11 -0500
Received: from [216.200.203.33] (helo=mail.openave.com)
        by fencepost.gnu.org with smtp (Exim 3.16 #1 (Debian))
        id 14QsL9-00013b-00
        for <address@hidden>; Thu, 08 Feb 2001 09:46:31 -0500
Received: from openavenue.com
          (adsl-63-205-189-231.dsl.snfc21.pacbell.net [63.205.189.231])
          by mail.openave.com (Post.Office MTA v3.5.3 release 223
          ID# 0-61060U3000L300S0V35) with ESMTP id com;
          Thu, 8 Feb 2001 06:46:23 -0800
Message-ID: <address@hidden>
From: "Derek R. Price" <address@hidden>
Organization: Open Avenue
X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.16-22 i686)
X-Accept-Language: en
MIME-Version: 1.0
To: "Deaver, Carl" <address@hidden>
CC: "'address@hidden'" <address@hidden>,
  address@hidden, address@hidden
Subject: Re: Transferring the CVS to another hosts
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: Thu, 08 Feb 2001 09:46:22 -0500
Status: O
Content-Length: 843
Lines: 31

"Deaver, Carl" wrote:Would it be easier, at least for me and my users of this
repository (about

> 25 of us), to simply delete our checked out versions and re-check out once
> the new repository is available on the new machine? Some of us are on
> separate branches too, of course.

That is one of the easiest ways to pull it off, but the following script will
convert a workspace to use a new root:


     cd $WORKSPACE
     echo $NEWCVSROOT >tmp
     find . -type d -name CVS -exec cp tmp {}/Root \;
     rm tmp

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
My karma ran over my dogma.




_______________________________________________
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]