Lufs
view release on metacpan - search on metacpan
view release on metacpan or search on metacpan
lib/Lufs/Svn.pm view on Meta::CPAN
sub umount {
my $self = shift;
$self->SUPER::umount(@_);
}
sub release {
my $self = shift;
$self->commit($_[0]);
}
sub update {
my $self = shift;
$self->{svn}->update(@_);
}
sub checkout {
my $self = shift;
system("rm -rf $self->{config}{root}/{.svn,*}") if (length($self->{config}{root}) > 3 && -d $self->{config}{root});
$self->{svn}->checkout($self->{config}{uri}, $self->{config}{root});
}
view all matches for this distributionview release on metacpan - search on metacpan
( run in 1.062 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )