Author: kkolinko Date: Thu Feb 13 12:05:46 2014 New Revision: 1567899 URL: http://svn.apache.org/r1567899 Log: Correct path to TC8 tags in a sample svn diff command
Modified: tomcat/site/trunk/docs/migration-8.html tomcat/site/trunk/xdocs/migration-8.xml Modified: tomcat/site/trunk/docs/migration-8.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1567899&r1=1567898&r2=1567899&view=diff ============================================================================== --- tomcat/site/trunk/docs/migration-8.html (original) +++ tomcat/site/trunk/docs/migration-8.html Thu Feb 13 12:05:46 2014 @@ -523,8 +523,8 @@ of Apache Tomcat.</p> <div class="codeBox"> <pre> <code>svn diff - --old=http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0/conf/ - --new=http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_1/conf/</code> + --old=http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_1/conf/ + --new=http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_3/conf/</code> </pre> </div> Modified: tomcat/site/trunk/xdocs/migration-8.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1567899&r1=1567898&r2=1567899&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/migration-8.xml (original) +++ tomcat/site/trunk/xdocs/migration-8.xml Thu Feb 13 12:05:46 2014 @@ -212,8 +212,8 @@ of Apache Tomcat.</p> </form> <p>You can also use Subversion command similar to the following (all on one line):</p> <source>svn diff - --old=http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_0/conf/ - --new=http://svn.apache.org/repos/asf/tomcat/tags/TOMCAT_8_0_1/conf/</source> + --old=http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_1/conf/ + --new=http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/TOMCAT_8_0_3/conf/</source> </subsection> </section> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org