GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Module::Release::SVN(3) User Contributed Perl Documentation Module::Release::SVN(3)

Module::Release::SVN - Use Subversion with Module::Release

The release script automatically loads this module if it sees a .svn directory. The module exports check_cvs, cvs_tag, and make_cvs_tag.

"Module::Release::SVN" is a plugin for "Module::Release", and provides its own implementations of the "check_vcs()" and "vcs_tag()" methods that are suitable for use with a Subversion repository rather than a CVS repository.

These methods are automatically exported in to the callers namespace using Exporter. You should only use it from "Module::Release" or its subclasses.

This module depends on the external svn binary (so far).

"check_cvs()"
DEPRECATED. Use "check_vcs" now.
"check_vcs()"
Check the state of the SVN repository.

        if($question_count)
                {
        $self->_print "\nWARNING: Subversion is not up-to-date ($question_count files unknown); ",
      "continue anyway? [Ny] " ;
                die "Exiting\n" unless <> =~ /^[yY]/;
                }
    
"cvs_tag()"
DEPRECATED. Use "vcs_tag" now.
"vcs_tag(TAG)"
Tag the release in Subversion.
"make_cvs_tag()"
DEPRECATED. Use "make_vcs_tag" now.
make_vcs_tag
By default, examines the name of the remote file (i.e. Foo-Bar-0.04.tar.gz) and constructs a tag string like "RELEASE_0_04" from it. Override this method if you want to use a different tagging scheme, or don't even call it.

Module::Release

This source is in GitHub

        https://github.com/briandfoy/module-release

brian d foy, "<bdfoy@cpan.org>"

Copyright © 2007-2021, brian d foy "<bdfoy@cpan.org>". All rights reserved.

This program is free software; you can redistribute it and/or modify it under the Artistic License 2.0.

2021-03-11 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.