Fix docs: you should export the repository when you are making a release, not checkout.
This commit is contained in:
parent
2571cb9fef
commit
b82014f27b
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue