155
155
req.write("File not found")
156
156
elif os.path.isdir(path):
157
157
# It's a directory. Return the directory listing.
159
158
req.content_type = mime_dirlisting
160
159
req.headers_out['X-IVLE-Return'] = 'Dir'
161
160
# Start by trying to do an SVN status, so we can report file version