~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: 2010-07-27 12:09:13 UTC
  • mto: This revision was merged to the branch mainline in revision 1826.
  • Revision ID: grantw@unimelb.edu.au-20100727120913-v0kfnwxzbiwrjnue
(simple)json always returns a unicode when decoding, while cjson returned a str where possible. This makes cPickle unhappy, so convert back to a str.

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
than one minute. It's important to commit often, and commit small changes with
209
209
useful commit logs, so your team mates can follow the changes you are
210
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 (which should include your IVLE username), as well as a
 
217
password. To check out an IVLE repository, 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>Password:</strong> This is different from your IVLE password. It
 
223
    is displayed on your settings page under "Subversion password".</li>
 
224
</ul>
 
225
<p>See the documentation for your Subversion client for more assistance.</p>
211
226
</div>