Version Control
ReAssure uses a CVS code repository on a different machine for version control. CVS functions (checkout, update, commit) are done using SSH. The developer shells are setup with the following commands:
- cshrc:
setenv CVS_RSH "ssh" setenv CVSROOT ":ext:developer@server.cerias.purdue.edu:path"
- bash:
export CVS_RSH="ssh" export CVSROOT=":ext:developer@server.cerias.purdue.edu:path"
