Best practice for creating subversion repositories?

前端 未结 8 1843
闹比i
闹比i 2020-12-14 02:05

Our team (5-10 developers) plans to adopt Subversion for our .NET (Visual Studio) projects/solutions (VisualSVN Server, TortoiseSVN / VisualSVN).

W

8条回答
  •  独厮守ぢ
    2020-12-14 02:35

    Try to keep regularly accessed material (code, scripts) separate from the 'write-once and commit to backup' stuff. Having to checkout/update thousands of jpegs just to change a few lines of code gets dull very quickly.

提交回复
热议问题