Re: Source changes
- Posted by Matt Lewis <matthewwalkerlewis at ?mail.com> Jul 05, 2007
- 614 views
Juergen Luethje wrote: > > Matt wrote: > > You wrote that you are moving. Uuhh, this means a lot of work. > I hope things are fine. Yeah, just busy. > > I'll start a branch (if no one beats me to it) for 3.1.1, and port > > over the find_from fix. > > Thank you. > But I doubt that Rob will build a release that only contains these changes ... > So how can I get it? Once I get it set up, there will be a "branch" in the svn repository from which anyone can get the latest source. Basically, svn is based around directories. We make a copy (in the repository) of the tagged 3.1 release and call it 3.1.1. Then we merge all of the bugfixes into that branch of code. Anyone with read access to the repository (which is anyone who can manage to correctly type the url) can get that code. Once we're 'happy' with it, we move it to a tag (which is just another directory, which, by convention is read only and for historical purposes) and we can make a release, even if it's only a zip that we just put up on sourceforge. Matt