andyzhai

posts(9) comments(2) trackbacks(0)
  • BlogJava
  • 联系
  • RSS 2.0 Feed 聚合
  • 管理

常用链接

  • 我的随笔
  • 我的评论
  • 我的参与
  • 最新评论

留言簿

  • 给我留言
  • 查看公开留言
  • 查看私人留言

随笔档案

  • 2006年3月 (1)
  • 2006年2月 (3)
  • 2005年8月 (5)

搜索

  •  

最新评论

  • 1. re: Memory Leak of Java Editors in Eclipse
  • Yes, should take snapshot after opening editor.I have to modify it
  • --Andy
  • 2. re: Memory Leak of Java Editors in Eclipse
  • Did you know Eclipse load images into ImageRegistry in lazy mode??
  • --Dennis

阅读排行榜

评论排行榜

View Post

Add -d option when use cvs init

In our Red machine,
to initilize cvs
use : cvs -d /cs/home/...  init
(if -d option is not added, then command: cvs import -m ....  does not execute correctly
The problem maybe: without -d option, CVS doesn't know the administrative subdirectory of a repository. so import failed.
So It seems here is the later use of CVSROOT)
Note.
Don't confuse the CVSROOT environment variable with CVSROOT subdirectory in repository. They are UNRELATED;
The former is a way for users to avoid having to type -d <reporisory-location> every time they use CVS;
The later is the administrative subdirectory of a repository.

posted on 2005-08-30 05:56 Andy 阅读(359) 评论(0)  编辑  收藏

新用户注册  刷新评论列表  

只有注册用户登录后才能发表评论。


网站导航:
博客园   IT新闻   Chat2DB   C++博客   博问   管理
 
 
Powered by:
BlogJava
Copyright © Andy