Changes between Version 4 and Version 5 of Getting-Started/Using-Subversion


Ignore:
Timestamp:
Jan 27, 2014 2:59:45 PM (10 years ago)
Author:
ismangil
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Getting-Started/Using-Subversion

    v4 v5  
    5757 
    5858Note that this command requires active Internet connection to query the status of PJPROJECT's source repository. 
     59 
     60== Checking out a specific revision == 
     61 
     62For example if you want to checkout revision 4687 
     63 
     64{{{ 
     65svn checkout -r 4687 http://svn.pjsip.org/repos/pjproject/trunk pjproject 
     66}}}