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

« back to all changes in this revision

Viewing changes to doc/man/tour.rst

  • Committer: Matt Giuca
  • Date: 2010-07-21 04:33:55 UTC
  • Revision ID: matt.giuca@gmail.com-20100721043355-o4smn5lhtcu6am7o
doc/man/tour: Updated tour describing the lecturer project view: Now uses svn export not svn co, and there is no longer a warning that you might have to use svn cat instead.

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
This takes you to a page which lists the latest submissions from every student
201
201
(presumably you will just see the submission made by ``studenta`` earlier in
202
202
this tour). Next to each submission is a command line, beginning with
203
 
``svn co``. For instance, you might see the line::
 
203
``svn export``. For instance, you might see the line::
204
204
 
205
 
 svn co --username lecturer -r7 http://svn.ivle.localhost/users/studenta/ivle-102/phase1.html
 
205
 svn export --username lecturer -r7 'http://svn.ivle.localhost/users/studenta/ivle-102/phase1.html' studenta.html
206
206
 
207
207
Paste this line into a command-line (or, if you use a GUI Subversion client,
208
208
use the username, revision and URL given). Subversion will likely prompt for a
211
211
password by going to your user settings page (it is hidden by default, for
212
212
security reasons).
213
213
 
214
 
This will check out the student's work into the current directory, to inspect.
 
214
This will download the student's work into the current directory, to inspect.
215
215
 
216
216
You can also try to check out the group submission from Phase 2.
217
217
 
218
 
.. warning::
219
 
   It is currently not possible to check out a single file (not a directory)
220
 
   submission using the instructions given. Instead, run ``svn cat``, and
221
 
   redirect the output into a file.
222
 
 
223
218
Managing worksheets and exercises
224
219
---------------------------------
225
220