On 6/21/05, Filippo Munafò <[EMAIL PROTECTED]> wrote: > Not exactly! > > If I want to know in which branches has been applied a change, for example > the registration of the 1.3 DTD (really stupid example because of course it's > the 1.3 branch, and not the 1.2 one!!!), I cannot find this information > neither here (look at rev 111987) > > http://svn.apache.org/viewcvs.cgi/struts/core/trunk/src/share/org/apache/struts/action/ActionServlet.java?rev=170184&view=log > > nor here: > > http://svn.apache.org/viewcvs.cgi?rev=111987&view=rev > > With CVS I can see all tags and branches where the same change has been > applied.
How? CVS has no single record of this. You can see where multiple labels have been applied at the same place, but there's no way to find all of the commits, across multiple branches, where the same change was made. I guess I'm not understanding what you're looking for, so I'm not able to explain how to get it. ;-) If you can explain the process you're going through with CVS, then perhaps I can explain the equivalent in SVN. But this is sounding like a question for an SVN list instead of the Struts Dev list now... -- Martin Cooper > Maybe also with subversion there is a way to know similar information, I > simply need to study it more! > > My doubt started from here, the 1.2.7 release notes: > > http://struts.apache.org/userGuide/release-notes.html > > Where I have read this: > > ----------------------------------------------- > Config Files in jars > > Config files (i.e. Struts config, Validator config and Tiles config files) > can now be stored in jars. Struts checks the servlet context, as before but > if not found Struts now tries the classloader to try and get them. > > --------------------------------------------- > > My need was to find this change: > > http://svn.apache.org/viewcvs.cgi?rev=158266&view=rev > > (http://issues.apache.org/bugzilla/show_bug.cgi?id=28051) > > in the 1.2.7 release, because I need it in my development team. > I was surprised when I tried the new stable version (1.2.7) and have found > that it doesn't work as I aspected it to do. > So, I've downloaded the source of 1.2.7 and compared ActionServlet.java with > the revisions (changes in my mind) on svn. > From here the first question... > > Conclusion: I still have to change ActionServlet in the jar we deploy with > the patch we need and wait for the first 1.3 release. > > Filippo > > -----Original Message----- > From: Martin Cooper [mailto:[EMAIL PROTECTED] > Sent: Tue 6/21/2005 11:43 PM > To: Struts Developers List > Cc: > Subject: Re: Which SVN-Revision of ActionServlet.java is in 1.2.7? > > > > On 6/21/05, Filippo Munafò <[EMAIL PROTECTED]> wrote: > > It seems to be, but this way I cannot compare this revision, > 168535, with the ones I see here: > > > > > http://svn.apache.org/viewcvs.cgi/struts/core/trunk/src/share/org/apache/struts/action/ActionServlet.java?rev=170184&view=log > > > > because they are different branches (dir). Right? > > > > In other words, I cannot suppose that all changes marked with a > revision number less than 168535 are in 1.2.7. Right? > > > > You mean like this? > > > http://svn.apache.org/viewcvs.cgi/struts/core/trunk/src/share/org/apache/struts/action/ActionServlet.java?r1=170184&r2=168535&diff_format=h > > You just need to enter the two revs you want to diff in the boxes at > the end of the page at the URL you mentioned previously. > > -- > Martin Cooper > > > > Maybe my way of thinking is too much driven by the CVS way, I need > to switch ;-) > > > > Filippo > > > > -----Original Message----- > > From: Martin Cooper [mailto:[EMAIL PROTECTED] > > Sent: Tue 6/21/2005 8:16 PM > > To: Struts Developers List > > Cc: > > Subject: Re: Which SVN-Revision of ActionServlet.java is in > 1.2.7? > > > > > > > > OK, then apparently the revision displayed when viewing the > repo > > directly is unrelated to what is being viewed, and > therefore not > > useful... > > > > So then 168535 is the revision you're looking for, isn't it? > > > > -- > > Martin Cooper > > > > > > On 6/21/05, Filippo Munafò <[EMAIL PROTECTED]> wrote: > > > Why, following this links, does it seems to be rev 168535? > > > > > > > http://svn.apache.org/viewcvs.cgi/struts/core/tags/STRUTS_1_2_7/ > > > > > > > http://svn.apache.org/viewcvs.cgi/struts/core/tags/STRUTS_1_2_7/src/share/org/apache/struts/action/ActionServlet.java?rev=168535&view=log > > > > > > In the second link the last commit is: > > > > > > 'Version 1.2.7 Tagged' > > > > > > > > > Filippo > > > > > > > > > P.S.: don't esitate to point me to Subversion manual ;-) > > > > > > > > > > > > -----Original Message----- > > > From: Martin Cooper [mailto:[EMAIL PROTECTED] > > > Sent: Tuesday, June 21, 2005 19:47 > > > To: Struts Developers List > > > Subject: Re: Which SVN-Revision of ActionServlet.java is > in 1.2.7? > > > > > > It's revision 191692. You can find this by drilling down > on the 1.2.7 > > > tag in the SVN repo. See: > > > > > > > http://svn.apache.org/repos/asf/struts/core/tags/STRUTS_1_2_7/ > > > > > > -- > > > Martin Cooper > > > > > > > > > On 6/21/05, Filippo Munafò <[EMAIL PROTECTED]> wrote: > > > > I've compared the file bundled in the src of release > 1.2.7 with many revision present on SVN and I cannot find anyone that match! > > > > Revision 105787 is the one the match better, but there > are still too many differences. > > > > > > > > What am I doing wrong? I'm sure it's a my mistake. > > > > > > > > Thank's > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
