Rockbox Technical Forums

Rockbox Development => Starting Development and Compiling => Topic started by: rbotboy on August 07, 2007, 02:50:36 AM

Title: How do I download an older version of SVN using VMWare
Post by: rbotboy on August 07, 2007, 02:50:36 AM
I know there is a way of downloading an older version by adding MM/DD/YYYY or something like that to the line "svn co svn://svn.rockbox.org/rockbox/trunk rockbox".  

Any help...thank you
Title: Re: How do I download an older version of SVN using VMWare
Post by: Llorean on August 07, 2007, 02:56:38 AM
svn update -r14000 where 14000 is the revision number you want. Revision numbers are usually better than dates.
Title: Re: How do I download an older version of SVN using VMWare
Post by: Bagder on August 07, 2007, 03:24:36 AM
There's a totally excellent book available online that describes exactly how you can use svn to do all sorts of interesting stuff, including checking out specific dates or revision numbers...

http://svnbook.red-bean.com/