NAME
SmokeRunner::Multi::TestSet::SVN - Represents a set of test based on an SVN checkout
SYNOPSIS
my $set = SmokeRunner::Multi::TestSet->new( set_dir => 'path/to/set' );
DESCRIPTION
This test set subclass will be used when a test set is an SVN checkout, which is determined by looking for a .svn directory in the set directory.
METHODS
This class provides the following methods:
$set->last_mod_time()
This subclass will run svn info on the checkout's URI to get the last modified time for the whole set, not just test files.
$set->update_files()
This calls svn up to update the test set.
AUTHOR
Dave Rolsky, <autarch@urth.org>
BUGS
Please report any bugs or feature requests to bug-smokerunner-multi@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
COPYRIGHT & LICENSE
Copyright 2007 LiveText, Inc., All Rights Reserved.
This program is free software; you can redistribute it and /or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.