Changes

47 bytes added ,  01:16, 6 February 2017
no edit summary
Line 2: Line 2:     
CVS provides you with a backup on a secondary machine, the ability to roll back changes, and a convenient way to work from many machines on the same project. It would be a wise use of your time to set up CVS for this project.
 
CVS provides you with a backup on a secondary machine, the ability to roll back changes, and a convenient way to work from many machines on the same project. It would be a wise use of your time to set up CVS for this project.
 +
 +
YOU NEED TO DO THIS IF YOU WANT TO SUBMIT TO SUBMIT SERVER FROM ECLIPSE.
    
=== Setting up your repository ===
 
=== Setting up your repository ===
We don't want to use your old grace repository as your malloclab partner has access to that.
     −
# Login to USERNAME@linux.glue.umd.edu
+
# Login to USERNAME@glue.umd.edu
 
# $ mkdir 420CVS
 
# $ mkdir 420CVS
# $ setenv CVSROOT /afs/glue/class/fall2012/cmsc/420/0201/student/USERNAME/420CVS
+
# $ setenv CVSROOT /afs/glue/class/spring2017/cmsc/420/0101/student/<directoryID>/420CVS (replace <directoryID> with yours)
 
# $ cd 420CVS
 
# $ cd 420CVS
 
# $ cvs init
 
# $ cvs init
Line 16: Line 17:     
# In the CVS Perspective...
 
# In the CVS Perspective...
## Host: linux.glue.umd.edu
+
## Host: glue.umd.edu
## Repository Path: /afs/glue/class/fall2012/cmsc/420/0201/student/USERNAME/420CVS
+
## Repository Path: /afs/glue/class/spring2017/cmsc/420/0101/student/<directoryID>/420CVS (replace <directoryID> with yours)
## User: <directory username>
+
## User: <directoryID>
 
## Password: <your password>
 
## Password: <your password>
 
## Connection Type: extssh
 
## Connection Type: extssh
editor
32

edits