search

Home  >  Q&A  >  body text

git - SVN Commit 一个软链接目录

我的本地SVN中有一个目录是需要和本地的一个目录保持一致的。
我该如何实现?

有尝试过svn:externals,但貌似不支持关联本地的目录?
尝试过使用软链接,但不能add目录下的文件
要硬链接一个目录,貌似不是一个好方法

大神,指条明路 : )

天蓬老师天蓬老师2792 days ago1037

reply all(1)I'll reply

  • 漂亮男人

    漂亮男人2017-05-02 09:20:15

    Not in the local directory of the code repository, but dependent on the code repository - this in itself is problematic. If you do not consider the advanced requirements of continuous integration, it can be achieved through svn hook.

    reply
    0
  • Cancelreply