SVN correct directory structure

Posted by jax on Stack Overflow See other posts from Stack Overflow or by jax
Published on 2010-06-10T06:48:23Z Indexed on 2010/06/10 6:52 UTC
Read the original article Hit count: 159

Filed under:

I followed this tutorial to setup SVN on my Fedora box http://www.ashishkulkarni.com/installing-subversion-on-fedora-linux/

It worked.

However, there is no trunk, tags or branches when I set this up.

In the tutorial he creates a sandbox project

/svn/repos/sandbox

Now I am assuming that all projects will go under repos

/svn/repos/project1

/svn/repos/project2

When I view the project there are no trunk, tags or branches, I have not yet checked in any project, will these appear when I do that?

As I understand all my files should go below the trunk. What are the tags and branches for?

Just some clarification about the structure would be nice. Thanks.

© Stack Overflow or respective owner

Related posts about svn