The code samples discussed during the lectures through are available through Subversion, an Open Source version control system designed to be the successor of CVS.
[Sample Code]
| Examples | Subversion URL |
| Items (JSP version) | svn://cs3.calstatela.edu/cs520/cysun/items/trunk |
| Items (MVC version) | svn://cs3.calstatela.edu/cs520/cysun/items2/trunk |
| Hibernate Examples | svn://cs3.calstatela.edu/cs520/cysun/hex/trunk |
| Spring Examples | svn://cs3.calstatela.edu/cs520/cysun/rex/trunk |
| Lucene Examples | svn://cs3.calstatela.edu/cs520/cysun/lex/trunk |
| Web Service Client Examples | svn://cs3.calstatela.edu/cs520/cysun/wex/trunk |
| Evelyn Sample Project | svn://cs3.calstatela.edu/evelyn/trunk |
| CSNS Sample Project | svn://cs3.calstatela.edu/csns/trunk |
| svn checkout <url> <local_directory> | Check out a copy of version controlled code into a local directory |
| svn export <url> <local_directory> | Check out a clean copy of the code into a local directory |
| svn status | Check to see if there are any local changes |
| svn status -u | Check to see if there are any changes made to the repository copy |