Date: 2005-02-16T11:16:49
   Editor: KevinBurton
   Wiki: Jakarta Commons Wiki
   Page: UsingSVN
   URL: http://wiki.apache.org/jakarta-commons/UsingSVN

   no comment

Change Log:

------------------------------------------------------------------------------
@@ -5,13 +5,14 @@
 a day.  *Instead*, check out individual components, or (more likely)
 check out "trunks-proper" or "trunks-sandbox".
 
-'''Checkout all components'''
+== Checkout all components ==
 {{{
 svn co https://svn.apache.org/repos/asf/jakarta/commons/trunks-proper/ 
jakarta/commons/trunks-proper
 svn co https://svn.apache.org/repos/asf/jakarta/commons/trunks-sandbox/ 
jakarta/commons/trunks-sandbox
 }}}
 
-'''Checkout individual components''' ''(Don't forget to checkout 
commons-build!)''
+== Checkout individual components''' ''(Don't forget to checkout 
commons-build!) ==
+
 {{{
 svn co 
https://svn.apache.org/repos/asf/jakarta/commons/proper/commons-build/trunk 
jakarta/commons/trunks-proper/commons-build
 svn co https://svn.apache.org/repos/asf/jakarta/commons/proper/dbcp/trunk 
jakarta/commons/trunks-proper/dbcp
@@ -21,7 +22,7 @@
 svn co https://svn.apache.org/repos/asf/jakarta/commons/sandbox/cache/trunk 
jakarta/commons/trunks-sandbox/cache
 }}}
 
-'''Getting directory listings'''
+== Getting directory listings==
 
 If you don't know the exact path to the component you wish to access, use 'svn 
ls' to get a directory listing, eg:
 {{{
@@ -30,6 +31,12 @@
 
 A web browser can also be used to view the repository structure, just by 
entering the URL that you would use for subversion operations.
 Note that this shows only the latest version of everything (directories and 
files).
+
+== Importing ==
+
+{{{
+svn import 
https://svn.apache.org/repos/asf/jakarta/commons/sandbox/benchmark/trunk
+}}}
 
 = Differences between CVS and SVN =
 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to