- Timestamp:
- Jan 10, 2007, 2:23:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/abstract_2d_finite_volumes/util.py
r4159 r4160 544 544 # Create dummy info 545 545 info = 'Revision: Version info could not be obtained.' 546 info += 'A command line version of svn and access to the ' 546 info += 'A command line version of svn must be availbable ' 547 info += 'on the system PATH, access to the subversion ' 547 548 info += 'repository is necessary and the output must ' 548 549 info += 'contain a line starting with "Revision:"' … … 551 552 fid = os.popen('svn info') 552 553 except: 553 msg = 'svn is not recognised '554 msg = 'svn is not recognised on the system PATH' 554 555 warn(msg, UserWarning) 555 556 else:
Note: See TracChangeset
for help on using the changeset viewer.