@ -807,7 +808,8 @@ small local files. prior to 0.6, acts if ‘yes’ by default.</td>
<tr><td>force</td>
<td>no</td>
<td>yes</td>
<td>(New in 0.8) If yes, any modified files in the working repository will be thrown out. If no, this module will fail if it encounters modified files.</td>
<td>(new in 0.7) If yes, any modified files in the working repository will be
discarded. Prior to 0.7, this was always ‘yes’ and could not be disabled.</td>
</tr>
</tbody>
</table>
@ -1474,8 +1476,8 @@ your best judgement.</p>
<divclass="section"id="subversion">
<spanid="id26"></span><h2>subversion<aclass="headerlink"href="#subversion"title="Permalink to this headline">¶</a></h2>
<pclass="versionadded">
<spanclass="versionmodified">New in version 0.8.</span></p>
<p>Deploys a subversion repository</p>
<spanclass="versionmodified">New in version 0.7.</span></p>
<p>Deploys a subversion repository.</p>
<tableborder="1"class="docutils">
<colgroup>
<colwidth="17%"/>
@ -1494,26 +1496,27 @@ your best judgement.</p>
<tr><td>repo</td>
<td>yes</td>
<td> </td>
<td>The subversion URL to the subversion repository.</td>
<td>The subversion URL to the repository.</td>
</tr>
<tr><td>dest</td>
<td>yes</td>
<td> </td>
<td>The absolute path where the repository should be deployed.</td>
<td>Absolute path where the repository should be deployed.</td>
</tr>
<tr><td>force</td>
<td>no</td>
<td>yes</td>
<td>If yes, any modified files in the working repository will be thrown out. If no, then this module will fail if it encounters modified files.</td>
<td>If yes, any modified files in the working repository will be
discarded. If no, this module will fail if it encounters modified files.</td>
</tr>
</tbody>
</table>
<p>Example action from a playbook:</p>
<p>Example action from Ansible <a class="reference internal"href="playbooks.html"><em>Playbooks</em></a>:</p>