CVS
来自cslt Wiki
Why CVS
CVS is used mainly for paper writing. It is for documentation the papers and technical reports of all the members of the lab. All your publications should be put into CVS.
setup your CVS env
Logon with your grid account, your cvs env has been setup already. You can also setup cvs on your windows machine. I recommend using cygwin. You have to setup the CVSROOT before using it(note change the account name 'wangd'):
- export CVSROOT=:pserver:wangd@192.168.0.50:/nfs/public/srv/cvs
If you are outside of the lab, I suggest using SSH local forward, setup as follows:
(1) open a cygwin window, issue:
- ssh -L2401:192.168.0.50:2401 166.111.134.19 -l <your account>
(2) open another cygwin window, you can check out cvs repositories by local port 2401. For example:
- cvs co cslt.paper/icassp2015
Use CVS repository
- cslt.paper: All papers that prepared for conferences and journals. Note use conference name and journal name as the root directory.
- cslt.trp: All technical reports. Using the template in the repository to prepare your paper.
account application
You need ask for authentication to use cvs. Contact to the admin for your account.