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



On 3/15/07, agent2026 <[EMAIL PROTECTED]> wrote:


Hi,

Can one of you explain to me what 'tagging it' is about, and how I can use
it to keep track of changes/releases?

Thanks,
Adam


Jonathan Sharp wrote:
>
> Thank you! That will be very useful! Also thanks for tagging it, that
> helps
> greatly in tracking changes and when "releases" happen.
>
> Cheers,
> -js
>
> _______________________________________________
> jQuery mailing list
> discuss@jquery.com
> http://jquery.com/discuss/
>
>

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


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

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

Reply via email to