Version Control
Subversion
Subversion has been chosen as the version control program of choice.
Specifically, there is an Eclipse plugin to implement Subversion called "Subclipse"
Please see the Subversion Installation page to get Subversion working with your copy of Eclipse.
Repositories
The code repository is located currently at:
ucfilespace.uc.edu/Home/y/youjh/svn/repo/SoftEn1
The document repository is located currently at:
ucfilespace.uc.edu/Home/y/youjh/svn/repo/docs
Basic Work Cycle Using Subversion
1. User updates to current version of project in repository
2. User makes their changes to program
3. User synchronizes their copy with repo and adds any changes made since they have updated
4. User commits their version to the repository, along with new files and comments describing changes
Links
Subversion Manual
<http://svnbook.red-bean.com/>
Basic Subclipse Tutorial (Installation and repository management)
<http://www-128.ibm.com/developerworks/opensource/library/os-ecl-subversion/>
Subversion Command Line Tutorial (Geared for Ubuntu users but still useful)
<http://ubuntuforums.org/showthread.php?t=187739>
Show Wiki activity