![]() | ![]() | ![]() | svn-version | ![]() |
| &key directory program | [Function] |
Purpose
Obtain the Subversion
compact version number of a working copy.
Package :gbbopen-tools
Module :os-interface
Arguments and values
directory | One of the following:
| |
program | A string specifying the name of the program to be run (default
is "svnversion" | |
version-string-or-nil | A string or nil
|
Returns
A string containing the compact version number or nil
if the
program svnversion
Description
LispWorks (non-Windows platforms) and
SBCL do not use a search path for
locating program, the full path must be specified in the program
string.
Examples
> (svn-version) "525" > (svn-version :program "/usr/bin/svnversion") "525" > (svn-version :directory ':my-app-root) "73:76M" >
The GBBopen Project
![]() | ![]() | ![]() | svn-version | ![]() |