“CVS”版本间的差异

来自cslt Wiki
跳转至: 导航搜索
第4行: 第4行:
 
be put into CVS.
 
be put into CVS.
  
==setup your CVS env==
+
==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  
 
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  
第27行: 第27行:
  
  
==account application==
+
==Account application==
  
 
You need ask for authentication to use cvs. Contact to the admin for your account.
 
You need ask for authentication to use cvs. Contact to the admin for your account.

2015年10月10日 (六) 06:06的版本

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.