Aaron,

The SVN manual is a good place to start, but it isn't that hard to
understand as long as you follow the SVN recommended structure of

/projectname
/projectname/trunk
/projectname/branches/
/projectname/tags

then using eclipse to make it easier for you, get a plugin like subversive
and use the team->switch to then select the branch you wish to switch too.
I'll be happy to answer any other questions too.



On 5/10/07, Aaron Roberson <[EMAIL PROTECTED]> wrote:
>
> > 1) I make changes and submit the working code to SVN, later I rewrite
> anothe
> > component then relise that the previous code I wrote worked better. So I
> can
> > revision the changes to that file and revert back rather than recode
> from
> > memory.
> >
> > 2) I have an open source application, I have released V0.2 and rather
> than
> > wait for all bugs to be found I start working on V0.3 but before I do
> that I
> > branch the code. Now this allows me to continue working on V0.3 and
> anytime
> > a bug is found in V0.2 I can switch back to it an fix the problem. Then
> I
> > can submit back to that branch, now if this is also going to be a
> problem
> > for V0.3 I can now merge that code with that version and switch back and
> > continue on with V0.3
>
> Where can I learn how to do the above. That is very cool stuff that I
> have neglected heretofore.
>
> -Aaron
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJP

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:277453
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to