Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News SmartSVN 4.0.6 (Default branch) Post 302240329 by Linux Bot on Thursday 25th of September 2008 12:20:04 PM
Old 09-25-2008
SmartSVN 4.0.6 (Default branch)

ImageSmartSVN is a feature-rich and easy-to-use Subversion client. It runs on Linux, Mac OS X, OS/2, Unix, and Windows. In addition to the normal SVN commands like checkout, update, commit, merge, etc., it provides tag and branch handling (no need to deal with URLs just to switch to a different tag or branch), a built-in file compare and conflict solver, and much more. There is no need to install additional tools for handling SVN working copies, like a command line SVN client or a file comparison tool.Image

Image

More...
 
SVN::Dump::Reader(3)					User Contributed Perl Documentation				      SVN::Dump::Reader(3)

NAME
SVN::Dump::Reader - A Subversion dump reader SYNOPSIS
# !!! You should use SVN::Dump, not SVN::Dump::Reader !!! use SVN::Dump::Reader; my $reader = SVN::Dump::Reader( $fh ); my $record = $reader->read_record(); DESCRIPTION
The "SVN::Dump::Reader" class implements a reader object for Subversion dumps. METHODS
The following methods are available: new( $fh ) Create a new "SVN::Dump::Reader" attached to the $fh filehandle. read_record( ) Read and return a new SVN::Dump::Record object from the dump filehandle. read_header_block( ) Read and return a new SVN::Dump::Headers object from the dump filehandle. read_property_block( ) Read and return a new SVN::Dump::Property object from the dump filehandle. read_text_block( ) Read and return a new SVN::Dump::Text object from the dump filehandle. The "read_..." methods will die horribly if asked to read inconsistent data from a stream. SEE ALSO
SVN::Dump, SVN::Dump::Headers, SVN::Dump::Property, SVN::Dump::Text. COPYRIGHT &; LICENSE Copyright 2006 Philippe 'BooK' Bruhat, All Rights Reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2008-06-12 SVN::Dump::Reader(3)
All times are GMT -4. The time now is 03:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy