Information Currency Subversion Client 0.0.5 review

Download
by rbytes.net on

Information Currency Subversion project is a command-line client for Subversion repositories that supports the generation of informat

License: GPL (GNU General Public License)
File size: 0K
Developer: Infoeng
0 stars award from rbytes.net

Information Currency Subversion project is a command-line client for Subversion repositories that supports the generation of information currency from committed source code.

Requirements:
Libxml2
XML Security

Installation:

Once you have downloaded the source code, the following commands should work:

tar xvfj icsvn-0.0.1.tar.bz2
cd icsvn-0.0.1
./configure
SVN_LIBDIR="libdir" SVN_INCDIR="incdir" make

SVN_LIBDIR must be set to the directory where the Subversion libraries are installed (such as /usr/local/lib), and SVN_INCDIR is the directory where the Subversion header files are installed (for example, /usr/local/include/subversion-1).

After building the software with the 'make' command, you will find the icsvn executable within the icsvn directory.

To use icsvn, place the following lines in a new file $HOME/.subversion/icsvn:
#
#
[issuance-server]
#
issuance-endpoint = < ISSUER-URL >
#
[issuance-authentication]
# This must be the full path specification for a PEM-encoded key.
issuance-key-file = $HOME/.subversion/rsa-key.pem
#
[issuance-directory]
# This is the directory where new information currency is stored.
issuance-output = $HOME/.subversion/information-currency

Make sure to change $HOME to your home directory, and < ISSUER-URL > to the issuer's soap endpoint address.

What's New in This Release:
A command line option to specify the endpoint to use for information currency issuance was added.
The code was updated to correspond to ICWS-0.2.2.

Information Currency Subversion Client 0.0.5 search tags