Changeset 6627
- Timestamp:
- Mar 26, 2009, 11:26:55 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/system_tools.py
r6625 r6627 82 82 msg += 'ANUGA will try to obtain the version info ' 83 83 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. ' 85 86 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' 86 90 msg += 'Good luck!' 87 91
Note: See TracChangeset
for help on using the changeset viewer.