| 245 |
|
|
| 246 |
Once your account is allowed to write to the project, you can retreive the |
Once your account is allowed to write to the project, you can retreive the |
| 247 |
full project using this: |
full project using this: |
| 248 |
svn co svn+ssh://<username>@svn.debian.org/svn/d-i/trunk debian-installer |
svn co svn+ssh://<username>@svn.d-i.alioth.debian.org/svn/d-i/trunk debian-installer |
| 249 |
If you only want to work on the manual, you can retrieve the relevant part |
If you only want to work on the manual, you can retrieve the relevant part |
| 250 |
of the repository using: |
of the repository using: |
| 251 |
svn co svn+ssh://<username>@svn.debian.org/svn/d-i/trunk debian-installer/installer/doc |
svn co svn+ssh://<username>@svn.d-i.alioth.debian.org/svn/d-i/trunk debian-installer/installer/doc |
| 252 |
|
|
| 253 |
4) Commit your changed translation files to SVN |
4) Commit your changed translation files to SVN |
| 254 |
----------------------------------------------- |
----------------------------------------------- |
| 258 |
to commit your changes to the SVN repository. |
to commit your changes to the SVN repository. |
| 259 |
|
|
| 260 |
Note: it's possible, to do an anonymous checkout from the svn |
Note: it's possible, to do an anonymous checkout from the svn |
| 261 |
(use svn co svn://svn.debian.org/d-i/trunk/installer/doc/manual). |
(use svn co svn://svn.d-i.alioth.debian.org/d-i/trunk/installer/doc/manual). |
| 262 |
However, from this local copy you aren't able to commit, it's readonly. |
However, from this local copy you aren't able to commit, it's readonly. |
| 263 |
Use the commands listed under 3), if you plan to do commits in the future. |
Use the commands listed under 3), if you plan to do commits in the future. |
| 264 |
|
|
| 280 |
-------------------------------------------------------------------------- |
-------------------------------------------------------------------------- |
| 281 |
Changelog: |
Changelog: |
| 282 |
|
|
|
2005-01-19 Frans Pop |
|
| 283 |
2004-12-27 Frans Pop |
2004-12-27 Frans Pop |
| 284 |
- Updated svn checkout info to refer to new server (costa) |
- Updated svn checkout info to refer to new server (costa) |
| 285 |
|
|