LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 787|回复: 0

CVS 中目录在别处更新的问题

[复制链接]
发表于 2005-11-30 11:37:27 | 显示全部楼层 |阅读模式
我用 CVS checkout 一个项目的文件后,连同 CVS 目录打成包在另一个地方执行 cvs update 却不行。在原来的目录里执行时 CVS 的 trace 结果是:
  1. cvs server: Updating emacs/mac/Emacs.app/Contents/MacOS
  2. S-> rename(CVS/Entries.Backup,CVS/Entries)
  3. S-> unlink_file(CVS/Entries.Log)
  4. S-> unlink_file(Resources/CVS/Entries.Static)
  5. -> unlink_file(CVS/Entries.Static)
  6. cvs server: Updating emacs/mac/Emacs.app/Contents/Resources
  7. S-> rename(CVS/Entries.Backup,CVS/Entries)
  8. S-> unlink_file(CVS/Entries.Log)
  9. S-> unlink_file(English.lproj/CVS/Entries.Static)
  10. -> unlink_file(CVS/Entries.Static)
  11. cvs server: Updating emacs/mac/Emacs.app/Contents/Resources/English.lproj
  12. S-> rename(CVS/Entries.Backup,CVS/Entries)
  13. S-> unlink_file(CVS/Entries.Log)
  14. S-> unlink_file(bin/CVS/Entries.Static)
  15. -> unlink_file(CVS/Entries.Static)
  16. cvs server: Updating emacs/mac/bin
  17. S-> rename(CVS/Entries.Backup,CVS/Entries)
  18. S-> unlink_file(CVS/Entries.Log)
  19. S-> unlink_file(inc/CVS/Entries.Static)
  20. -> unlink_file(CVS/Entries.Static)
复制代码

在另一个目录里却是:
  1. -> Sending file `splash.pbm' to server
  2. -> Sending file `termcap.src' to server
  3. -> Sending file `ulimit.hack' to server
  4. -> Sending file `viperCard.tex' to server
  5. -> Sending file `yow.lines' to server
  6. -> Sending file `BIG5.map' to server
  7. -> Sending file `CNS-1.map' to server
  8. -> Sending file `CNS-2.map' to server
  9. -> Sending file `CNS-3.map' to server
  10. -> Sending file `CNS-4.map' to server
  11. -> Sending file `CNS-5.map' to server
  12. -> Sending file `CNS-6.map' to server
  13. -> Sending file `CNS-7.map' to server
  14. -> Sending file `CNS-F.map' to server
  15. -> Sending file `CP10007.map' to server
  16. -> Sending file `CP1125.map' to server
  17. -> Sending file `CP1250.map' to server
  18. -> Sending file `CP1251.map' to server
  19. -> Sending file `CP1252.map' to server
  20. -> Sending file `CP1253.map' to server
  21. -> Sending file `CP1254.map' to server
  22. -> Sending file `CP1255.map' to server
  23. -> Sending file `CP1256.map' to server
  24. -> Sending file `CP1257.map' to server
  25. -> Sending file `CP1258.map' to server
复制代码

就是说,换本地目录后会将所有已经下载的文件发送到服务器。我用的是匿名登录,为什么会这样呢?是不是在一台机器上同一个项目的文件只能保存一份(但位置不限)?有什么办法可以解决吗?谢谢。
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表