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

« back to all changes in this revision

Viewing changes to bin/ivle-refreshfilesystem

  • Committer: William Grant
  • Date: 2009-12-08 03:17:04 UTC
  • Revision ID: grantw@unimelb.edu.au-20091208031704-qnfmk420nzqwk3zh
ivle-refreshfilesystem will now rebuild the Subversion htpasswd file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
112
112
        junk(os.path.join(repo_root, 'groups'), repo)
113
113
 
114
114
 
 
115
    logging.info("Rebuild Subversion password file.")
 
116
    for user in store.find(User, state=u'enabled'):
 
117
        ivle.makeuser.make_svn_auth(
 
118
            store, user.login, config, throw_on_error=True)
115
119
    logging.info("Rebuilding Subversion user configuration.")
116
120
    ivle.makeuser.rebuild_svn_config(store, config)
117
121
    logging.info("Rebuilding Subversion group configuration.")