[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SV: cvs and jbuilder
From: |
ole-thomas . naringsrud |
Subject: |
SV: cvs and jbuilder |
Date: |
Mon, 12 Feb 2001 19:24:38 +0100 |
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
- cvs and jbuilder, Konrad Hernblad, 2001/02/12
- SV: cvs and jbuilder,
ole-thomas . naringsrud <=