summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdib Taraben <theadib@gmail.com>2006-04-12 21:08:50 +0000
committertheadib <theadib@users.sourceforge.net>2006-04-12 21:08:50 +0000
commit3852cd3f688784d12338555c8981d2e5ace2fdf0 (patch)
tree6a6f3ca0e5c0ac99e081b1a9ea52fc901b72ff20
parentchange XML vocabulary for keys, make keys parsing a bit more relaxed (diff)
downloadinkscape-3852cd3f688784d12338555c8981d2e5ace2fdf0.tar.gz
inkscape-3852cd3f688784d12338555c8981d2e5ace2fdf0.zip
changed CVS to SVN updated link to svn hints
(bzr r501)
-rw-r--r--HACKING.de.txt10
-rw-r--r--HACKING.fr.txt12
-rw-r--r--HACKING.it.txt12
-rw-r--r--HACKING.txt12
4 files changed, 23 insertions, 23 deletions
diff --git a/HACKING.de.txt b/HACKING.de.txt
index 0c3c44277..5b9e365e9 100644
--- a/HACKING.de.txt
+++ b/HACKING.de.txt
@@ -15,7 +15,7 @@ Requires/BuildRequires Zeilen entsprechend updaten.
Patches
=======
-Wenn Sie keinen CVS Zugang haben, benutzen Sie bitte den Patch Tracker
+Wenn Sie keinen SVN Zugang haben, benutzen Sie bitte den Patch Tracker
<http://sourceforge.net/tracker/?group_id=93438&atid=604308>.
Wiki
@@ -47,12 +47,12 @@ Mailinglisten zu beantworten.
* Entwerfen Sie Dokumente mit Tips oder Hilfen, nutzen Sie unseren Wiki.
-CVS Zugang
+SVN Zugang
==========
-Lesen Sie bitte http://sourceforge.net/cvs/?group_id=93438
-wie man CVS nutzt oder den Quellenbaum mit einem Browser liest.
+Lesen Sie bitte http://inkscape.org/svn.php
+wie man SVN nutzt oder den Quellenbaum mit einem Browser liest.
-Wir vergeben CVS Zugang an Leute, die ihr Interesse daran bewiesen
+Wir vergeben SVN Zugang an Leute, die ihr Interesse daran bewiesen
haben, den Code zu verbessern. Der Beweis ist einfach: Reichen Sie
zwei Verbesserungen ein und verlangen Sie Zugang.
diff --git a/HACKING.fr.txt b/HACKING.fr.txt
index 767853e5b..cdd764a24 100644
--- a/HACKING.fr.txt
+++ b/HACKING.fr.txt
@@ -1,4 +1,4 @@
-Compiler la version cvs
+Compiler la version svn
=======================
grep Build-Depends debian/control permet d'afficher une liste de paquets(Debian)
nécessaires à la compilation.
@@ -10,7 +10,7 @@ inkscape.spec.in contient une liste partielle de spécifications :
Au moment où ce texte est écrit, il n'y a qu'un paquet; si vous utilisez une
distribution basée sur des RPMs, pensez à mettre à jour les lignes
Requires/BuildRequires afin d'aider les autres utilisateurs de votre
-distribution. Si vous n'avez pas d'accès en écriture au CVS, vous pouvez
+distribution. Si vous n'avez pas d'accès en écriture au SVN, vous pouvez
soumettre un patch auprès de
<http://sourceforge.net/tracker/?group_id=93438&atid=604308>.
@@ -45,11 +45,11 @@ travailler. Sinon, voivi quelques façons d'apporter votre aide :
* Ecrire un HOWTO décrivant une astuce ou technique que vous avez trouvé
-Accès CVS
+Accès SVN
=========
-Consultez http://sourceforge.net/cvs/?group_id=93438 pour voir comment accéder
-au CVS, y compris depuis un client web.
-Nous donnons un accès en écriture au CVS à toute personne ayant démontré une
+Consultez http://inkscape.org/svn.php pour voir comment accéder
+au SVN, y compris depuis un client web.
+Nous donnons un accès en écriture au SVN à toute personne ayant démontré une
motivation pour aider à développer le code. Prouver votre motivation est très
simple : fournir deux contributions et demander un accès.
diff --git a/HACKING.it.txt b/HACKING.it.txt
index c2d67a72b..b3e7267fd 100644
--- a/HACKING.it.txt
+++ b/HACKING.it.txt
@@ -1,4 +1,4 @@
-Compilare la versione CVS
+Compilare la versione SVN
=========================
Esegui `grep Build-Depends debian/control` per avere una lista dei pacchetti (Debian)
necessari per la compilazione.
@@ -10,7 +10,7 @@ inkscape.spec.in contiene una lista parziale dei requisiti:
Al momento, questa lista contiene un solo pacchetto; se usi usa distribuzione
basata su RPM, sei pregato di aggiornare le linee Requires/BuildRequires in modo
da aiutare gli altri utenti della tua stessa distribuzione. Se non hai accesso in
-scrittura al CVS, puoi inviare una patch al sistema di gestione delle patch
+scrittura al SVN, puoi inviare una patch al sistema di gestione delle patch
<http://sourceforge.net/tracker/?group_id=93438&atid=604308>.
Consulta http://www.inkscape.org/cgi-bin/wiki.pl?CompilingInkscape per informazioni
@@ -40,12 +40,12 @@ In caso contrario, questi sono solo alcuni suggerimenti:
* Scrivi un HOWTO su qualche trucco o tecnica che trovi utile
-Accesso CVS
+Accesso SVN
==========
-Consulta http://sourceforge.net/cvs/?group_id=93438 per i modi di accesso al CVS,
-tra la consultazione del CVS client web.
+Consulta http://inkscape.org/svn.php per i modi di accesso al svn,
+tra la consultazione del SVN client web.
-L'acceso in scrittura al CVS viene dato a tutti quelli che dimostrino interesse
+L'acceso in scrittura al SVN viene dato a tutti quelli che dimostrino interesse
nello sviluppo del codice. La prova è semplice: fornisci un paio di contributi e richiedi
l'accesso.
diff --git a/HACKING.txt b/HACKING.txt
index 6120634e7..c6f69ce82 100644
--- a/HACKING.txt
+++ b/HACKING.txt
@@ -1,4 +1,4 @@
-Compiling the CVS version
+Compiling the SVN version
=========================
grep Build-Depends debian/control to see a list of (Debian) packages needed for
compilation.
@@ -9,7 +9,7 @@ inkscape.spec.in has a partial list of requirements:
At the time of writing, it contains only one package; if you use an RPM-based
distribution, then please consider updating the Requires/BuildRequires lines to
-help other users of your distribution. If you don't have CVS write access,
+help other users of your distribution. If you don't have SVN write access,
then you can submit a patch to the patch tracker
<http://sourceforge.net/tracker/?group_id=93438&atid=604308>.
@@ -41,12 +41,12 @@ can help:
* Author a HOWTO describing a trick or technique you've figured out
-CVS Access
+SVN Access
==========
-See http://sourceforge.net/cvs/?group_id=93438 for how to access CVS,
-including browsing CVS from a web client.
+See http://inkscape.org/svn.php for how to access SVN,
+including browsing SVN from a web client.
-We give CVS write access out to people with proven interest in helping develop
+We give SVN write access out to people with proven interest in helping develop
the codebase. Proving your interest is straightforward: Make two
contributions and request access.