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. 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]
