The URN for the SVN Fetcher is svn.
This Fetcher honors the variables FETCHCOMMAND_svn
, DL_DIR
, SRCDATE
. FETCHCOMMAND
contains the subversion command, DL_DIR
is the directory where tarballs will be saved, SRCDATE
specifies which date to use when doing the fetching (the special value of "now" will cause the checkout to be updated on every build).
The supported Parameters are proto
, rev
. proto
is the subversion prototype, rev
is the subversions revision.
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"