如何在项目中导出子路径?我已将CVSROOT设置为环境变量,并且已经登录。
这有效:
cvs export -D now path/to/module
这不是:
cvs export -D now path/to/module/subdir
我只想导出" subdir"而不是整个模块。
答案 0 :(得分:0)
即使在空目录中运行,我也收到了以下错误:
cvs [export aborted]: cannot export into a working directory
我和服务器之间肯定存在一些连接问题,因为该命令现在正在运行,我不知道为什么它之前没有。