Browse Source

more CVS->SVN changes

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@347974 13f79535-47bb-0310-9956-ffa450edef68
master
Antoine Levy-Lambert 19 years ago
parent
commit
e1fc8af9cc
2 changed files with 6 additions and 6 deletions
  1. +3
    -3
      docs/bugs.html
  2. +3
    -3
      xdocs/bugs.xml

+ 3
- 3
docs/bugs.html View File

@@ -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 &gt; 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 &gt; javac.diffs<br /><br />
</font>


+ 3
- 3
xdocs/bugs.xml View File

@@ -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 &gt; 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 &gt; javac.diffs<br></br><br></br>
</font>


Loading…
Cancel
Save