📄 ch03s05.html
字号:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Importing a File System</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 3. Using eSvn"> <link rel="previous" href="ch03s04.html" title="Browsing Remote Repositories"> <link rel="next" href="ch03s06.html" title="Exporting a Folder System"> </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">Importing a File System</th> </tr> <tr> <td width="20%" align="left"><a accesskey="p" href="ch03s04.html"><img src="common/navig/prev.gif" alt="Prev"></a> </td> <th width="60%" align="center">Chapter 3. Using eSvn</th> <td width="20%" align="right"> <a accesskey="n" href="ch03s06.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-import"></a>Importing a File System </h2> </div> </div> <div></div> </div> <p>To place a new project (copy an unversioned tree of files) into a <span><b class="application">subversion</b></span> repository for the first time use the Import option ( <span class="guimenu"> <span class="accel">F</span>ile</span>-><span class="guimenuitem">Import ...</span> ). The <tt class="interfacename">Import</tt> dialog has the following fields: </p> <div class="variablelist"> <dl> <dt><span class="term"> <span class="bold"><b>URL</b></span> </span></dt> <dd> <p>The <i class="glossterm">Universal Resource Locater <span class="abbrev">URL</span> </i> where the remote repository can be found </p> <p><b>For example: </b> <b class="userinput"><tt>svn://esvn.umputun.com/esvn/trunk</tt></b> </p> <div class="caution" style="margin-left: 0.5in; margin-right: 0.5in;"> <table border="0" summary="Caution"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Caution]" src="common/admon/caution.png"></td> <th align="left"></th> </tr> <tr> <td colspan="2" align="left" valign="top"> <p>Ensure that no leading or lagging blank spaces are inserted before/after the URL string. If this happens an error is returned. </p> </td> </tr> </table> </div> </dd> <dt><span class="term"> <span class="bold"><b>Local path</b></span> </span></dt> <dd> <p>A path to a folder resource on the local system. Use the eclipse button to navigate to and specify the path. </p> </dd> <dt><span class="term"> <span class="bold"><b>Non-recursive</b></span> </span></dt> <dd> <p>Performs import without recursing into child folders. Only folders and files located in the root of the path will be copied, not their contents. </p> </dd> <dt><span class="term"> <span class="bold"><b>Message</b></span> </span></dt> <dd> <p>A field with which to provide a free text message.</p> </dd> </dl> </div> <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;"> <table border="0" summary="Note"> <tr> <td rowspan="2" align="center" valign="top" width="25"><img alt="[Note]" src="common/admon/note.png"></td> <th align="left"></th> </tr> <tr> <td colspan="2" align="left" valign="top"> <p>It is customary to organize projects by trunk, branches, and tags. However, not all projects are arranged in this way. While <span><b class="application">eSvn</b></span> can still be used to manage projects that are not maintained in this structure, certain features of <span><b class="application">eSvn</b></span> will be depreciated. For example, when displaying a branch or tag folder <span><b class="application">eSvn</b></span> adds the <span class="inlinemediaobject"><img src="images/b-16x16.png"></span> or <span class="inlinemediaobject"><img src="images/t-16x16.png"></span>. These will not be displayed if the project structure does not use the trunk, branches, and tags method. In addition the functionality of the <tt class="interfacename">URL wizard</tt> to automatically change paths will no longer function. </p> </td> </tr> </table> </div> </div> <div class="navfooter"> <hr> <table width="100%" summary="Navigation footer"> <tr> <td width="40%" align="left"><a accesskey="p" href="ch03s04.html"><img src="common/navig/prev.gif" alt="Prev"></a> </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"> <a accesskey="n" href="ch03s06.html"><img src="common/navig/next.gif" alt="Next"></a></td> </tr> <tr> <td width="40%" align="left" valign="top">Browsing Remote Repositories </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"> Exporting a Folder System</td> </tr> </table> </div> </body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -