dim versioning tool 0.5.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News dim versioning tool 0.5.1 (Default branch)
# 1  
Old 01-29-2009
dim versioning tool 0.5.1 (Default branch)

Image Dim is a utility to help you track the changes of items (sets composed of multiple files). It provides commands to handle the complete lifecycle of version control operations: create a library, register users (code authors), create items, save local versions, branch, clone, export, import, remove, merge, archive, replicate library content over the network or the filesystem, and access the full history and browse differences at the library, item, file, line, or word level. Dim is a single self-documented POSIX shell script. It just uses standard Unix utilities like awk, diff, tar, and openssl. License: MIT/X Consortium License Changes:
Jobs were introduced. The mklib command was replaced by mkjob. Exported versions are now signed with the committer RSA key, and can be verified by all users. The ability to remove and re-import versions while keeping a consistent and correct ancestor tree was improved. Dim has been ported to OpenSolaris and AIX. Many bugs in network transfer, merge, and metadata management were fixed. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Need to get versioning of the branch name dynamically

Hi, I need to get versioning of the branch name dynamically. can you please help us to achieve this functionality. curl https://altrecmktg.com/artifactory/mediamarketing/release-2.0.1/altrec.tar curl https://altrecmktg.com/artifactory/mediamarketing/release-2.0.2/altrec.tar everytime... (5 Replies)
Discussion started by: lkeswar
5 Replies
Login or Register to Ask a Question
CRYPTOFLEX-TOOL(1)						   OpenSC tools 						CRYPTOFLEX-TOOL(1)

NAME
cryptoflex-tool - utility for manipulating Schlumberger Cryptoflex data structures SYNOPSIS
cryptoflex-tool [OPTIONS] DESCRIPTION
cryptoflex-tool is used to manipulate PKCS data structures on Schlumberger Cryptoflex smart cards. Users can create, list and read PINs and keys stored on the smart card. User PIN authentication is performed for those operations that require it. OPTIONS
--verify-pin, -V Verifies CHV1 before issuing commands --list-keys, -l Lists all keys stored in a public key file --create-key-files arg, -c arg Creates new RSA key files for arg keys --create-pin-files id, -P id Creates new PIN file for CHVid --generate-key, -g Generate a new RSA key pair --read-key Reads a public key from the card, allowing the user to extract and store or use the public key --key-num num, -k num Specifies the key number to operate on. The default is key number 1. --app-df num, -a num Specifies the DF to operate in --prkey-file id, -p id Specifies the private key file id, id, to use --pubkey-file id, -u id Specifies the public key file id, id, to use --exponent exp, -e exp Specifies the RSA exponent, exp, to use in key generation. The default value is 3. --modulus-length length, -m length Specifies the modulus length to use in key generation. The default value is 1024. --reader num, -r num Forces cryptoflex-tool to use reader number num for operations. The default is to use reader number 0, the first reader in the system. --verbose, -v Causes cryptoflex-tool to be more verbose. Specify this flag several times to enable debug output in the opensc library. SEE ALSO
pkcs15-tool(1) opensc 06/03/2012 CRYPTOFLEX-TOOL(1)