“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 shou...”为内容创建页面)
 
第17行: 第17行:
  
 
(2) open another cygwin window, you can check out cvs repositories by local port 2401. For example:
 
(2) open another cygwin window, you can check out cvs repositories by local port 2401. For example:
 
+
*cvs co cslt.paper/icassp2015
cvs co cslt.paper/icassp2015
+
  
  
第24行: 第23行:
 
==Use CVS repository==
 
==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.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.
+
*cslt.trp:  All technical reports. Using the template in the repository to prepare your paper.
  
  

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

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.