Changeset 6627


Ignore:
Timestamp:
Mar 26, 2009, 11:26:55 AM (15 years ago)
Author:
ole
Message:

Added more info to error message when svn client is absent

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/utilities/system_tools.py

    r6625 r6627  
    8282        msg += 'ANUGA will try to obtain the version info '
    8383        msg += 'by using the command: "svn info".\n'
    84         msg += 'In this case, make sure svn is accessible on the system path. '
     84        msg += 'In this case, make sure the command line client '
     85        msg += 'svn is accessible on the system path. '
    8586        msg += 'Simply aliasing svn to the binary will not work. '
     87        msg += 'If you are using Windows, you have to install the file svn.exe '
     88        msg += 'which can be obtained from e.g '
     89        msg += 'http://www.collab.net/downloads/subversion'
    8690        msg += 'Good luck!'
    8791
Note: See TracChangeset for help on using the changeset viewer.