Overview
- Home
- Specifications
- xPetstore-EJB
- xPetstore-Servlet
- Source Code
- Metrics
- ToDo
Project
- Mailing Lists
- Source Repository
- Issue Tracking
- Project Team
- References
Installation
- Download
- Configuring JBoss 3.0.x
- Configuring WebLogic 7.x
- Configuring Orion 2.x
- Configuring Tomcat 4.x
- Running xPetstore
|
Web Access
|
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xpetstore/
|
|
Anonymous Access
|
This project's CVS repository can be checked out through anonymous (pserver) CVS
with the following instruction set. When prompted for a password for anonymous,
simply press the Enter key.
cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xpetstore login
cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/xpetstore/ co xpetstore
|
|
Developer Access via SSH
|
Only project developers can access the CVS tree via this method.
SSH1 must be installed on your client machine.
export CVS_RSH=ssh
cvs -z3 -d:ext:developername@cvs.sourceforge.net:/cvsroot/xpetstore co xpetstore
|
|
|