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:25:27 -0400

>From address@hidden  Tue Feb 13 00:41:25 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 
AAA04911
        for <address@hidden>; Tue, 13 Feb 2001 00:41:24 +0900
Received: from localhost ([127.0.0.1] helo=fencepost.gnu.org)
        by fencepost.gnu.org with esmtp (Exim 3.16 #1 (Debian))
        id 14SL4F-0000ww-00; Mon, 12 Feb 2001 10:39:07 -0500
Received: from cs14.catv.ne.jp ([202.232.171.1])
        by fencepost.gnu.org with smtp (Exim 3.16 #1 (Debian))
        id 14SL1r-0000mx-00
        for <address@hidden>; Mon, 12 Feb 2001 10:36:40 -0500
Received: from V01.pobox.com by cs14.catv.ne.jp (8.9.1/3.7W)
        id AAA18053; Tue, 13 Feb 2001 00:35:07 +0900 (JST)
Message-Id: <address@hidden>
X-Sender: address@hidden
X-Mailer: QUALCOMM Windows Eudora Version 4.3.2-J
To: address@hidden
From: Konrad Hernblad <address@hidden>
Subject: cvs and jbuilder
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii; format=flowed
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, 13 Feb 2001 00:40:12 +0900
Status: O
Content-Length: 1921
Lines: 66

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




reply via email to

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