Discussions
Categories
- 385.5K All Categories
- 4.9K Data
- 2.5K Big Data Appliance
- 2.4K Data Science
- 453.4K Databases
- 223.2K General Database Discussions
- 3.8K Java and JavaScript in the Database
- 47 Multilingual Engine
- 606 MySQL Community Space
- 486 NoSQL Database
- 7.9K Oracle Database Express Edition (XE)
- 3.2K ORDS, SODA & JSON in the Database
- 585 SQLcl
- 4K SQL Developer Data Modeler
- 188K SQL & PL/SQL
- 21.5K SQL Developer
- 46 Data Integration
- 46 GoldenGate
- 298.4K Development
- 4 Application Development
- 20 Developer Projects
- 166 Programming Languages
- 295K Development Tools
- 150 DevOps
- 3.1K QA/Testing
- 646.7K Java
- 37 Java Learning Subscription
- 37.1K Database Connectivity
- 201 Java Community Process
- 108 Java 25
- 22.2K Java APIs
- 138.3K Java Development Tools
- 165.4K Java EE (Java Enterprise Edition)
- 22 Java Essentials
- 176 Java 8 Questions
- 86K Java Programming
- 82 Java Puzzle Ball
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 94.3K Java SE
- 13.8K Java Security
- 208 Java User Groups
- 25 JavaScript - Nashorn
- Programs
- 667 LiveLabs
- 41 Workshops
- 10.3K Software
- 6.7K Berkeley DB Family
- 3.6K JHeadstart
- 6K Other Languages
- 2.3K Chinese
- 207 Deutsche Oracle Community
- 1.1K Español
- 1.9K Japanese
- 474 Portuguese
how to use CVS to fetch the repository
hello.
I want to use cvs to fetch some codes from j3d.org.
When I do "cvs -d CVSROOT=:pserver:[email protected]
j3d.org:/home/cvs/j3d/cvsroot checkout code " in
cvs directory, I get error message "connection refused".
what's wrong ? could some one help me?
I want to use cvs to fetch some codes from j3d.org.
When I do "cvs -d CVSROOT=:pserver:[email protected]
j3d.org:/home/cvs/j3d/cvsroot checkout code " in
cvs directory, I get error message "connection refused".
what's wrong ? could some one help me?
Comments
-
try:
export CVSPATH="...."
cvs login
cvs checkout codepath -
Thank you.
however, i still can't connect with server by trying your
kind suggests.
i have too little knowledger of cvs.
i attach a document from j3d.org about downloading the codes. You may get the right way after read it ,i suppose.
please pardon my boring.
From j3d.org
"
J3D.org CVS Information
This entire site is managed using CVS. It is possible to download everything to your machine to keep up to date. Warning - it's big! As we don't provide a convenient zipped form of the site, this is the only way to fetch it.
Software
If you do not know what CVS is, or you know but don't have any software, then you should pay a visit to the CVS Homepage. CVS allows you to do incrememental updates of files as they become available, as well as rollbacks to earlier versions. Thus, the files that you download from CVS may not always be in a compilable state, but they'll be the latest copy, pretty much whatever the developers are working on at the moment.
Downloading
Anonymous cvs read access can be had by using the following CVSROOT setting:
CVSROOT=:pserver:[email protected]:/home/cvs/j3d/cvsroot
There is no password required. (ie hit enter when asked).
Of course, you need to know what to download once you have logged in. Here is a list of all modules in the system. A few of them are definitely work in progress and not pretty. Buyer beware!
Module Description
code The j3d.org code repository
code_website The code.j3d.org repository website
faq The raw contents of the FAQ. Text and XML files
faq_code Java code used to generate the FAQ
ftp The raw contents of the FTP site
scripts Various scripts used to maintain cvs and the site
setup Raw files, templates etc to get working
website The core pages of the main website (www.j3d.org)
jobs The nacent, yet uncomplete jobs area
..."
ps. my os is Win98.
Your more hints are very valued.
This discussion has been closed.