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

« back to all changes in this revision

Viewing changes to ivle/webapp/submit/help.html

  • Committer: Matt Giuca
  • Date: 2010-02-18 05:33:30 UTC
  • Revision ID: matt.giuca@gmail.com-20100218053330-c3kuixsazmxtg49i
Correct locale setting for Subversion. Previously pysvn would throw a nasty
error on non-ASCII UTF-8 filenames, because its locale was not set to UTF-8.
Now locale.setlocale is called on all Python scripts which use pysvn
(ivle-fetchsubmissions, ivle.fileservice_lib, diffservice, svnlogservice).

bin/ivle-buildjail: Now runs locale-gen as root inside the jail when run with
-u. This is necessary to make en_US.UTF-8 a valid locale; otherwise ALL JAIL
CODE will now crash!

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
committed (displaying a green tick) will <em>not be submitted</em>.</li>
12
12
</ol>
13
13
 
14
 
<p><a class="helpaction" href="/+help/Files/Subversion">Help using
15
 
Subversion</a></p>
16
 
 
17
 
<p>To submit to a project, use the file browser to navigate to the file or
18
 
directory that you wish to submit, click "More actions...", "Submit", and then
19
 
select the correct project.</p>
 
14
<p>To submit to a project that has not yet closed, use the file browser to
 
15
navigate to the file or directory that you wish to submit, click "More
 
16
actions...", "Submit", and then select the correct project.</p>
20
17
 
21
18
<p>If the project to which you intend to submit is not listed, ensure that you
22
19
are in the correct directory, or a subdirectory thereof. For solo projects,
23
20
you must be inside the subject's "mywork" directory. For group projects, you
24
21
must be inside the directory for the assigned group.</p>
25
22
 
26
 
<p>You may resubmit a project again at any time, but a new submission will
27
 
overwrite any made earlier. You may even submit a project <em>after</em> the
28
 
deadline, but this may attract a penalty at the discretion of the subject
29
 
coordinator. IVLE will warn you if you attempt to make a late submission, so
30
 
that you can decide whether it is worth the penalty.</p>
 
23
<p>You may resubmit a project again at any time until its deadline, but a new
 
24
submission will overwrite any made earlier.</p>
31
25
 
32
26
<h2>Verifying the submission</h2>
33
27