source: issm/trunk/src/m/os/jplsvn.m@ 13975

Last change on this file since 13975 was 13395, checked in by Mathieu Morlighem, 12 years ago

merged trunk-jpl and trunk for revision 13393

File size: 347 bytes
RevLine 
[12155]1function JPL_SVN=jplsvn()
2%ISSMDIR - Get JPL_SVN environment variable
3%
4% Usage:
5% JPL_SVN=jplsvn()
6
[13170]7if ~ispc(),
[12155]8 JPL_SVN =getenv('JPL_SVN');
9else
10 JPL_SVN =getenv('JPL_SVN_WIN');
11end
12
13if (isempty(JPL_SVN)),
14 error('jplsvn error message: ''JPL_SVN'' environment variable is empty! You should define JPL_SVN in your .cshrc or .bashrc');
15end
Note: See TracBrowser for help on using the repository browser.