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

« back to all changes in this revision

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

  • Committer: David Coles
  • Date: 2010-07-28 10:52:48 UTC
  • mfrom: (1791.2.10 mediahandlers)
  • Revision ID: coles.david@gmail.com-20100728105248-zvbn9g72v1nsskvd
A series of HTML5 based media handlers using the <audio> and <video> tags.  
This replaces the previous page that just showed a download link (which is 
already available on the menu).

Also solves issue where media files were downloaded by the client twice (once 
in an AJAX request intended only for text).

Known issues:
    * Bug #588285: External BHO will not be able to play media due to not
      having IVLE cookie.
    * Bug #610745: Does not correctly preview revisions
    * Bug #610780: Ogg media does not work in Chromium

Show diffs side-by-side

added added

removed removed

Lines of Context:
213
213
TortoiseSVN or Subclipse), you can access your user and group Subversion
214
214
repositories from outside of IVLE.</p>
215
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>
 
216
repository URL, a username and a password. To check out an IVLE repository,
 
217
use the following details:</p>
218
218
<ul>
219
219
  <li><strong>URL:</strong> For your own repository, the "Subversion URL"
220
220
    displayed on your settings page. There is currently no way to view the URL
221
221
    for group repositories.</li>
 
222
  <li><strong>Username:</strong> Your IVLE username.</li>
222
223
  <li><strong>Password:</strong> This is different from your IVLE password. It
223
224
    is displayed on your settings page under "Subversion password".</li>
224
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>
225
230
<p>See the documentation for your Subversion client for more assistance.</p>
226
231
</div>