Subversion Folders
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/.




