~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to ivle/webapp/filesystem/browser/help-svn.html

  • Committer: William Grant
  • Date: 2011-08-24 08:24:12 UTC
  • Revision ID: me@williamgrant.id.au-20110824082412-t63nzi53fv1agcb4
Use --no-install-recommends in ivle-dev-setup, to avoid installing several hundred megabytes of TeX.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
  "Add", then "Commit" to fix this. Note that files which aren't part of your
47
47
  project and don't need to be saved, such as ".pyc" files, should be left as
48
48
  temporary files, and not added to the repository.</li>
 
49
<li><strong>Temporary file (ignored)</strong>: A temporary file which is
 
50
  recommended not to be added to the repository. This is automatically
 
51
  selected based on the file extension. For example, ".pyc" files are ignored
 
52
  by default.</li>
49
53
<li><img src="/+media/ivle.webapp.core/images/svn/added.png" />
50
54
  <strong>Added</strong>: The file is not committed to the repository, but has
51
55
  been added with the "Add" command. It will be placed under revision control
204
208
than one minute. It's important to commit often, and commit small changes with
205
209
useful commit logs, so your team mates can follow the changes you are
206
210
making.</p>
 
211
<h2 id="external">External Subversion access</h2>
 
212
<p>If you have a Subversion client (e.g., command-line <code>svn</code>,
 
213
TortoiseSVN or Subclipse), you can access your user and group Subversion
 
214
repositories from outside of IVLE.</p>
 
215
<p>Subversion clients perform <strong>checkout</strong> operations, given a
 
216
repository URL, a username and a password. To check out an IVLE repository,
 
217
use the following details:</p>
 
218
<ul>
 
219
  <li><strong>URL:</strong> For your own repository, the "Subversion URL"
 
220
    displayed on your settings page. There is currently no way to view the URL
 
221
    for group repositories.</li>
 
222
  <li><strong>Username:</strong> Your IVLE username.</li>
 
223
  <li><strong>Password:</strong> This is different from your IVLE password. It
 
224
    is displayed on your settings page under "Subversion password".</li>
 
225
</ul>
 
226
<p>For the command-line <code>svn</code> client, the checkout command should
 
227
be of the form:</p>
 
228
<pre>svn checkout --username <i>username</i> <i>URL</i> <i>checkout-dir</i>
 
229
</pre>
 
230
<p>See the documentation for your Subversion client for more assistance.</p>
207
231
</div>