Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

svn::dump::reader(3) [osx man page]

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)

Check Out this Related Man Page

SVN::Dump::Reader(3pm)					User Contributed Perl Documentation				    SVN::Dump::Reader(3pm)

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->new( $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, \%options ) Create a new "SVN::Dump::Reader" attached to the $fh filehandle. The only supported option is "check_digest", which is disabled by default. read_record( ) Read and return a new SVN::Dump::Record object from the dump filehandle. If the option "check_digest" is enabled, this method will recompute the digests for a dump without deltas, based on the information in the "Text-content-md5" and "Text-content-sha1" headers (if the corresponding "Digest::" module is available). In case of a mismatch, the routine will "die()" with an exception complaining about a "checksum mismatch". 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
Copyright 2006-2011 Philippe 'BooK' Bruhat, All Rights Reserved. LICENSE
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2011-03-22 SVN::Dump::Reader(3pm)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

core dump

does any one have read a core dump? is there any reader for that? or may i know what is the use of that core which takes sometimes memory in GBs? :) (6 Replies)
Discussion started by: sskb
6 Replies

2. Programming

Core Dump Info

Hi all, I am new on solaris. I want to know that, how to generate a core dump file. And how can i extract the information of the segmentation fault from the core dump file. I am producing the segmentation fault with the following code. #include<stdio.h> int main() { int *p; *p = 10;... (3 Replies)
Discussion started by: Saurabh78
3 Replies

3. UNIX for Advanced & Expert Users

Occasional Core Dump

Hi, We have one application (c language) installed on our AIX 5.2. When we enter some large amount of data in one screen and do update, it is dumping core some times without any error (like bus error, segmentation fault). Next we open the application again and enter the same data and do update.... (4 Replies)
Discussion started by: venkatmyname
4 Replies

4. Linux

Adobe Reader in RHEL4

Hi, Anyone knows if RHEL4 is packaged with Adobe Acrobat Reader? I need Adobe Reader in linux to open PDF file. There's a download on adobe site but I think that requires some dollars to avail the software. May be if RHEL4 has Adobe Reader package with it, there is no need to spend dollars. ... (5 Replies)
Discussion started by: etcpasswd
5 Replies

5. UNIX for Dummies Questions & Answers

Grep Headers

Hi! Trying to find string and then put the above Headers of corresponding fist line. After executing a Property command a get this output: SP/CH-CH Span Name Type TG Idle InUse OffHk OnHk Ring -------- ------------------------------ ------ ---- ----- ----- ----- 02/01-24 CARRIERSS7... (6 Replies)
Discussion started by: Joel_john
6 Replies

6. AIX

AIX 6.1 SVN

Can anybody provide me with useful links how to install SVN on AIX 6.1? (10 Replies)
Discussion started by: wwwzviadi
10 Replies

7. Shell Programming and Scripting

Perl, open multiple files with wildcards

I have a question regarding Perl scripting. If I want to say open files that all look like this and assign them to a filehandle and then assign the filehandle to a variable, how do I do this? The file names are strand1.fa.gz.tmp strand2.fa.gz.tmp strand3.fa.gz.tmp strand4.fa.gz.tmp ...... (6 Replies)
Discussion started by: japaneseguitars
6 Replies

8. Shell Programming and Scripting

SED question

I have the following string: "File Reader" I also have a list of directories: "File Reader (#53)" "CSV Writer (#47)" "Scorer (#22)" I want to search the name of each directory until I find "File Reader". Then, I want the corresponding number to be returned. For example, if I am... (7 Replies)
Discussion started by: xan.amini
7 Replies

9. Shell Programming and Scripting

cut the variable from the line and use it to find the file and read the content of that file

Hi, I am working on one script..I am having files in the below format file 1 (each line is separated with : delimeter) SPLASH:SPLASH:SVN CIB/MCH:MCH:SVN Now I want from file 1 that most left part of the first line will store in... (6 Replies)
Discussion started by: rohit22hamirpur
6 Replies

10. What is on Your Mind?

Do you read books with an ebook reader?

I bought a Sony PRS-650 Reader to read books and I'm loving it. For one thing, there are zillions of free books in epub format available for download for free. Many of them are out of print, so you would have to pay a high price to get a printed copy. Most current releases have to be paid for,... (15 Replies)
Discussion started by: KenJackson
15 Replies

11. Shell Programming and Scripting

Insert values

HI Guys, I have a data in a file in the below format 45783 23457 23556 54584 Now i want to convert this data into the below format reader='45783' or reader='23457' or reader='23556' or reader='54584' Please help how to convert as i am applying loop but not able to get the data... (6 Replies)
Discussion started by: jaituteja
6 Replies

12. Shell Programming and Scripting

Thread Dump

I used take thread dump when our application gets out of memory issue. can any one help on check thread dump result. where it will save tool to read thread dump.:wall: date; kill -3 process_id; sleep 300; kill -3 process_id; sleep 300; kill -3 process_id;date (5 Replies)
Discussion started by: ram5019
5 Replies

13. UNIX for Advanced & Expert Users

SVN installation in UNIX

Hi all, I need ur help in installing SVN for unix. I am desperately need some helps on how to install SVN in unix. I have downloaded subversion-1.7.4.tar.gz . I have unzipped it and when i tried to ./configure it. I am unable to do so getting the error like "-bash: /.configure: No such... (5 Replies)
Discussion started by: dpak10
5 Replies

14. UNIX for Advanced & Expert Users

Copy files from SVN Server

Hi, We have a SVN server on which the developers upload their source code which is in the form of a .ear file or a folder. We login to the SVN server using our credentials and then go to the directory in which the application is placed and then click on the download link to download the... (6 Replies)
Discussion started by: mohtashims
6 Replies

15. Programming

Popular Plugins && SVN

Forgive me if this is a rather stupid but I am writing some code using Python for a project at work and was wondering if there was a way to download the entire "Popular" plugins directory in a single shot? I currently have to to look at 34 pages: https://wordpress.org/plugins/browse/popular/... (4 Replies)
Discussion started by: metallica1973
4 Replies