"Matt Mitchell" <mmitchell at transparent.com> wrote in message news:mailman.65.1267464765.23598.python-list at python.org... > 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.