⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 ch03s09.html

📁 linux 下的 图形化的 SVN 相当于 VSS
💻 HTML
字号:
<html>   <head>      <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">         <title>Updating Local Copy</title>      <link rel="stylesheet" href="corpstyle.css" type="text/css">      <meta name="generator" content="DocBook XSL Stylesheets V1.65.1">      <link rel="home" href="index.html" title="The eSvn User Manual">      <link rel="up" href="ch03.html" title="Chapter&nbsp;3.&nbsp;Using eSvn">      <link rel="previous" href="ch03s08.html" title="Refresh Operations">      <link rel="next" href="ch03s10.html" title="Updating the Revision">   </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">Updating Local Copy</th>            </tr>            <tr>               <td width="20%" align="left"><a accesskey="p" href="ch03s08.html"><img src="common/navig/prev.gif" alt="Prev"></a>&nbsp;               </td>               <th width="60%" align="center">Chapter&nbsp;3.&nbsp;Using eSvn</th>               <td width="20%" align="right">&nbsp;<a accesskey="n" href="ch03s10.html"><img src="common/navig/next.gif" alt="Next"></a></td>            </tr>         </table>         <hr>      </div>      <div class="sect1" lang="en">         <div class="titlepage">            <div>               <div>                  <h2 class="title" style="clear: both"><a name="esvn-update-local"></a>Updating Local Copy                  </h2>               </div>            </div>            <div></div>         </div>         <p>To bring changes from the repository into the local working copy use the Update option                    (            <span class="guimenu">Modify</span>-&gt;<span class="guimenuitem">Update</span> (<span><b class="shortcut"><span class="keysym">Alt+U</span></b></span>)            ). When a file is selected from the File View the update is performed on                    the selected resource. When a folder is selected in the Tree View the update is perform on                    all folders and files.         </p>         <p>During an update results are displayed in the Output log pane. For each updated item a                    line will start with a character reporting the action taken. These characters have the                    following meaning:         </p>         <div class="variablelist">            <dl>               <dt><span class="term">A</span></dt>               <dd>                  <p>Added</p>               </dd>               <dt><span class="term">D</span></dt>               <dd>                  <p>Deleted</p>               </dd>               <dt><span class="term">U</span></dt>               <dd>                  <p>Updated</p>               </dd>               <dt><span class="term">C</span></dt>               <dd>                  <p>Conflict</p>               </dd>               <dt><span class="term">G</span></dt>               <dd>                  <p>Merged</p>               </dd>            </dl>         </div>         <p>A character in the first column signifies an update to the actual file, while updates to                    the file's properties are shown in the second column.         </p>      </div>      <div class="navfooter">         <hr>         <table width="100%" summary="Navigation footer">            <tr>               <td width="40%" align="left"><a accesskey="p" href="ch03s08.html"><img src="common/navig/prev.gif" alt="Prev"></a>&nbsp;               </td>               <td width="20%" align="center"><a accesskey="u" href="ch03.html"><img src="common/navig/up.gif" alt="Up"></a></td>               <td width="40%" align="right">&nbsp;<a accesskey="n" href="ch03s10.html"><img src="common/navig/next.gif" alt="Next"></a></td>            </tr>            <tr>               <td width="40%" align="left" valign="top">Refresh Operations&nbsp;</td>               <td width="20%" align="center"><a accesskey="h" href="index.html"><img src="common/navig/home.gif" alt="Home"></a></td>               <td width="40%" align="right" valign="top">&nbsp;Updating the Revision</td>            </tr>         </table>      </div>   </body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -