738
738
def action_svnrepostat(req, fields):
739
739
"""Discovers whether a path exists in a repo under the IVLE SVN root.
743
745
path = fields.getfirst('path')
744
746
url = ivle.conf.svn_addr + "/" + path
748
750
svnclient.callback_get_login = get_login
750
757
except pysvn.ClientError, e:
751
758
# Error code 170000 means ENOENT in this revision.