~svn/ubuntu/raring/subversion/ppa

« back to all changes in this revision

Viewing changes to contrib/hook-scripts/README

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-05 01:26:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051205012614-qom4xfypgtsqc2xq
Tags: 1.2.3dfsg1-3ubuntu1
Merge with the final Debian release of 1.2.3dfsg1-3, bringing in
fixes to the clean target, better documentation of the libdb4.3
upgrade and build fixes to work with swig1.3_1.3.27.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
These are scripts that might be useful to run from repository hooks.
 
2
Your Mileage May Vary.
 
3
 
 
4
   1. check-case-insensitive.pl
 
5
      This script makes your repository case insensitive (given a
 
6
      specific locale): it checks if a file with the same name
 
7
      but different case already exists in the repository and possibly
 
8
      aborts the commit.
 
9
 
 
10
   2. check-mime-type.pl
 
11
      Force the svn:mime-type and - in case of text files - svn:eol-style
 
12
      properties to be in place.
 
13
 
 
14
   3. commit-block-joke.pl
 
15
      Prevents some committers from committing certain revisions.
 
16
 
 
17
   4. pre-commit-check.py
 
18
      Template for writing pre-commit checks with the python bindings.
 
19
 
 
20
 
 
21
$Id: README 13274 2005-03-06 09:32:28Z dionisos $