The URN for the SVN fetcher is svn.
This fetcher honors the variables FETCHCOMMAND_svn
, SVNDIR
, SRCREV
. FETCHCOMMAND
contains the subversion command. SRCREV
specifies which revision to use when doing the fetching.
The supported parameters are proto
, rev
and scmdata
. proto
is the Subversion protocol, rev
is the Subversion revision. If scmdata
is set to “keep”, the “.svn” directories will be available during compile-time.
SRC_URI
= "svn://svn.oe.handhelds.org/svn;module=vip;proto=http;rev=667"SRC_URI
= "svn://svn.oe.handhelds.org/svn/;module=opie;proto=svn+ssh;date=20060126"