Re: How does one retreive the exact source from SVN that corresponds to the 10.8.2.2 release

2011-12-27 Thread Myrna van Lunteren
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


Re: How does one retreive the exact source from SVN that corresponds to the 10.8.2.2 release

2011-12-27 Thread Bryan Pendleton

On 12/27/2011 08:10 AM, Bergquist, Brett 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.


Hopefully you can use the 10.8.2.2 tag:

http://svn.apache.org/viewvc/db/derby/code/tags/10.8.2.2/

thanks,

bryan


How does one retreive the exact source from SVN that corresponds to the 10.8.2.2 release

2011-12-27 Thread Bergquist, Brett
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


RE: How does one retreive the exact source from SVN that corresponds to the 10.8.2.2 release

2011-12-27 Thread Bergquist, Brett
Thanks

-Original Message-
From: Bryan Pendleton [mailto:bpendleton.de...@gmail.com] 
Sent: Tuesday, December 27, 2011 11:29 AM
To: derby-dev@db.apache.org
Subject: Re: How does one retreive the exact source from SVN that corresponds 
to the 10.8.2.2 release

On 12/27/2011 08:10 AM, Bergquist, Brett 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.

Hopefully you can use the 10.8.2.2 tag:

http://svn.apache.org/viewvc/db/derby/code/tags/10.8.2.2/

thanks,

bryan




RE: How does one retreive the exact source from SVN that corresponds to the 10.8.2.2 release

2011-12-27 Thread Bergquist, Brett
Thank you!

-Original Message-
From: Myrna van Lunteren [mailto:m.v.lunte...@gmail.com] 
Sent: Tuesday, December 27, 2011 11:31 AM
To: derby-dev@db.apache.org
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 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




RE: How does one retreive the exact source from SVN that corresponds to the 10.8.2.2 release

2011-12-27 Thread Bergquist, Brett
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:m.v.lunte...@gmail.com] 
Sent: Tuesday, December 27, 2011 11:31 AM
To: derby-dev@db.apache.org
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 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




Re: How does one retreive the exact source from SVN that corresponds to the 10.8.2.2 release

2011-12-27 Thread Myrna van Lunteren
On Tue, Dec 27, 2011 at 9:27 AM, Bergquist, Brett bbergqu...@canoga.com wrote:
 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:m.v.lunte...@gmail.com]
 Sent: Tuesday, December 27, 2011 11:31 AM
 To: derby-dev@db.apache.org
 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 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



You are correct Brett, I double checked the release by using sysinfo.
Apologies for the confusion!
I made this mistake on one of the wiki pages and copied it from there.
 I've now fixed that bad reference.

Myrna