Package eoxserver
[hide private]
[frames] | no frames]

Package eoxserver

source code

Submodules [hide private]

Functions [hide private]
 
get_svn_revision(path=None)
Returns the SVN revision in the form SVN-XXXX, where XXXX is the revision number.
source code
 
get_version() source code
Variables [hide private]
  VERSION = (0, 4, None, 'dev', 0)
  SVN_REV = '$Id: __init__.py 2372 2013-03-15 20:07:59Z meissls $'
  __package__ = 'eoxserver'
Function Details [hide private]

get_svn_revision(path=None)

source code 
Returns the SVN revision in the form SVN-XXXX, where XXXX is the revision number. Returns SVN-unknown if anything goes wrong, such as an unexpected format of internal SVN files. If path is provided, it should be a directory whose SVN info you want to inspect. If it's not provided, this will use the root django/ package directory.