Changes between Version 4 and Version 5 of Getting-Started/Using-Subversion
- Timestamp:
- Jan 27, 2014 2:59:45 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Getting-Started/Using-Subversion
v4 v5 57 57 58 58 Note that this command requires active Internet connection to query the status of PJPROJECT's source repository. 59 60 == Checking out a specific revision == 61 62 For example if you want to checkout revision 4687 63 64 {{{ 65 svn checkout -r 4687 http://svn.pjsip.org/repos/pjproject/trunk pjproject 66 }}}