Anne Moroney wrote on Wed, Feb 06, 2013 at 12:30:00 -0500: > Hi Daniel! > 1.So the issue numbers I think I understand. It thus seems you are saying > that it is impossible to easily see them 'all', right? I would have to > individually copy paste the number xxxx as a suffix of url for > bug.cgi?=id=xxx, right? >
You could search the issue tracker for issues with milestone "1.7.x or 1.7.0 or 1.7.1 or .. or 1.7.8". I just assume there might be a few issues with milestone 1.8.0 that have since been backported to 1.7.x (but the milestone not adjusted accordingly). > 2.For the revision numbers, is there any way I can search for a revision? I > don't have a copy of the repo on my desktop. Is there not a web-based Repo > browser Show Log tool perhaps? > That's what we have: http://svn.apache.org/repos/asf/subversion http://svn.apache.org/viewvc/subversion The rest is a usage question, not a release engineering question (but I'm sure someone will be able to discuss it at more length --- I don't have time for that right now) > Also I would not be sure of which of those roots, trunk/bugs/etc would even > be the right one to look at. > > Furthermore, if I only have a commit then I guess I must hope the > documentation commit comment is helpful, right? Otherwise I only have the one > liner in the CHANGES? > I don't understand. > 3.My overall goal is that if I read the release notes [changes in > particular], how do I find the details of what was changed so I can feel > comfy about upgrading and doing my due diligence? > Well, upgrades/downgrades within the same minor number (1.7.x <-> 1.7.y) are guaranteed to be bidirectionally compatible, i.e., conservative changes only. What I do is: svn diff -x-p ^/subversion/tags/{1.7.7,1.7.8} but someone will probably have a better suggestion. HTH Daniel > Thank you! > Anne > > -----Original Message----- > From: Daniel Shahaf > Sent: Wednesday, February 06, 2013 12:05 PM > To: Anne Moroney > Cc: users@subversion.apache.org > Subject: Re: SVN version history tickets? > > In CHANGES, revision numbers refer to > http://svn.apache.org/viewvc/subversion/ and #1234 numbers to > http://subversion.tigris.org/issues/show_bug.cgi?id=1234 > > Daniel Shahaf wrote on Wed, Feb 06, 2013 at 18:58:50 +0200: > > The best way is the CHANGES file (the one you link to). We aren't > > very vigilant about backdating the 'milestone' field in the issue > > tracker (from 1.8.0 to 1.7.*) when we backport a fix to an earlier > > release. > > > > Anne Moroney wrote on Wed, Feb 06, 2013 at 11:53:26 -0500: > > > Hi, how can I find out all tickets that were released with a given > > > shipment? I have a terrible time finding out specific details of changes. > > > Thank you so much! > > > Anne > > > > > > http://mail-archives.apache.org/mod_mbox/subversion-announce/201212. > > > mbox/%3CCADkdwvR7+MSca9ci8CX6EMML3vMV0EmGKhcssJuCTw=ubkf...@mail.gma > > > il.com%3E Release notes for the 1.7.x release series may be found > > > at: > > > > > > http://subversion.apache.org/docs/release-notes/1.7.html > > > > > > You can find the list of changes between 1.7.8 and earlier versions at: > > > > > > http://svn.apache.org/repos/asf/subversion/tags/1.7.8/CHANGES > > > > > > Questions, comments, and bug reports to users@subversion.apache.org. > > >