Changes between Version 6 and Version 7 of explainSvn
- Timestamp:
- Mar 14, 2016, 12:51:06 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
explainSvn
v6 v7 41 41 mv `find pixman/tmp/ -maxdepth 1 -mindepth 1` pixman/vendor-current/ 42 42 rmdir pixman/tmp 43 }}} 44 45 If it were a SVN repository, the command would look like this (an example for the ICU project): 46 {{{ 47 svn export http://source.icu-project.org/repos/icu/icu/tags/release-56-1 --force icu/vendor-current 43 48 }}} 44 49