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:23:18 -0400

>From address@hidden  Tue Feb 13 04:26:17 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 
EAA05320
        for <address@hidden>; Tue, 13 Feb 2001 04:26:15 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14SOZz-0007wO-00; Mon, 12 Feb 2001 14:24:07 -0500
Received: from bdr-osl-25-005.telenor.no ([134.47.108.13] 
helo=bdr-osl-25-005.oslo.telenor.no)
        by fencepost.gnu.org with smtp (Exim 3.16 #1 (Debian))
        id 14SOYo-0007uN-00
        for <address@hidden>; Mon, 12 Feb 2001 14:22:54 -0500
Received: from 134.47.108.97 by bdr-osl-25-005.oslo.telenor.no (InterScan 
E-Mail VirusWall NT); Mon, 12 Feb 2001 20:23:29 +0100 (W. Europe Standard Time)
Received: by BDR-OSL-24-202.telenor.no with Internet Mail Service (5.5.2653.19)
        id <116J6JYL>; Mon, 12 Feb 2001 20:23:30 +0100
Message-ID: <address@hidden>
From: address@hidden
To: address@hidden, address@hidden
Subject: SV: cvs and jbuilder
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
X-Mailer: Internet Mail Service (5.5.2653.19)
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: Mon, 12 Feb 2001 19:24:38 +0100
Status: O
Content-Length: 2380
Lines: 95

Hello Konrad,

You can probaly use the modules file to make this work.

Take a look at det link below..

http://www.cvshome.org/docs/manual/cvs_18.html#SEC155

-Thomas



-----Opprinnelig melding-----
Fra: Konrad Hernblad [mailto:address@hidden
Sendt: 12. februar 2001 16:40
Til: address@hidden
Emne: cvs and jbuilder


i'm doing java development in jbuilder and when i create a project, it 
creates the following directories:

        c:\project\
                bak\
                classes\
                input\
                output\
                src\

the last directory, "src" is the only one that i'm interested in keeping in 
cvs for revision control.

i tried the following steps:

        1.  changed to the dir, "c:\project\src", the one i want to keep in
cvs.
        2.  at the command line, typed:
                cvs import -m "initial import" project-src konrad start
            (successfully added src dir contents into cvs)
        3.  renamed the original "src" dir to "src-bak" (for backup
purposes)
        4.  at the command line, typed:
                cvs checkout project-src

when i do a dir, my directory structure looks like:

        c:\project\
                bak\
                classes\
                input\
                output\
                project-src\


in cvs, i would like to store the c:\project\src directory as 
"project-src", but when i checkout "project-src", i would like the local 
directory name to be "src" (as it was originally), and not "project-src". 
it seems that the cvs default is to create the local directory name the 
same as the repository project name.

i don't want to do this b/c many of my jbuilder projects have the above 
directory structure and i can't import all of my projects' src directory 
into cvs with the repository project name "src"...



also, was wondering if there is any add-on for jbuilder to do the 
checkouts, updates, etc.?


thank you.


--------------

HELP THE EARTHQUAKE VICTIMS IN INDIA (23,000+ dead; thousands injured)
http://www.redcross.org/news/inthnews/01/quakeindia0101.html
donate and make a positive difference in someone else's life and yours
today.

(in japan, send donations to redcross via post office, acct#00110-2-5600;
tell
the post office worker to write that the money is for the indian
earthquake.) 


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

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