Changes between Version 36 and Version 37 of Installation/FromSVN
- Timestamp:
- 10/20/08 10:32:23 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation/FromSVN
v1 v37 273 273 find . -name '.svn' -type d -exec rm -rf {} \; 274 274 }}} 275 276 == List contributors with number of commits each == 277 {{{ 278 svn log -q | awk '/^r/ {print $3}' | sort | uniq -c 279 }}} 280 275 281 276 282 == SVN Programs ==
