Skip to content

Commit

Permalink
Rewording in order to avoid misinterpretations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jerboaa authored and NelleV committed Jan 22, 2012
1 parent b98b540 commit b84128c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions config/environments/development.rb
Expand Up @@ -148,8 +148,9 @@
###################################################################
# Change this to 'REPOSITORY_EXTERNAL_SUBMITS_ONLY = true' if you
# are using Subversion as a storage backend and the instructor wants his/her
# students to submit to the repositories by command-line only. If you
# set this to true, students won't be able to submit via the Web interface.
# students to submit to the repositories Subversion clients only. Set this
# to true if you intend to force students to submit via Subversion
# clients only. The MarkUs Web interface for submissions will be read-only.
REPOSITORY_EXTERNAL_SUBMITS_ONLY = false

###################################################################
Expand Down
7 changes: 4 additions & 3 deletions config/environments/production.rb
Expand Up @@ -172,9 +172,10 @@
###################################################################
# Change this to 'REPOSITORY_EXTERNAL_SUBMITS_ONLY = true' if you
# are using Subversion as a storage backend and the instructor wants his/her
# students to submit to the repositories by command-line only. Set this
# to true if you plan to let students submit via the standard subversion
# client.
# students to submit to the repositories Subversion clients only. Set this
# to true if you intend to force students to submit via Subversion
# clients only. The MarkUs Web interface for submissions will be read-only.
# in that case.
REPOSITORY_EXTERNAL_SUBMITS_ONLY = false

###################################################################
Expand Down
5 changes: 3 additions & 2 deletions config/environments/test.rb
Expand Up @@ -148,8 +148,9 @@
###################################################################
# Change this to 'REPOSITORY_EXTERNAL_SUBMITS_ONLY = true' if you
# are using Subversion as a storage backend and the instructor wants his/her
# students to submit to the repositories by command-line only. If you
# set this to true, students won't be able to submit via the Web interface.
# students to submit to the repositories Subversion clients only. Set this
# to true if you intend to force students to submit via Subversion
# clients only. The MarkUs Web interface for submissions will be read-only.
REPOSITORY_EXTERNAL_SUBMITS_ONLY = false

###################################################################
Expand Down

0 comments on commit b84128c

Please sign in to comment.