CONTACT PORTFOLIO SERVICES BLOG COMPANY HOME
Blog(id)

September 21, 2005

Subversion Folders

Filed under: Subversion — jlr @ 10:36 am

I missed this the first time I setup a Subversion repository, but there is a “default” folder setup most people use. Exspecially if you are going to use Eclipse. The folders should be setup like this:

  • /trunk
  • /branches
  • /tags

Where the /trunk folder is the current source of your project. In my case this is where you have you MVC and fusebox files. The /branches folder is for splitting the code I haven’t used this yet since it’s a little more advanced. The /tags folder is for making a specific revision a release. So if you realease revision 1.0 to production it would be /tags/revision1.0/.

No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URI

Leave a comment

Powered by WordPress

-->