summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--translations.txt23
1 files changed, 10 insertions, 13 deletions
diff --git a/translations.txt b/translations.txt
index 95108327c..f6d32e862 100644
--- a/translations.txt
+++ b/translations.txt
@@ -217,15 +217,9 @@ How to get write access to the SVN repository
1) Installing subversion
------------------------
- You need to install subversion on your system. For Debian unstable users,
- just do "apt-get install svn".
+ You need to install subversion on your system. Just do
+ apt-get install subversion
- Others may use backports from www.backports.org. Please add this entry to
- your /etc/apt/sources.list file:
- deb http://www.backports.org/debian stable subversion
- Or use Adam Conrad's backports:
- deb http://people.debian.org/~adconrad woody subversion
-
2) Getting write access to the subversion repository
----------------------------------------------------
@@ -238,10 +232,10 @@ How to get write access to the SVN repository
Once your account is allowed to write to the project, you can retrieve the
full project using this:
- svn co svn+ssh://<username>@svn.d-i.alioth.debian.org/svn/d-i/trunk debian-installer
+ svn co svn+ssh://<username>@svn.debian.org/svn/d-i/trunk
If you only want to work on the manual, you can retrieve the relevant part
of the repository using:
- svn co svn+ssh://<username>@svn.d-i.alioth.debian.org/svn/d-i/trunk/manual
+ svn co svn+ssh://<username>@svn.debian.org/svn/d-i/trunk/manual
4) Commit your changed translation files to SVN
-----------------------------------------------
@@ -251,7 +245,7 @@ How to get write access to the SVN repository
to commit your changes to the SVN repository.
Note: it's possible, to do an anonymous checkout from the svn
- (use svn co svn://svn.d-i.alioth.debian.org/d-i/trunk/manual).
+ (use svn co svn://svn.debian.org/d-i/trunk/manual).
However, from this local copy you aren't able to commit, it's readonly.
Use the commands listed under 3), if you plan to do commits in the future.
@@ -273,6 +267,9 @@ are probably errors. Please fix it if you find errors.
--------------------------------------------------------------------------
Changelog:
+2006-07-14 Frans Pop
+ - Correct and update information on subversion checkout
+
2005-10-07 Frans Pop
- Location of manual changed in the d-i SVN repository
@@ -283,13 +280,13 @@ Changelog:
- Updated svn checkout info to refer to new server (costa)
2004/10/26 Holger Wansing
- - Added a chapter about how to commit + fixed the Link to the svnbook.
+ - Added a chapter about how to commit + fixed the Link to the svnbook
2004/09/27 Frans Pop
- Update in line with changes in SVN (moved files/directories)
2004/09/04 Guillem Jover
- - Refer to Adam Conrad's subversion backport instead.
+ - Refer to Adam Conrad's subversion backport instead
2004/06/04 Frans Pop
- Added paragraph on updating translations