Standard practices for Subversion

后端 未结 9 2263
太阳男子
太阳男子 2021-02-06 09:33

I\'m wondering if there\'s any other factors to consider for standard practice of using Subversion.

The few I have are:

  • Directory structure of /tags /tr

9条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-06 10:24

    I'd try to commit as often as possible. To allow this, you have to make sure that the code you write either is not yet used, or is such that all the tests pass. If you stay in one of those two modes (the latter being much better than the former), then you should not have to worry about those large periods when you can't commit.

    TDD helps very much in this respect.

提交回复
热议问题