"Matt Mitchell" <[email protected]> wrote in message news:[email protected]... > My initial idea was to make a list of all the different > ways "project" has been capitalized in my repo and try each one. The > code looks like this:
I would use pysvn.Client.list to get a list of files at whatever directory level you require. Then you can do a case insensitive compare or whatever else. -- http://mail.python.org/mailman/listinfo/python-list
