What is iw.subversion ?
This package contains helpers for SVN integration. To install it, just run:
$ python setup.py install
svn_check_source
In a community project, opened to various contributors, there are a few things to take care of in order not to break the code. I am not talking about code reviewing but about bad code editing that brakes it all.
Most frequent errors are:
<tab> insertions, that get mixed with space-based indentation
carriage return insertion, before line feeds with some weird windows editors
Instead of tracking the developers that commited such things, and send them an army of white rabbits, an automatic code check is way better. It is not a good idea though, to clean up incoming code. The best thing to do is to block unwanted changes and warn the commiters, so they learn about it.
iw.subversion provides a svn_check_source console script to do it. This script has to be called in the pre-commit hook script (look up in SVN documentation). The call should look like:
svn_check_source "$REPOS" "$TXN" || exit 1
Release files for iw.subversion 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| iw.subversion-0.1.0.tar.gz | 11.6 kB | Details |
Release files / iw.subversion-0.1.0.tar.gz
| Download URL | iw.subversion-0.1.0.tar.gz |
|---|---|
| Size | 11.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e46a71e6a21a1fe2cae7c7fa7287e566e2990b9128af08260e1d67b10a31f6c0
|
|
BLAKE2b-256 checksum How to use checksums |
4d012a44428181de7cbded93832c4e4b8a13189611f34eeef0aff53553a053b0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |