Author: antoine Date: Mon Nov 21 12:36:48 2005 New Revision: 347974 URL: http://svn.apache.org/viewcvs?rev=347974&view=rev Log: more CVS->SVN changes
Modified: ant/core/trunk/docs/bugs.html ant/core/trunk/xdocs/bugs.xml Modified: ant/core/trunk/docs/bugs.html URL: http://svn.apache.org/viewcvs/ant/core/trunk/docs/bugs.html?rev=347974&r1=347973&r2=347974&view=diff ============================================================================== --- ant/core/trunk/docs/bugs.html (original) +++ ant/core/trunk/docs/bugs.html Mon Nov 21 12:36:48 2005 @@ -285,7 +285,7 @@ <p> If you aren't satisfied with just filing a bug report, you can try to find the cause of the problem and provide a fix yourself. - The best way to do that is by working with the latest code from CVS. + The best way to do that is by working with the latest code from Subversion. Alternatively, you can work with the source code available from the <a href="http://ant.apache.org/srcdownload.cgi"> source distributions</a>. If you @@ -305,12 +305,12 @@ to your message subject. Please include any relevant bug numbers. Patch files should be created with the <code>-u</code> option of the - <code>diff</code> or <code>cvs diff</code> command. For + <code>diff</code> or <code>svn diff</code> command. For example:<br /><br /> <font face="verdana" size="-1"> diff -u Javac.java.orig Javac.java > javac.diffs<br /><br /> </font> - or, if you have source from SVN:<br /><br /> + or, if you have source from Subversion:<br /><br /> <font face="verdana" size="-1"> svn diff Javac.java > javac.diffs<br /><br /> </font> Modified: ant/core/trunk/xdocs/bugs.xml URL: http://svn.apache.org/viewcvs/ant/core/trunk/xdocs/bugs.xml?rev=347974&r1=347973&r2=347974&view=diff ============================================================================== --- ant/core/trunk/xdocs/bugs.xml (original) +++ ant/core/trunk/xdocs/bugs.xml Mon Nov 21 12:36:48 2005 @@ -126,7 +126,7 @@ <p> If you aren't satisfied with just filing a bug report, you can try to find the cause of the problem and provide a fix yourself. - The best way to do that is by working with the latest code from CVS. + The best way to do that is by working with the latest code from Subversion. Alternatively, you can work with the source code available from the <a href="http://ant.apache.org/srcdownload.cgi"> source distributions</a>. If you @@ -146,12 +146,12 @@ to your message subject. Please include any relevant bug numbers. Patch files should be created with the <code>-u</code> option of the - <code>diff</code> or <code>cvs diff</code> command. For + <code>diff</code> or <code>svn diff</code> command. For example:<br></br><br></br> <font face="verdana" size="-1"> diff -u Javac.java.orig Javac.java > javac.diffs<br></br><br></br> </font> - or, if you have source from SVN:<br></br><br></br> + or, if you have source from Subversion:<br></br><br></br> <font face="verdana" size="-1"> svn diff Javac.java > javac.diffs<br></br><br></br> </font> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]