Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Jenkins 使用 subversion 插件构建我的项目。
当它签出时 - 它还会从 subversion 中签出 .svn 文件。
我怎么能告诉他不要包括他们?
我不需要它们,因为我只是从它们构建项目
根据定义,Subversion 中的“签出”意味着您需要存储库工作副本元数据。听起来您应该只使用脚本从存储库中导出代码……这将为您提供原始副本以进行编译。