RocketFM Project on RIAForge

Word Count: 161

I have been writing a series of articles dedicated to creating a Flex & ColdFusion application. I just wanted to let everyone know that the project was approved yesterday and can be found at http://rocketfm.riaforge.org/. There is currently no code up there but as soon as I get the next part up I will throw the source up there. This way as we are going through the steps you can grab the code and play along. I also wanted to ask your opinion about branching different steps. I could keep the latest code in the trunk and create branches for different steps.  To be quite honest I don't do any branching or tagging in subversion so I am a little lost when it comes to that. Is this typically what its used for? A way to break down release builds? Thanks!

Comments

#1 Posted By: ike Posted On: 1/5/09 9:27 AM
Breaking down an application by release version is usually done in tags. So you would have a /tags/ directory inside of which you would have 1.0/ then 1.5/ then 2.0/ etc. You could of course tag pre-1.0 versions as well...

Branches are used when you want to make changes without modifying the trunk, usually if you have some reason you want to start a separate project. Sometimes a branch is created if you just have a lot of work you want to do in a big block with a plan to merge those changes back into the trunk later -- this allows people to continue working on the trunk separately while you can commit many changes to the branch without interfering with them or slowing them down.

Generally speaking branching should be kept to a minimum. With tags by comparison, more may be better.
#2 Posted By: Dan Vega Posted On: 1/5/09 9:30 AM |
Author Comment
Perfect! Thanks for the quick breakdown.
#3 Posted By: ike Posted On: 1/5/09 1:58 PM
Welcome. :)
#4 Posted By: Kumar Posted On: 1/5/09 5:17 PM
Thanks for doing the articles. Source code being readily available for them will make following the articles even easier.


Post Your Comment

Leave this field empty







Show Captcha

If you subscribe, any new posts to this thread will be sent to your email address.

Copyright © 2007 Dan Vega | BlogCFC was created by Raymond Camden. This blog is running version 5.8.001.