Thanks for the help, that's what I thought.  I've never really tried to use
SVN.  Is there a frontend you recommend?

Adam



Jonathan Sharp wrote:
> 
> jQuery uses SVN (Subversion) to control and track changes to the code. SVN
> projects are usually setup with a trunk and a tags folder.
> 
> Brandon does all of his work in the trunk folder which will always have
> the
> latest and greatest and maybe some features that aren't stable. Once he
> gets
> the "trunk" to a stable point and wants to release it he will "tag" (or
> checkpoint (or copy)) the trunk to say tags/1.0.0. Then any changes he
> makes
> to trunk will not change any of the code at tags/1.0.0.
> 
> So this helps in tracking specific releases as we can look at the tags
> folder and see the individual releases and ignore all the minor and
> experimental changes to trunk.
> 
> Hope this makes sense!
> 
> Cheers,
> -Jonathan
> 
> 

-- 
View this message in context: 
http://www.nabble.com/bgiframe-update%2C-sneak-peak-tf3402941.html#a9495305
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to