Integrating Fogbugz with TortoiseSVN with no URL/Subversion backend

后端 未结 5 880
时光取名叫无心
时光取名叫无心 2021-01-31 05:46

I\'ve got TotroiseSVN installed and have a majority of my repositories checking in and out from C:\\subversion\\ and a couple checking in and out from a network share (I for

5条回答
  •  谎友^
    谎友^ (楼主)
    2021-01-31 06:19

    The problem is that FogBugz will link to a web page, and file:///etc is not a web page. To get integration two ways, you need a web server for your subversion repository. Either set up Apache or something else that can host those things the proper way.

提交回复
热议问题