264
268
for status in status_list:
265
269
filename, attrs = PysvnStatus_to_fileinfo(path, status)
266
270
listing[filename.decode('utf-8')] = attrs
268
272
# Could indicate a serious SVN error, or just that the directory is
269
273
# not under version control (which is perfectly normal).
270
274
# Error code 155007 is "<dir> is not a working copy"
272
276
# This is a serious error -- let it propagate upwards
274
278
# The directory is not under version control.