Nested svn repositories

后端 未结 1 1951
滥情空心
滥情空心 2021-02-05 10:24

I got a \"Project A\" in repository. But in that project I\'m using a library, which is hosted on Google Code. There is my question: is there any way, to have that library files

相关标签:
1条回答
  • 2021-02-05 10:50

    You can use an External which will causes SVN to checkout the latest version of the external files, when you checkout your repository.

    From the above page:

    The convenience of the svn:externals property is that once it is set on a versioned directory, everyone who checks out a working copy with that directory also gets the benefit of the externals definition. In other words, once one person has made the effort to define those nested working copy checkouts, no one else has to bother—Subversion will, upon checkout of the original working copy, also checkout the external working copies.

    0 讨论(0)
提交回复
热议问题