I think there was a typo on the revision number. When I try "1881258", I get "svn: E160006: No such revision 1881258". I looked at svn: E160006: No such revision 1881258 and realized that the numbers are published there, and the probably correct number is 1181258. That one seems to work okay.
Brett -----Original Message----- From: Myrna van Lunteren [mailto:[email protected]] Sent: Tuesday, December 27, 2011 11:31 AM To: [email protected] Subject: Re: How does one retreive the exact source from SVN that corresponds to the 10.8.2.2 release On Tue, Dec 27, 2011 at 8:10 AM, Bergquist, Brett <[email protected]> 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
