开发者

Subversion workflow for a single developer on a local repository

So let's say I am developing a project all by myself with Subversion.

How should I organize my things? Should I do everything over the main trunk? Cr开发者_StackOverfloweate a branch for each new feature? What?

Thanks


Typically, how I like to do it is to have a couple of different directories. Something like this:

Trunk (deploy here)

   - Production
   - Staging
   - Development/whatever

Branches (develop here)

   - Master Branch (primary)
   - Secondary/Tertiary Branches

Tags (Archive here)

    - Name a tag appropriately (timestamp, version, edits)

Hope this helps. Feel free to ask questions.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜