544
513
paths = fields.getlist('path')
552
518
# Note: Property value doesn't matter
553
519
svnclient.propset("ivle:published", "", path, recurse=False)
557
523
def action_svnunpublish(req, fields):
558
524
"""Deletes svn property "ivle:published" on each file specified.