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 中处理它?
几乎每个文件都有巨大的变化。我正在考虑创建一个新的存储库并在那里导入新版本。
谢谢你的帮助。
只需创建一个分支:http ://svnbook.red-bean.com/en/1.7/svn.branchmerge.html 。