Standard practices for Subversion

后端 未结 9 2172
太阳男子
太阳男子 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:06

    If a "feature" will require more than a few (4-6) hours to complete, I would either

    • divide the "feature" into subtasks that can be completed in a few hours and checked into source control
    • create a branch
    • both of the above

提交回复
热议问题