alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

What this is

This file is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Other links

The source code

******************************************************************
* $Id: CVS.txt,v 1.27.2.2 2005/06/17 18:04:42 minhnn Exp $
******************************************************************

CVS INSTRUCTION
------------------------------------------


How to use CVS to checkout the latest source code files:

If you would like to get the mvnForum's latest files, you could
access CVS to checkout.

Note: Currently there are 5 modules:
mvnforum    : the mvnForum project
myvietnam   : the mvnCoreLib, used by mvnforum
mvnforumweb : the project for the web site www.mvnForum.com
thirdparty  : the project for third party libraries such as pager taglib
test        : some test source code of mvnForum

NOTE: Only 2 modules myvietnam and mvnforum are required



Anonymous CVS Access
-----------------------------
This project's SourceForge.net CVS repository can be checked out
through anonymous (pserver) CVS with the following instruction set.
The module you wish to check out must be specified as the modulename.
When prompted for a password for anonymous, simply press the Enter key.

cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mvnforum login

cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/mvnforum co modulename

Updates from within the module's directory do not need the -d parameter.



Developer CVS Access via SSH
-----------------------------
Only project developers can access the CVS tree via this method.
SSH1 must be installed on your client machine. Substitute modulename and
developername with the proper values. Enter your site password when prompted.

export CVS_RSH=ssh

cvs -z3 -d:ext:<developername>@cvs.sourceforge.net:/cvsroot/mvnforum co modulename

Please mail the Project Administrators, to be found at
www.sourceforge.net/projects/mvnforum , to include your Sourceforge User ID
(in other words you need to be a registered user on SourceForge) to the MvnForum
project. You cannot commit your changes until your SourceForge user ID has been
assigned to the project. Please see DEVELOPER.txt for some notes when joining mvnForum.

The Eclipse V2.1 or V3 Java Development Environment (www.eclipse.org) has a very intuitive
GUI for CVS access, using the extssh protocol in combination with the Sourceforge
user ID and password. With a few clicks you have checked out the mvnForum project
and are ready to participate in mvnForum development!

Other good CVS GUI are WinCVS or SmartCVS. You could find link to download
these tool by searching on www.google.com



Browse the CVS Tree
-----------------------------
Browsing the CVS tree gives you a great view into the current status of this
project's code. You may also view the complete histories of any file in
the repository. Try the integrated web interface at Sourceforge:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/mvnforum



The name of current dev-branch of myvietnam
-----------------------------
* myvietnam-1_5_0-20031105-branch
  Branch for RC2 release



The name of current dev-branch of mvnforum
-----------------------------
* mvnforum-1_0_0_rc2_dev-20031008-hibernate_branch
  For migrate to DAO/Hibernate

* mvnforum-1_0_0_rc2-20031105-branch
  Branch for RC2 release

* mvnforum-1_0_0_rc4_02-20050224-branch
  Branch for RC4_02 and later release 


The tag's name of myvietnam in CVS
------------------------------
myvietnam-1_2_0-20021215
myvietnam-1_3_0-20030303
myvietnam-1_4_0-20030611
myvietnam-1_5_0-20031105
myvietnam-1_6_0_dev-20031122
myvietnam-1_6_0_dev-20031212
myvietnam-1_6_0_dev-20040126
myvietnam-1_6_0-20040629
myvietnam-1_7_0_dev-20040916
myvietnam-1_7_0-20050129
myvietnam-1_8_0_dev-20050204
myvietnam-1_8_0_dev-20050224


The tag's name of mvnforum in CVS
------------------------------
mvnforum-1_0_0_beta2-20021215       : final beta 2 release
mvnforum-1_0_0_beta3-20030303       : final beta 3 release
mvnforum-1_0_0_rc1-20030611         : final RC1 release
mvnforum-1_0_0_rc2-20031105         : final RC2 release
mvnforum-1_0_0_rc3_dev-20031122     : RC3-dev stable build release
mvnforum-1_0_0_rc3_dev-20031212     : RC3-dev stable build release
mvnforum-1_0_0_rc3_dev-20040126     : RC3-dev stable build release
mvnforum-1_0_0_rc3-20040629         : final RC3 release
mvnforum-1_0_0_rc4_dev-20040916     : RC4-dev stable build release with Private Message
mvnforum-1_0_0_rc4-20050129         : final RC4 release
mvnforum-1_0_0_rc4_01-20050204      : RC4_01 release (Update 1)
mvnforum-1_0_0_rc4_02-20050224      : RC4_02 release (Update 2)
mvnforum-1_0_0_rc4_03-20050520      : RC4_03 release (Update 3) (branch)
mvnforum-1_0_0_rc4_04-20050618      : RC4_04 release (Update 4) (branch)


... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.