Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

svk::log::changedpaths(3) [osx man page]

SVK::Log::ChangedPaths(3)				User Contributed Perl Documentation				 SVK::Log::ChangedPaths(3)

NAME
SVK::Log::ChangedPaths - partly lazy list of SVK::Log::ChangedPath objects SYNOPSIS
use SVK::Log::ChangedPaths; my $changed_paths = SVK::Log::ChangedPaths->new( $root ); for my $changed_path ( $changed_paths->paths() ) { ... } DESCRIPTION
An object of this class represents a collection of details about the files/directories that were changed in a particular revision. Some log filters want access to information about which paths were affected during a certain revision and others don't. Using this object allows the calculation of path details to be postponed until it's truly needed. METHODS
new Accepts the return value of "SVK::Path->root()" as a parameter and constructs a SVK::Log::ChangedPaths object from it. paths Returns a list of SVK::Log::ChangedPath objects each of which represents the details of the changes to a particular path. DIAGNOSTICS
None CONFIGURATION AND ENVIRONMENT
SVK::Log::ChangedPaths requires no configuration files or environment variables. DEPENDENCIES
o SVK::Log::ChangedPath INCOMPATIBILITIES
None known BUGS AND LIMITATIONS
None known perl v5.10.0 2008-08-04 SVK::Log::ChangedPaths(3)

Check Out this Related Man Page

SVK::Merge::Info(3)					User Contributed Perl Documentation				       SVK::Merge::Info(3)

NAME
SVK::Merge::Info - Container for merge ticket information SYNOPSIS
use SVK::Merge::Info; my $minfo = SVK::Merge::Info->new( $svk_merge_property ); DESCRIPTION
An "SVK::Merge::Info" object represents a collection of merge tickets, including repository UUID, path and revision. CONSTRUCTORS
new Takes a single argument with the value of an "svk:merge" property. METHODS
add_target Add a single SVK::Target::Universal or SVK::Path to the collection of merge tickets. del_target Remove a single SVK::Target::Universal or SVK::Path from the collection of merge tickets. remove_duplicated Takes a single SVK::Merge::Info object as an argument. Removes merge tickets which are present in the argument and for which the argument's revision is less than or equal to our revision. subset_of Takes a single SVK::Merge::Info object as an argument. Returns true if our set of merge tickets is a subset of the argument's merge tickets. Otherwise, returns false. is_equal Takes a single SVK::Merge::Info object as an argument. Returns true if our set of merge tickets is equal to argument's. Otherwise, returns false. union Return a new SVK::Merge::Info object representing the union of ourself and the SVK::Merge::Info object given as the argument. resolve verbatim as_string Serializes this collection of merge tickets in a form suitable for storing as an svk:merge property. TODO
Document the merge and ticket tracking mechanism. SEE ALSO
SVK::Editor::Merge, SVK::Command::Merge, Star-merge from GNU Arch perl v5.10.0 2008-08-04 SVK::Merge::Info(3)
Man Page

15 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

when less invoked... what is the " log file "!?

:D I have been through the man pages and am not understanding the purpose of even what is a "Log File:"... I would like to be be able to access this application.. since it looks like something i could use but i am not sure what it is.. can some one clarify the matter.. and how to use it... thanx... (4 Replies)
Discussion started by: moxxx68
4 Replies

2. AIX

Log files...

hi.. Where can i find the major logfiles in AIX 5.3 and which all log files should be cleared periodically?? Bala (5 Replies)
Discussion started by: balaji_prk
5 Replies

3. Shell Programming and Scripting

Read relevent details from Log File

Hi All, We have requirement to read XML details from large Log File and save in new file name. I have enclosed the sample xml which has start tag <OUTBOUND_MESSAGE xmlns="http://www.abc.com"> and the end tag as </OUTBOUND_MESSAGE> The log file contains many lines with other details which... (6 Replies)
Discussion started by: thinakarmani
6 Replies

4. Shell Programming and Scripting

Log function

How do i write a code to convert watt to dBm and vice versa? 1o log(w) + 30 = dBm Thanks! (17 Replies)
Discussion started by: Ernst
17 Replies

5. UNIX for Dummies Questions & Answers

Doubt User Log

How can I identify usernames on UNIX, when these users don't access the server, they access folders on this server. Is it possible? :confused: (4 Replies)
Discussion started by: DyDyLc
4 Replies

6. UNIX for Dummies Questions & Answers

Log files

hi, can anybody tell me what are the log files availablr in unix? (4 Replies)
Discussion started by: palash2k
4 Replies

7. UNIX for Dummies Questions & Answers

Log files

I was asked to create a log file based on my script. I have no idea how this is done. Can you guys provide an example for me? Which includes the permission of files, date and directories. (4 Replies)
Discussion started by: khestoi
4 Replies

8. Shell Programming and Scripting

Menu / Log files - reading / display

So I'm pretty green still at this, and right now I don't even have the IF statements in just trying to get this part to work. I want to basically click optino 1,2,3,4 for which logs I want to search, and then be able to put in the variable I want to grep out? Sounds easy just not clear in my mind... (4 Replies)
Discussion started by: xgringo
4 Replies

9. Shell Programming and Scripting

Log file query

(4 Replies)
Discussion started by: LAVco
4 Replies

10. Shell Programming and Scripting

Data Extract from XML Log File

Please help me out to extract the Data from the XML Log files. So here is the data ERROR|2010-08-26 00:05:52,958|SERIAL_ID=128279996|ST=2010-08-2600:05:52|DEVICE=113.2.21.12:601|TYPE=TransactionLog... (9 Replies)
Discussion started by: raghunsi
9 Replies

11. AIX

Change Log Repair Action without using diag?

Hi Gurus, I want to change Log Repair Action remotely, or in a script. In these cases, the dial menu can not be used. Is there any command to do the job? Thank you in advance! (4 Replies)
Discussion started by: aixlover
4 Replies

12. UNIX for Dummies Questions & Answers

Log file format!

DO log files have 1 universal format. And if any body know how to depict the $1 to $10 arguments of this file. (4 Replies)
Discussion started by: nixhead
4 Replies

13. Shell Programming and Scripting

Using SED/AWK to Summarize Log File in 10min Intervals

I have this huge log file on my linux box that gets generated every day. I'm able to extract the information I need; however I really would like it to be broken down every 10mins. Log File Snippet 01:23:45 MARYHADA Maryhadalittle.lamb(): fleece as white as snow 1394 for and everywhere that... (8 Replies)
Discussion started by: ravzter
8 Replies

14. Shell Programming and Scripting

Help needed to extract distinct logs from a Log File

Hi, I urgently need some help how to extract distinct entries from a Log file. The Log File may have same error occuring many times so how do i count the occurance of an error in file and also extract out distinct errors in a file. Eg:- I have a file name A.log it contains entries as below:-... (5 Replies)
Discussion started by: roro
5 Replies

15. Red Hat

Need Script to ZIP/SAVE & then DELETE Log file & DELETE ZIPS older than 12 months

ENVIROMENT Linux: Fedora Core release 1 (Yarrow) iPlanet: iPlanet-WebServer-Enterprise/6.0SP1 Log Path: /usr/iplanet/servers/https-company/logs I have iPlanet log rotation enabled rotating files on a daily basis. The rotated logs are NOT compressed & are taking up too much space. I... (7 Replies)
Discussion started by: zachs
7 Replies