You are viewing a plain text version of this content. The canonical link for it is here.
Posted to devnull@infra.apache.org by vl...@apache.org on 2019/06/08 18:42:22 UTC

[jmeter] 18/47: SVN is the new CVS

This is an automated email from the ASF dual-hosted git repository.

vladimirsitnikov pushed a commit to annotated tag v2_3
in repository https://gitbox.apache.org/repos/asf/jmeter.git

commit 04430b04d19e267081087a5892507ff7ce457933
Author: Sebastian Bazley <se...@apache.org>
AuthorDate: Thu Sep 20 16:02:33 2007 +0000

    SVN is the new CVS
    
    git-svn-id: https://svn.apache.org/repos/asf/jakarta/jmeter/branches/rel-2-2@577804 13f79535-47bb-0310-9956-ffa450edef68
    
    Former-commit-id: db43cc1e002bbecddab8c2d9a4bb203342488c4c
---
 xdocs/localising/index.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/xdocs/localising/index.xml b/xdocs/localising/index.xml
index 3eebaa6..b17c53e 100644
--- a/xdocs/localising/index.xml
+++ b/xdocs/localising/index.xml
@@ -62,9 +62,9 @@ another tool, such as or <b>vi</b> or <b>Emacs</b>.
 <p>If you want to help with JMeter's translation process, start by reading this document. Then
 send a message to <a href="mailto:jmeter-dev@jakarta.apache.org">jmeter-dev@jakarta.apache.org</a>
 stating your intention. Surely one of the project contributors will be very happy to grab the current texts
-from CVS and send them to you. You'll receive a jar, zip, tar or tgz file that you'll need to unpack in your
+from SVN and send them to you. You'll receive a jar, zip, tar or tgz file that you'll need to unpack in your
 local disk.</p>
-<p>If you are familiar with CVS or you're brave, feel free to anonymously connect to the Jakarta CVS server
+<p>If you are familiar with SVN or you're brave, feel free to anonymously connect to the Jakarta SVN server
 and obtain the JMeter source yourself, as described in
 <a href="http://jakarta.apache.org/site/cvsindex.html">http://jakarta.apache.org/site/cvsindex.html</a>
 -- the files necessary to the translation process are all in the jakarta-jmeter/src directory.
@@ -76,7 +76,7 @@ you'll need to know where it is to start working with i18nEdit.</p>
 
 <section name="Providing the current texts to translators" anchor="provide">
 
-<p>If you have access to JMeter's CVS repository and you want to pack the files necessary for localisation
+<p>If you have access to JMeter's SVN repository and you want to pack the files necessary for localisation
 for sending to a translator, just go to the directory above the project root and issue the following command:<br/>
 <code>
 tar czf jakarta-jmeter-localisation.tgz `find jakarta-jmeter/src -name "*.properties" -o -name "*.metaprops"`
@@ -145,7 +145,7 @@ the project:
 <li>Enter the path to the src directory in the files submitted by the translator.</li>
 <li>Select the translator's target language.</li>
 <li>Press "Perform merge".</li>
-<li>Close i18nEdit and commit to CVS as usual (remember to Refresh your project if you're using Eclipse).</li>
+<li>Close i18nEdit and commit to SVN as usual (remember to Refresh your project if you're using Eclipse).</li>
 </ol>
 </p>