Blog » SVN Access to jQuery
Posted May 29th, 2006 by John ResigI’ve slowly been moving jQuery over to SVN during the past month, with the move being nearly complete now. So, if you wish to keep track of jQuery through Subversion (and make sure you always have the latest code), you can do so via:
- The jQuery SVN Web Interface (This will probably soon change to a Trac-based installation.)
- Or checking the code out manually using:
svn co svn://jquery.com/jquery
The biggest changes left to come to the repository is the creation of branches to keep track of the different versions of code, along with some solid, reliable, versioning for the main code base. I’ll have more specific news about that update, soon. If you have any questions concerning the code in the repository, or if you’d like to be able to commit, be sure to drop the the mailing list.
May 30th, 2006 at 10:25 pm
[…] SVN Access to jQuery: “I’ve slowly been moving jQuery over to SVN during the past month, with the move being nearly complete now. So, if you wish to keep track of jQuery through Subversion (and make sure you always have the latest code), you can do so via: […]
June 15th, 2006 at 1:57 am
I noticed you are working on fixing the fx bugs, the latest dev already has a quick fix for the overflow and position bugs I wrote about for the mailing list. You truly are dedicated and I appreciate your work tremendously.
July 16th, 2006 at 5:31 am
It may be interessting to know that there is a second repository with several tests: svn://jquery.com/test