Changes between Version 5 and Version 6 of Development
- Timestamp:
- Mar 5, 2010 2:53:23 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Development
v5 v6 25 25 '''WARNING:'''[[BR]] 26 26 As usual, it is '''not''' guaranteed in any way, that the 'trunk' version will work for you properly. The 'trunk' of a SVN repository is always meant to carry highly experimental code which is not meant to be used on normal productive systems. It may break your current installation and may destroy data stored on your harddisks. On the other hand, downgrading may cause the same effect. And, maybe you will have to update your configuration files and/or images files aswell, which are probably not directly available through SVN. Please be always aware of that when you want to compile YAM yourself. 27 28 == Developer SVN access == 29 If you are an official registered developer of the YAM project, you should also have write permissions to the SVN repository. Thus, you should be able to commit changes to it. For this, the above mentioned procedure is more or less the same, as you are also going to checkout the latest 'trunk' with the very same command: 30 31 {{{ 32 svn checkout https://svn.yam.ch/svn/yam/trunk yam 33 }}} 34 35 However, for writing changes back to the repository, you have to use the 'commit' command of SVN. 36 37 {{{ 38 cd <your 'yam copy> 39 svn commit 40 }}} 41 42 Similar to the above anonymous SVN description, the update of an already checked out version of the YAM sources can be update with: 43 44 {{{ 45 cd <your 'yam' directory> 46 svn update 47 }}}


