Fix docs: you should export the repository when you are making a release, not checkout.

This commit is contained in:
paul 2006-09-01 09:31:17 +00:00
parent 2571cb9fef
commit b82014f27b
1 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@ The release process boils down to the following steps:<br>
It is assumed that the person doing the release has a read/write access
to the LiveSupport version control system. As a first step of the
release process, a fresh copy of the version control repository is
checked out, so as to insure that:<br>
exported, so as to insure that:<br>
<ul>
<li>the release contains exactly the files that are in the version
control system</li>
@ -54,7 +54,7 @@ control system</li>
To get a fresh copy of the LiveSupport repository, execute the
following in an empty directory:<br>
<br>
<pre><code>svn checkout svn+ssh://&lt;username&gt;@code.campware.org/home/svn/repo/livesupport/trunk/livesupport</code><br></pre>
<pre><code>svn export svn+ssh://&lt;username&gt;@code.campware.org/home/svn/repo/livesupport/trunk/livesupport</code><br></pre>
<br>
Where <code>&lt;username&gt;</code> is the user name for accessing the
repository of the person making the release.<br>
@ -152,7 +152,7 @@ This will tag the current state of the repository with the tag <code>livesupport
enabling later retrieval of this specific state.<br>
<h1>Updating Trac</h1>
Add the new version number to the Version pull-down menu in Trac by
Add the new version number to the Version pull-down menu in Trac by
executing
<pre><code>trac-admin /usr/local/trac-projects/livesupport version add &lt;ls-version&gt;</code></pre>
on <code>code.campware.org</code>.