~ivle-dev/ivle/debian-packaging

« back to all changes in this revision

Viewing changes to doc/man/tour.rst

  • Committer: William Grant
  • Date: 2010-03-18 09:04:24 UTC
  • mfrom: (1099.1.689 trunk)
  • Revision ID: grantw@unimelb.edu.au-20100318090424-klrjwfq8smz9m1jd
Merge 1.0.1 (trunk r1788).

Show diffs side-by-side

added added

removed removed

Lines of Context:
208
208
use the username, revision and URL given). Subversion will likely prompt for a
209
209
password. For the sample data, this password is ``password``, but in general, it
210
210
will **not** be your normal IVLE password. You can learn your Subversion
211
 
password by opening a Console in IVLE and typing::
212
 
 
213
 
 import ivle.config
214
 
 ivle.config.Config()['user_info']['svn_pass']
 
211
password by going to your user settings page (it is hidden by default, for
 
212
security reasons).
215
213
 
216
214
This will check out the student's work into the current directory, to inspect.
217
215