Date: 2005-01-30T15:14:08 Editor: SimonKitching Wiki: Jakarta Commons Wiki Page: UsingSVN URL: http://wiki.apache.org/jakarta-commons/UsingSVN
Added info about 'svn ls' Change Log: ------------------------------------------------------------------------------ @@ -21,6 +21,13 @@ svn co https://svn.apache.org/repos/asf/jakarta/commons/sandbox/cache/trunk jakarta/commons/trunks-sandbox/cache }}} +'''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: +{{{ +svn ls http://svn.apache.org/repos/asf/jakarta/commons +}}} + = Maven config = '''project.properties''' --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
