/usr/share/doc/bitbake/manual/ch03s06.html is in bitbake 1.12.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 | <html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>SVN Fetcher</title><link rel="stylesheet" href="docbook.css" type="text/css"><meta name="generator" content="DocBook XSL Stylesheets V1.75.2"><link rel="home" href="index.html" title="BitBake User Manual"><link rel="up" href="ch03.html" title="Chapter 3. File Download support"><link rel="prev" href="ch03s05.html" title="SVK Fetcher"><link rel="next" href="ch03s07.html" title="GIT Fetcher"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">SVN Fetcher</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="ch03s05.html">Prev</a> </td><th width="60%" align="center">Chapter 3. File Download support</th><td width="20%" align="right"> <a accesskey="n" href="ch03s07.html">Next</a></td></tr></table><hr></div><div class="section" title="SVN Fetcher"><div class="titlepage"><div><div><h2 class="title" style="clear: both"><a name="idp3143608"></a>SVN Fetcher</h2></div></div></div><p>The URN for the SVN Fetcher is <span class="emphasis"><em>svn</em></span>.
</p><p>This Fetcher honors the variables <code class="varname">FETCHCOMMAND_svn</code>, <code class="varname">DL_DIR</code>, <code class="varname">SRCDATE</code>. <code class="varname">FETCHCOMMAND</code> contains the subversion command, <code class="varname">DL_DIR</code> is the directory where tarballs will be saved, <code class="varname">SRCDATE</code> specifies which date to use when doing the fetching (the special value of "now" will cause the checkout to be updated on every build).
</p><p>The supported Parameters are <code class="varname">proto</code>, <code class="varname">rev</code> and <code class="varname">scmdata</code>. <code class="varname">proto</code> is the subversion protocol, <code class="varname">rev</code> is the subversion revision. If <code class="varname">scmdata</code> is set to <span class="quote">“<span class="quote">keep</span>”</span>, the <span class="quote">“<span class="quote">.svn</span>”</span> directories will be available during compile-time.
</p><pre class="screen"><code class="varname">SRC_URI</code> = "svn://svn.oe.handhelds.org/svn;module=vip;proto=http;rev=667"
<code class="varname">SRC_URI</code> = "svn://svn.oe.handhelds.org/svn/;module=opie;proto=svn+ssh;date=20060126"
</pre></div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="ch03s05.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="ch03.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="ch03s07.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">SVK Fetcher </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> GIT Fetcher</td></tr></table></div></body></html>
|