r63477 - in /trunk/libsvn-hooks-perl/lib/SVN: Hooks.pm Hooks/CheckMimeTypes.pm Hooks/JiraAcceptance.pm

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Thu Oct 7 21:11:31 UTC 2010


Author: angelabad-guest
Date: Thu Oct  7 21:11:20 2010
New Revision: 63477

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=63477
Log:
Upload unpatched

Modified:
    trunk/libsvn-hooks-perl/lib/SVN/Hooks.pm
    trunk/libsvn-hooks-perl/lib/SVN/Hooks/CheckMimeTypes.pm
    trunk/libsvn-hooks-perl/lib/SVN/Hooks/JiraAcceptance.pm

Modified: trunk/libsvn-hooks-perl/lib/SVN/Hooks.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/lib/SVN/Hooks.pm?rev=63477&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/lib/SVN/Hooks.pm (original)
+++ trunk/libsvn-hooks-perl/lib/SVN/Hooks.pm Thu Oct  7 21:11:20 2010
@@ -54,8 +54,8 @@
 =head1 USER TUTORIAL
 
 In order to really understand what this is all about you'll need to
-understand Subversion L<http://subversion.tigris.org/> and its
-hooks L<http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html#svn.reposadmin.create.hooks>.
+understand L<Subversion|http://subversion.tigris.org/> and its
+L<hooks|http://svnbook.red-bean.com/nightly/en/svn.reposadmin.create.html#svn.reposadmin.create.hooks>.
 
 Subversion is a version control system, and as such it is used to
 maintain current and historical versions of files and
@@ -89,8 +89,8 @@
 comply to a set of policies. The C<post-commit> can be used to log or
 alert interested parties about the commit just done.
 
-There are several useful hook scripts
-available at Lhttp://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/>,
+There are several useful L<hook scripts
+available|http://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/>,
 mainly for those three associated with the commit operation. However,
 when you try to combine the functionality of two or more of those
 scripts in a single hook you normally end up facing two problems.
@@ -147,7 +147,7 @@
 =item SVN::Hooks::CheckJira
 
 Integrate Subversion with the
-JIRA L<http://www.atlassian.com/software/jira/> ticketing system.
+L<JIRA|http://www.atlassian.com/software/jira/> ticketing system.
 
 =item SVN::Hooks::CheckLog
 

Modified: trunk/libsvn-hooks-perl/lib/SVN/Hooks/CheckMimeTypes.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/lib/SVN/Hooks/CheckMimeTypes.pm?rev=63477&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/lib/SVN/Hooks/CheckMimeTypes.pm (original)
+++ trunk/libsvn-hooks-perl/lib/SVN/Hooks/CheckMimeTypes.pm Thu Oct  7 21:11:20 2010
@@ -23,7 +23,7 @@
 set.
 
 The plugin was based on the
-check-mime-type.pl L<http://svn.digium.com/view/repotools/check-mime-type.pl>
+L<check-mime-type.pl|http://svn.digium.com/view/repotools/check-mime-type.pl>
 script.
 
 It's active in the C<pre-commit> hook.

Modified: trunk/libsvn-hooks-perl/lib/SVN/Hooks/JiraAcceptance.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsvn-hooks-perl/lib/SVN/Hooks/JiraAcceptance.pm?rev=63477&op=diff
==============================================================================
--- trunk/libsvn-hooks-perl/lib/SVN/Hooks/JiraAcceptance.pm (original)
+++ trunk/libsvn-hooks-perl/lib/SVN/Hooks/JiraAcceptance.pm Thu Oct  7 21:11:20 2010
@@ -21,9 +21,9 @@
 This SVN::Hooks plugin is deprecated. Please, consider using the
 SVN::Hooks::CheckJira plugin instead.
 
-This plugin was derived from version 1.3 of the JIRA Commit
+This plugin was derived from version 1.3 of the L<JIRA Commit
 Acceptance
-Plugin L<http://svn.atlassian.com/svn/public/contrib/jira/jira-commitacceptance-plugin/jars/jira-commitacceptance-plugin-1.3-client-scripts.zip>
+Plugin|http://svn.atlassian.com/svn/public/contrib/jira/jira-commitacceptance-plugin/jars/jira-commitacceptance-plugin-1.3-client-scripts.zip>
 by ferenc.kiss at midori.hu.
 
 When enabled, it requires that any commits affecting some parts of the




More information about the Pkg-perl-cvs-commits mailing list