Changeset 1495 in tailor


Ignore:
Timestamp:
04/19/08 15:57:45 (5 years ago)
Author:
lele@…
Hash name:
20080419135745-97f81-7b0449d3f273ff35948b976ab48f9b44de5bbf08
Message:

Mention the "trust-root" option in the error message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vcpx/repository/svn.py

    r1491 r1495  
    523523 
    524524        if lastok is None: 
    525             raise ConfigurationError("%r is not the root of a svn repository." % 
     525            raise ConfigurationError('%r is not the root of a svn repository. If ' 
     526                                     'you are sure it is indeed, you may try setting ' 
     527                                     'the option "trust-root" to "True".' % 
    526528                                     self.repository.repository) 
    527529        elif lastok <> self.repository.repository: 
Note: See TracChangeset for help on using the changeset viewer.