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.
我正在尝试创建一个 Bash 来从主干创建一个分支。但我需要注意一些文件不会成为新分支的一部分,它应该只在主干中。
如果有任何提示,请帮助我。
你可以做:
svn copy
svn copy <dir_to_be_branched> <branch_path>