Can we set a single file as external in Subversion?

后端 未结 4 2032
伪装坚强ぢ
伪装坚强ぢ 2020-12-06 08:58

Can we set a single file as external in Subversion?

4条回答
  •  隐瞒了意图╮
    2020-12-06 09:32

    Yes, it's possible with svn 1.6. It's documented in the nightly build version of the svn book.

    But even though file externals are working, you should only do it with text files (for now) because binary files won't work correctly as file externals.

提交回复
热议问题