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

« back to all changes in this revision

Viewing changes to doc/man/tour.rst

  • Committer: William Grant
  • Date: 2010-02-15 03:32:35 UTC
  • Revision ID: grantw@unimelb.edu.au-20100215033235-ewagn9ss78e4oond
There is now a link to view a project's submissions directly on the offering index. Describe this.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
commits, you can examine a student's work by simply checking out the correct
193
193
revision of the repository.
194
194
 
195
 
From the Projects page, click on the "Phase 1" heading. This takes you to a
196
 
page which lists the latest submissions from every student (presumably you
197
 
will just see the submission made by "studenta" earlier in this tour). Next to
198
 
each submission is a command line, beginning with "svn co". For instance, you
199
 
might see the line::
 
195
From the offering page, click "View submissions" under the project of interest.
 
196
This takes you to a page which lists the latest submissions from every student
 
197
(presumably you will just see the submission made by "studenta" earlier in
 
198
this tour). Next to each submission is a command line, beginning with
 
199
``svn co``. For instance, you might see the line::
200
200
 
201
201
 svn co --username lecturer -r7 http://svn.ivle.localhost/users/studenta/ivle-102/phase1.html
202
202