📄 ch02s02.html
字号:
</p> </li> <li> <p> <span class="guimenu">View</span>-><span class="guimenuitem">Refresh workspace</span> (<span><b class="shortcut"><span class="keysym">Shift+F5</span></b></span>) : Refreshes both the <a href="ch02s02.html#esvn-file-view">File View</a> and <a href="ch02s02.html#esvn-tree-view">Tree View</a>. </p> </li> <li> <p> <span class="guimenu">View</span>-><span class="guimenuitem">Refresh online</span> (<span><b class="shortcut"><span class="keysym">Shift+F5</span></b></span>) : Refreshes both the <a href="ch02s02.html#esvn-file-view">File View</a> and <a href="ch02s02.html#esvn-tree-view">Tree View</a> and compares the revision number of all local files with those in the repository. </p> </li> <li> <p> <span class="guimenu">View</span>-><span class="guimenuitem">Toolbars</span> : Displays a sub menu listing the available <a href="ch02s02.html#esvn-toolbar">Toolbar</a> options. </p> </li> <li> <p> <span class="guimenu">View</span>-><span class="guimenuitem">Hide unknown files</span> (<span><b class="shortcut"><span class="keysym">Ctrl+H</span></b></span>) : Toggles visibility of files with the status "- unknown -" in the <a href="ch02s02.html#esvn-file-view">File View</a>. </p> </li> <li> <p> <span class="guimenu">View</span>-><span class="guimenuitem">Toolbars</span> : Clears all output from the output pane. </p> </li> </ul> </div> <p> </p> <p><a name="esvn-fpara-modify-menu"></a><b>Modify Menu. </b> </p> <div class="itemizedlist"> <ul type="disc"> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Update</span> (<span><b class="shortcut"><span class="keysym">Alt+U</span></b></span>) : Updates all local, unmodified files with new versions that may be residing in the repository (see <a href="ch03s09.html" title="Updating Local Copy">the section called “Updating Local Copy”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Update revision ...</span> (<span><b class="shortcut"><span class="keysym">Ctrl+U</span></b></span>) : Displays the update dialog used to specify a revision number or date to which the local copy should be updated. Forward and backward revision updates are possible (<a href="ch03s10.html" title="Updating the Revision">the section called “Updating the Revision”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Commit</span> (<span><b class="shortcut"><span class="keysym">Alt+C</span></b></span>) : Commits changes made locally back to the repository (see <a href="ch03s11.html" title="Committing to the Repository">the section called “Committing to the Repository”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Add</span> (<span><b class="shortcut"><span class="keysym">Alt+A</span></b></span>) : Adds a folder or file to the workspace directory so that it comes under <span><b class="application">subversion</b></span> control. The file or folder is only added to the server repository on the next commit operation (see <a href="ch03s12.html" title="Adding to the Repository">the section called “Adding to the Repository”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Add recursive ...</span> (<span><b class="shortcut"><span class="keysym">Ctrl+A</span></b></span>) : Adds a folder and its contents to the local repository so that it comes under <span><b class="application">subversion</b></span> control. The folder and its contents are only added to the server repository on the next commit operation (see <a href="ch03s13.html" title="Recursive Addition">the section called “Recursive Addition”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Delete</span> (<span><b class="shortcut"><span class="keysym">Alt+D</span></b></span>) : Deletes a folder or file from the working copy (see <a href="ch03s14.html" title="Deleting">the section called “Deleting”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Copy (local)</span> (<span><b class="shortcut"><span class="keysym">Alt+Q</span></b></span>) : Displays the copy dialog used to specify a source folder path or file located in the workspace directory and the local destination to which it will be copied (see <a href="ch03s15.html" title="Copying Local Files">the section called “Copying Local Files”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Copy (remote)</span> (<span><b class="shortcut"><span class="keysym">Ctrl+Q</span></b></span>) : Displays the copy dialog used to specify a source folder path or file located in a remote repository and the remote destination to which it will be copied (see <a href="ch03s16.html" title="Copying Remote Files">the section called “Copying Remote Files”</a>) </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Move ...</span> (<span><b class="shortcut"><span class="keysym">Alt+V</span></b></span>) : Displays the move dialog used to specify a source folder or file and the destination to which it will be moved (see <a href="ch03s17.html" title="Moving Items">the section called “Moving Items”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Make directory ...</span> (<span><b class="shortcut"><span class="keysym">Alt+G</span></b></span>) : Displays the make a directory dialog used to specify a folder name that will be created under the folder selected in the <a href="ch02s02.html#esvn-tree-view">Tree View</a>. </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Merge</span> (<span><b class="shortcut"><span class="keysym">Alt+M</span></b></span>) : Displays the merge dialog used to specify to sources whose differences will be merged to a given location (see <a href="ch03s18.html" title="Merging">the section called “Merging”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Switch</span> (<span><b class="shortcut"><span class="keysym">Alt+S</span></b></span>) : Displays the switch dialog used to specify a new location to which the local source will be updated (see <a href="ch03s19.html" title="Switching a Working Copy">the section called “Switching a Working Copy”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Revert</span> (<span><b class="shortcut"><span class="keysym">Alt+R</span></b></span>) : Roles back all edits on the selected local item to the last version in the server repository (see <a href="ch03s20.html" title="Reverting">the section called “Reverting”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Revert recursive</span> (<span><b class="shortcut"><span class="keysym">Ctrl+R</span></b></span>) : Roles back all edits on the selected local folder and it contents to the last version in the server repository (see <a href="ch03s20.html" title="Reverting">the section called “Reverting”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Cleanup</span> (<span><b class="shortcut"><span class="keysym">Alt+Z</span></b></span>) : Performs a recursive cleanup of the workspace directory, removing stale locks and resuming uncompleted operations (see <a href="ch03s21.html" title="Cleaning up">the section called “Cleaning up”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Resolved</span> (<span><b class="shortcut"><span class="keysym">Alt+E</span></b></span>) : Removes conflicted state from selected folders or files (see <a href="ch03s22.html" title="Resolving Conflicts">the section called “Resolving Conflicts”</a>). </p> </li> <li> <p> <span class="guimenu">Modify</span>-><span class="guimenuitem">Edit</span> (<span><b class="shortcut"><span><b class="keycap">F4</b></span></b></span>) : Opens the selected file with the editor specified (see <a href="ch03s07.html" title="Configuring Options">the section called “Configuring Options”</a>). </p> </li> </ul> </div> <p> </p> <p><a name="esvn-fpara-query-menu"></a><b>Query Menu. </b> </p> <div class="itemizedlist"> <ul type="disc"> <li> <p> <span class="guimenu">Query</span>-><span class="guimenuitem">Log</span> (<span><b class="shortcut"><span class="keysym">Alt+L</span></b></span>) : Displays commit log messages (see <a href="ch03s24.html" title="Log">the section called “Log”</a>). </p> </li> <li> <p> <span class="guimenu">Query</span>-><span class="guimenuitem">Info</span> (<span><b class="shortcut"><span class="keysym">Alt+I</span></b></span>) : Displays information about a selected path (see <a href="ch03s25.html" title="Info">the section called “Info”</a>). </p> </li> <li> <p> <span class="guimenu">Query</span>-><span class="guimenuitem">Status</span> (<span><b class="shortcut"><span class="keysym">Alt+S</span></b></span>) : Displays the status of a selected item. If a folder displays status of folder contents (see <a href="ch03s26.html" title="Status">the section called “Status”</a>). </p> </li> <li> <p> <span class="guimenu">Query</span>-><span class="guimenuitem">Properties</span> (<span><b class="shortcut"><span class="keysym">Alt+P</span></b></span>) : Displays the properties associated with the selected path (see <a href="ch03s27.html" title="Properties">the section called “Properties”</a>). </p> </li> <li> <p> <span class="guimenu">Query</span>-><span class="guimenuitem">Diff</span> (<span><b class="shortcut"><span><b class="keycap">F9</b></span></b></span>) : Displays the diff dialog used to specify a version in the repository against which to compare the local item (see <a href="ch03s29.html" title="Quick Diff">the section called “Quick Diff”</a>). </p> </li> <li> <p> <span class="guimenu">Query</span>-><span class="guimenuitem">Quick Diff</span> (<span><b class="shortcut"><span class="keysym">Shft+F9</span></b></span>) : Displays the difference between the current local and the last revision in the repository (see <a href="ch03s28.html" title="Diff">the section called “Diff”</a>).
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -