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.
如何将代码从 SVN 部署到 WINDOWS 环境?
我希望执行以下步骤:
谢谢。
您需要先在 Windows 上安装命令行 SVN 客户端。据报道,TortoiseSVN 的最新版本包括一个。然后你需要使用你在linux下做的同样的命令。我认为您实际上是指“svn co”而不是“svn export”,它假设您已经在本地文件系统上签出副本。