Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.211.114 Times

Cvs::Simple 0.06

Company: Stephen Cardie
Date Added: August 11, 2013  |  Visits: 475

Cvs::Simple

Report Broken Link
Printer Friendly Version


Product Homepage
Download (39 downloads)



Cvs::Simple is an attempt to provide an easy-to-use wrapper that allows cvs commands to be executed from within a Perl program, without the programmer having to wade through the (many) cvs global and command-specific options.<br /><br />UTILITY METHODS<br /><br />new ( [ CONFIG_ITEMS ] )<br /><br /> Creates an instance of Cvs::Simple.<br /><br /> CONFIG_ITEMS is a hash of configuration items. Recognised configuration items are:<br /><br /> cvs_bin<br /> external<br /> callback<br /><br /> See the method descriptions below for details of these. If none are specified, CVS::Simple will choose some sensible defaults.<br />callback ( CMD, CODEREF )<br /><br /> Specify a function pointed to by CODEREF to be executed for every line output by CMD.<br /><br /> Permitted values of CMD are All (executed on every line of output), add, commit, checkout, diff, update. CMD is also permitted to be undef, in which case, it will be assumed to be All.<br /><br /> cvs_cmd passes two arguments to callbacks: the actual command called, and the line returned by CVS.<br /><br /> See the tests for examples of callbacks.<br />unset_callback ( CMD )<br /><br /> Remove the callback set for CMD.<br />cvs_bin ( PATH )<br /><br /> Specifies the location and name of the CVS binary. Default to /usr/bin/cvs.<br />cvs_cmd ( )<br /><br /> cvs_cmd() does the actual work of calling the equivalent CVS command. If any callbacks have been set, they will be executed for every line received from the command. If no callbacks have been set, all output is to STDOUT.<br />external( REPOSITORY )<br /><br /> Specify an "external" repository. This can be a genuinely remote repository in :ext:user@repos.tld:/path/to/cvsroot format, or an alternative repository on the local host. This will be passed to the -d CVS global option.<br /><br />CVS METHODS<br /><br />add ( FILE1, [ .... , FILEx ] )<br />add_bin ( FILE1, [ .... , FILEx ] )<br /><br /> Add a file or files to the repository; equivalent to cvs add file1, ...., or cvs add -kb file1, ... in the case of add_bin().<br />co ( TAG, MODULE )<br /><br /> Alias for checkout()<br /><br />checkout ( MODULE )<br />checkout ( TAG, MODULE )<br /><br /> Note that co() can be used as an alias for checkout().<br /><br />ci<br /><br /> Alias for commit().<br /><br />commit ( )<br />commit ( FILELIST_ARRAYREF )<br />commit ( TAG )<br />commit ( TAG, FILELIST_ARRAYREF )<br /><br /> These are the equivalent of cvs commit -m "", cvs commit -m "" file1, file2, ...., fileN, cvs commit -r TAG -m "" and cvs commit -r TAG -m "" file1, file2, ...., fileN respectively.<br /><br /> Note that ci() can be used as an alias for commit().<br />diff ( FILE_OR_DIR )<br />diff ( TAG1, TAG2, FILE_OR_DIR )<br /><br /> FILE_OR_DIR is a single file, or a directory, in the sandbox.<br /><br /> Performs context diff: equivalent to cvs diff -c FILE_OR_DIR or cvs diff -c -rTAG1 -rTAG2 FILE_OR_DIR.<br />merge ( OLD_REV, NEW_REV, FILENAME )<br /><br /> This is the equivalent of cvs -q update -jOLD_REV -jNEW_REV FILENAME. Note for callback purposes that this is actually an update().<br />backout ( CURRENT_REV, REVERT_REV, FILENAME )<br />undo ( CURRENT_REV, REVERT_REV, FILENAME )<br /><br /> Reverts from CURRENT_REV to REVERT_REV. Equivalent to cvs update -jCURRENT_REV -jREVERT_REV FILENAME.<br /><br /> Note that backout() can be used as an alias for undo().<br /><br /> Note that for callback purposes this is actually an update().<br />upd<br /><br /> Alias for update().<br /><br />update ( )<br />update ( FILE1, [ ...., FILEx ] );<br /><br /> Equivalent to cvs -q update -d and cvs -d update file1, ..., filex.<br /><br /> Note that updates to a specific revision (-r) and sticky-tag resets (-A) are not currently supported.<br /><br /> Note that upd() is an alias for update().<br />up2date ( )<br /><br /> Short-hand for cvs -nq update -d.<br />status ( )<br />status( file1 [, ..., ... ] )<br /><br /> Equivalent to cvs status -v.

Requirements: No special requirements
Platforms: *nix, Linux
Keyword: Alias Callback Callbacks Commit Current Rev Equivalent Executed File File Dir Filename Module Output Quotquot Repository Revert Rev Update
Users rating: 0/10

License: Freeware Size: 10.24 KB
USER REVIEWS
More Reviews or Write Review


CVS::SIMPLE RELATED
Programming  -  HeaderDoc Services 1.1
headerdocServices is a little program which takes the current text selection or file selection and process it with the headerdoc2html script to get the code documentation. When you're building the code documentation from the text...
20.48 KB  
Desktop Toys  -  Dropbox Screenlet 0.3.1
Dropbox Screenlet is a desktop screenlet to monitor the current status of the file-syncing service Dropbox. - Displays the output of the 'dropbox status' command - Displays current quota and use of the quota - Opens local...
30.72 KB  
Programming  -  Params::CallbackRequest 1.19
Params::CallbackRequest is a Perl module that provides functional and object-oriented callbacks to method and function parameters. Callbacks may be either code references provided to the new() constructor, or methods defined in subclasses of...
30.72 KB  
Libraries  -  LibSysCTr 0.2
LibSysCTr is a utility library that can be used to intercept system call functions on a Linux system. Process monitoring and sandboxing are just two of the potential usages of LibSysCTr. Internally the LibSysCTr library uses the ptrace(2)...
317.44 KB  
Database Tools  -  vladzur Database 0.8
A connection to a MySQL database can be established and SQL INSERT, UPDATE, DELETE and DESCRIBE queries can be executed from parameters that specify the tables, fields and values to...
10 KB  
Virus Scanners  -  Norton AntiVirus Definitions Update
As viruses are discovered, the NAV definition files grow to address current viruses. Download this file for the latest in virus detection and repair for the Norton product line.
 
Shell & Desktop  -  Closebracket 0.0.4
Closebracket let you define multiple shell actions in a single command to speed up the typing of the most repetitive shell commands. The command name of Closebracket is `] and `][, thats because these characters are near the "Enter" key and it is...
8.19 KB  
Libraries  -  ClearCase::Wrapper::DSB 1.12
ClearCase::Wrapper::DSB Perl module contains David Boyces contributed cleartool wrapper functions. SYNOPSIS This is an overlay module for ClearCase::Wrapper containing David Boyces non-standard extensions. See perldoc ClearCase::Wrapper for...
18.43 KB  
Utilities  -  doinkd 0.01
doinkd project is a "daemon" that runs on a machine to keep an eye on current users. If users have been idle for too long, or have been logged on for too long, it will warn them and log them out appropriately. The types of checks that doinkd...
57.34 KB  
Libraries  -  Rsync::Config::Module 0.3.1
Rsync::Config::Module is a module entry from a rsync configuration file. Rsync::Config::Module is used to create a module who can be later used in generating a rsync configuration file. Each module is made by atoms (Rsync::Config::Atom)....
22.53 KB  
NEW DOWNLOADS IN LINUX SOFTWARE, PROGRAMMING
Linux Software  -  EasyEDA PCB Designer for Linux 2.0.0
EasyEDA, a great web based EDA(Electronics Design Automation) tool, online PCB tool, online PCB software for electronics engineers, educators, students, makers and enthusiasts. Theres no need to install any software. Just open EasyEDA in any...
34.4 MB  
Linux Software  -  wpCache® WordPress HTTP Cache 1.9
wpCache® is a high-performance, distributed object, caching system application, generic in nature, but intended for use in speeding up dynamic web applications, by decreasing database load time. wpCache® decreases dramatically the page...
3.51 MB  
Linux Software  -  Polling Autodialer Software 3.4
ICTBroadcast Auto Dialer software has a survey campaign for telephone surveys and polls. This auto dialer software automatically dials a list of numbers and asks them a set of questions that they can respond to, by using their telephone keypad....
488 B  
Linux Software  -  Total Video Converter Mac Free 3.5.5
Total Video Converter Mac Free developed by EffectMatrix Ltd is the official legal version of Total Video Converter which was a globally recognized brand since 2006. Total Video Converter Mac Free is a free but powerful all-in-one video...
17.7 MB  
Linux Software  -  Skeith mod_log_sql Analyzer 2.10beta2
Skeith is a php based front end for analyzing logs for Apache using mod_log_sql.
47.5 KB  
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB