SVN Fetcher

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 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"