On Tue, Dec 27, 2011 at 8:10 AM, Bergquist, Brett <bbergqu...@canoga.com> wrote: > I need to patch this release for > https://issues.apache.org/jira/browse/DERBY-5552 and I find it easier to > track any local changes using source code control. So I was wondering how > to get the exact source for Derby 10.8.2.2 from SVN? I know how to get the > 10.8 branch, but I believe that has newer things in it since 10.8.2.2. > > > > Thanks. > > > > Brett
Hi The released version 10.8.2.2 has revision number 1881258. You can synchronize your check-ed out 10.8 tree to that revision by doing svn update -r 1881258 This will give you the branch as at the time of the release. I hope this is what you were looking for. Myrna