Changes between Version 9 and Version 10 of explainSvn
- Timestamp:
- Mar 23, 2016, 1:54:45 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
explainSvn
v9 v10 42 42 rmdir pixman/tmp 43 43 }}} 44 45 Importing from a mercurial repository would look like this (an example for the NSPR project): 46 {{{ 47 hg clone https://hg.mozilla.org/projects/nspr -r NSPR_4_12_RTM nspr/tmp 48 rm -rf nspr/tmp/.hg 49 mv `find nspr/tmp/ -maxdepth 1 -mindepth 1` nspr/vendor-current/ 50 rmdir nspr/tmp 51 }}} 52 44 53 45 54 If it were a SVN repository, the command would look like this (an example for the ICU project):