103
103
if user is None: return (None, None, None)
105
105
jail = os.path.join(ivle.conf.jail_base, user)
108
108
return (user, jail, path)
111
119
"""Given a path on the LOCAL file system, determines whether the path has
112
120
its "ivle:published" property active (in subversion). Returns True