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::Log::Filter::XML(3) User Contributed Perl Documentation SVK::Log::Filter::XML(3)NAME
SVK::Log::Filter::XML - display log messages in XML format
SYNOPSIS
> svk log --xml
<?xml version="1.0" encoding="utf-8"?>
<log>
<logentry revision="1234" original="456">
<author>author</author>
<date>2006-05-16T15:43:28.889532Z</date>
<msg>This is the commit message for the revision.</msg>
</logentry>
</log>
> svk log --output xml
...
DESCRIPTION
The XML filter is an output filter for displaying log messages in XML format. The organization of the XML format should be self-
explanatory after a little experimentation. The format is designed to be compatible with Subversion's XML output, so you should be able to
use tools like <http://ch.tudelft.nl/~arthur/svn2cl/> without any modification. However, since SVK supports arbitary log filters (see
SVK::Log::Filter for details on writing one), it may be easier to write your own output format than to process the XML.
This filter is invoked implicitly when you specify the "--xml" argument to SVK's log command. Two arguments to the log command modify
XML's behavior.
quiet
Providing this command-line option to the log command prevents the XML filter from displaying the contents of the log message. All other
information is displayed as usual.
verbose
Providing this command-line option to the log command makes the XML filter display history information for each revision. The history
includes the kind of modification (modify, add, delete) and any copy history for each path that was modified in the revision.
STASH /PROPERTY MODIFICATIONS
XML leaves all properties and the stash intact.
perl v5.10.0 2008-08-04 SVK::Log::Filter::XML(3)
: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)
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)
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)
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)
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)
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)
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)
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)
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)
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)