How do Git SVN ignore-paths work (ignoring daily build tags)?

后端 未结 1 1635
面向向阳花
面向向阳花 2021-02-02 16:03

I am trying clone an svn repository using git svn. The repository has daily builds tagged which I want to ignore. I am trying to use the \"ignore-paths\" option to do that, bu

相关标签:
1条回答
  • 2021-02-02 16:34

    It might be easier to just clone the trunk and nothing else (git svn clone -T http://path/to/trunk), and then add the specific tags and branches you want by modifying the config file and doing git svn fetches.

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