Lines Matching refs:svn
93 svn://.*/.\* http://somemirror.org/sources/"
337 Subversion (SVN) Fetcher (``svn://``)
342 defaults to "svn". The fetcher's temporary working directory is set by
343 :term:`SVNDIR`, which is usually ``DL_DIR/svn``.
347 - *"module":* The name of the svn module to checkout. You must provide
352 specified svn module.
354 - *"protocol":* The protocol to use, which defaults to "svn". If
355 "protocol" is set to "svn+ssh", the "ssh" parameter is also used.
359 - *"scmdata":* Causes the ".svn" directories to be available during
364 "svn+ssh". You can use this parameter to specify the ssh program used
365 by svn.
372 Following are three examples using svn::
374 SRC_URI = "svn://myrepos/proj1;module=vip;protocol=http;rev=667"
375 SRC_URI = "svn://myrepos/proj1;module=opie;protocol=svn+ssh"
376 SRC_URI = "svn://myrepos/proj1;module=trunk;protocol=http;path_spec=${MY_DIR}/proj1"