* tools/client-side/change-svn-wc-format.py
commita7171472edb096e9a0587df4e2e16d27c0061c30
authorepg <epg@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Sat, 17 Nov 2007 00:04:06 +0000 (17 00:04 +0000)
committerepg <epg@612f8ebc-c883-4be0-9ee0-a4e9ef946e3a>
Sat, 17 Nov 2007 00:04:06 +0000 (17 00:04 +0000)
tree255a170e88c6725f236a8bff400a9fef1b66f260
parent1081b9ccc440fa264a8832cc034441e8b8cffe5d
* tools/client-side/change-svn-wc-format.py
  (usage_and_exit): Document --skip-unknown-format option.
  (WCFormatConverter.error_on_unrecognized): Add new attribute, initially True.
  (WCFormatConverter.write_dir_format): If self.error_on_unrecognized
    let the UnrecognizedWCFormatException out
    else catch it, just print a warning, and keep going.
  (main): Set converter.error_on_unrecognized to False if the
    --skip-unknown-format option is given.

git-svn-id: http://svn.collab.net/repos/svn/trunk@27880 612f8ebc-c883-4be0-9ee0-a4e9ef946e3a
tools/client-side/change-svn-wc-format.py