awips2/pdf/NWS_Documentation/Subversion/1. 7 svn-book-html-chunk/svn.ref.svn.c.cleanup.html

120 lines
5.4 KiB
HTML
Raw Normal View History

2017-08-28 11:33:02 -06:00
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>svn cleanup</title>
<link rel="stylesheet" href="styles.css" type="text/css" />
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2" />
<style type="text/css">
body { background-image: url('images/draft.png');
background-repeat: no-repeat;
background-position: top left;
/* The following properties make the watermark "fixed" on the page. */
/* I think that's just a bit too distracting for the reader... */
/* background-attachment: fixed; */
/* background-position: center center; */
}</style>
<link rel="home" href="index.html" title="Version Control with Subversion [DRAFT]" />
<link rel="up" href="svn.ref.svn.html#svn.ref.svn.c" title="svn Subcommands" />
<link rel="prev" href="svn.ref.svn.c.checkout.html" title="svn checkout" />
<link rel="next" href="svn.ref.svn.c.commit.html" title="svn commit" />
</head>
<body>
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr>
<th colspan="3" align="center">svn cleanup</th>
</tr>
<tr>
<td width="20%" align="left"><a accesskey="p" href="svn.ref.svn.c.checkout.html">Prev</a> </td>
<th width="60%" align="center">svn Subcommands</th>
<td width="20%" align="right"> <a accesskey="n" href="svn.ref.svn.c.commit.html">Next</a></td>
</tr>
</table>
<hr />
</div>
<div class="refentry" title="svn cleanup">
<a id="svn.ref.svn.c.cleanup"></a>
<div class="titlepage"></div>
<a id="idp42622768" class="indexterm"></a>
<div class="refnamediv">
<h2>Name</h2>
<p>svn cleanup — Recursively clean up the working copy</p>
</div>
<div class="refsect1" title="Synopsis">
<a id="idp42625840"></a>
<h2>Synopsis</h2>
<p>
<code class="literal">svn cleanup [PATH...]</code>
</p>
</div>
<div class="refsect1" title="Description">
<a id="idp42627456"></a>
<h2>Description</h2>
<p>Recursively clean up the working copy, removing
working copy locks and resuming unfinished operations. If
you ever get a <code class="literal">working copy locked</code>
error, run this command to remove stale locks and get your
working copy into a usable state again.</p>
<p>If, for some reason, an <span class="command"><strong>svn update</strong></span>
fails due to a problem running an external diff program
(e.g., user input or network failure), pass the
<code class="option">--diff3-cmd</code> to allow cleanup to complete
any merging with your external diff program. You can also
specify any configuration directory with the
<code class="option">--config-dir</code> option, but you should need
these options extremely infrequently.</p>
</div>
<div class="refsect1" title="Options">
<a id="idp42632032"></a>
<h2>Options</h2>
<div class="informalexample">
<pre class="screen">
--diff3-cmd CMD
</pre>
</div>
</div>
<div class="refsect1" title="Examples">
<a id="idp42633904"></a>
<h2>Examples</h2>
<p>Well, there's not much to the examples here, as
<span class="command"><strong>svn cleanup</strong></span> generates no output. If
you pass no <em class="replaceable"><code>PATH</code></em>, then
<span class="quote"><span class="quote"><code class="filename">.</code></span></span> is used:</p>
<div class="informalexample">
<pre class="screen">
$ svn cleanup
$ svn cleanup /var/svn/working-copy
</pre>
</div>
</div>
</div>
<div class="navfooter">
<hr />
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left"><a accesskey="p" href="svn.ref.svn.c.checkout.html">Prev</a> </td>
<td width="20%" align="center">
<a accesskey="u" href="svn.ref.svn.html#svn.ref.svn.c">Up</a>
</td>
<td width="40%" align="right"> <a accesskey="n" href="svn.ref.svn.c.commit.html">Next</a></td>
</tr>
<tr>
<td width="40%" align="left" valign="top">svn checkout </td>
<td width="20%" align="center">
<a accesskey="h" href="index.html">Home</a>
</td>
<td width="40%" align="right" valign="top"> svn commit</td>
</tr>
</table>
</div>
<div xmlns="" id="svn-footer">
<hr />
<p>You are reading <em>Version Control with Subversion</em> (for Subversion 1.7), by Ben Collins-Sussman, Brian W. Fitzpatrick, and C. Michael Pilato.<br />
This work is licensed under the <a href="http://creativecommons.org/licenses/by/2.0/">Creative Commons Attribution License v2.0</a>.<br />
To submit comments, corrections, or other contributions to the text, please visit <a href="http://www.svnbook.com/">http://www.svnbook.com/</a>.</p>
</div>
</body>
</html>