Documentation Project Howto
From Mandriva Community Wiki
TODO
[edit] Quick review of svn commands
- Create a local copy of the whole repository locally:
- svn co svn+ssh://svn.mandriva.com/svn/doc/MandrivaLinux/trunk/content/Distrib
- Update your copy with changes made by others
- svn up
- Send your changes to the server
- svn ci -m "Write your changelog here"
You can also consult this: Development/Howto/Subversion

