SVN best practice - checking out root folder

Posted by Stephen Dolier on Stack Overflow See other posts from Stack Overflow or by Stephen Dolier
Published on 2010-03-26T06:36:24Z Indexed on 2010/03/26 6:43 UTC
Read the original article Hit count: 368

Filed under:
|
|
|

Hi all, quick question about svn checkout best practice.

Once the structure of a repository is set up, ie trunk, branches, tags, is it normal to have the root checked out to our local machines. Or should you only check out the trunk if that's what you are working on or a branch if we so choose to create one.

The reason i ask is that every time someone creates a branch or tag we all get a copy when we do an update.

btw, we're recently migrated from vss.

© Stack Overflow or respective owner

Related posts about svn

Related posts about best-practices