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 中的主干,但不知何故它会自动删除一些文件,尽管我已经检查过它们都在更新版本中。
以下是我用于合并的命令:
(Into trunk folder) svn merge (http://branch location)
谁能指导我如何解决这种情况?
谢谢。