Changes between Version 17 and Version 18 of GetSubversionMuseekPlus
- Timestamp:
- 09/29/06 03:26:02 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GetSubversionMuseekPlus
v17 v18 9 9 == To checkout just the latest Museek+ == 10 10 {{{ 11 svn checkout http:// museek-plus.org/svn/museek+/trunk/sources museek+11 svn checkout http://www.museek-plus.org/svn/museek+/trunk/sources museek+ 12 12 cd museek+/ 13 13 }}} … … 16 16 == To checkout Museek+ and the distro-packaging scripts == 17 17 {{{ 18 svn checkout http:// museek-plus.org/svn/museek+/trunk trunk18 svn checkout http://www.museek-plus.org/svn/museek+/trunk trunk 19 19 cd trunk/museek+ 20 20 }}} … … 23 23 == To checkout a specific Museek+ version == 24 24 {{{ 25 svn checkout http:// museek-plus.org/svn/museek+/tags/x.y.z/sources museek+25 svn checkout http://www.museek-plus.org/svn/museek+/tags/x.y.z/sources museek+ 26 26 cd museek+ 27 27 }}} … … 29 29 == To checkout MooDriver == 30 30 {{{ 31 svn checkout http:// museek-plus.org/svn/moodriver/trunk/sources moodriver31 svn checkout http://www.museek-plus.org/svn/moodriver/trunk/sources moodriver 32 32 cd moodriver 33 33 }}}