Subversion revision number across multiple projects

前端 未结 17 1703

When using Subversion (svn) for source control with multiple projects I\'ve noticed that the revision number increases across all of my projects\' directories. To illustrat

17条回答
  •  北海茫月
    2020-12-13 14:42

    Maybe it's best not to necessarily make one repo per "project", but rather one repo per "solution" (to use Visual Studio terms). If you have a bunch of "projects" in different folders but they're related to each other, then put them in the same repo.

提交回复
热议问题