Fix docs: you should export the repository when you are making a release, not checkout.
This commit is contained in:
parent
2571cb9fef
commit
b82014f27b
|
@ -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
|
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
|
to the LiveSupport version control system. As a first step of the
|
||||||
release process, a fresh copy of the version control repository is
|
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>
|
<ul>
|
||||||
<li>the release contains exactly the files that are in the version
|
<li>the release contains exactly the files that are in the version
|
||||||
control system</li>
|
control system</li>
|
||||||
|
@ -54,7 +54,7 @@ control system</li>
|
||||||
To get a fresh copy of the LiveSupport repository, execute the
|
To get a fresh copy of the LiveSupport repository, execute the
|
||||||
following in an empty directory:<br>
|
following in an empty directory:<br>
|
||||||
<br>
|
<br>
|
||||||
<pre><code>svn checkout svn+ssh://<username>@code.campware.org/home/svn/repo/livesupport/trunk/livesupport</code><br></pre>
|
<pre><code>svn export svn+ssh://<username>@code.campware.org/home/svn/repo/livesupport/trunk/livesupport</code><br></pre>
|
||||||
<br>
|
<br>
|
||||||
Where <code><username></code> is the user name for accessing the
|
Where <code><username></code> is the user name for accessing the
|
||||||
repository of the person making the release.<br>
|
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>
|
enabling later retrieval of this specific state.<br>
|
||||||
|
|
||||||
<h1>Updating Trac</h1>
|
<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
|
executing
|
||||||
<pre><code>trac-admin /usr/local/trac-projects/livesupport version add <ls-version></code></pre>
|
<pre><code>trac-admin /usr/local/trac-projects/livesupport version add <ls-version></code></pre>
|
||||||
on <code>code.campware.org</code>.
|
on <code>code.campware.org</code>.
|
||||||
|
|
Loading…
Reference in New Issue