Discussion:
SVNChecker 0.1 - A framework for Subversion hook scripts.
(too old to reply)
s***@freshmeat.net
2007-01-09 19:29:10 UTC
Permalink
SVNChecker 0.1
by Andreas Schreiber (http://freshmeat.net/~aschreiber/)
Tue, Jan 9th 2007 11:29

About:
SVNChecker is a framework for Subversion pre-commit hooks in order to
implement checks of the to-be-committed files before they are committed.
For example, you can check for the code style or unit tests. The output of
the checks can be send by mail, written to a file, or simply printed to the
console.


Release focus: Initial freshmeat announcement
License: The Apache License 2.0
Project URL: http://freshmeat.net/projects/svnchecker/

Homepage: http://freshmeat.net/redir/svnchecker/67950/url_homepage/SVNChecker
Zip: http://freshmeat.net/redir/svnchecker/67950/url_zip/svnchecker-0.1.zip
s***@freshmeat.net
2007-09-23 21:38:58 UTC
Permalink
SVNChecker 0.1.1
by Andreas Schreiber (http://freshmeat.net/~aschreiber/)
Sun, Sep 23rd 2007 14:38

About:
SVNChecker is a framework for Subversion pre-commit hooks in order to
implement checks of the to-be-committed files before they are committed.
For example, you can check for the code style or unit tests. The output of
the checks can be send by mail, written to a file, or simply printed to the
console.


Release focus: Minor bugfixes
License: The Apache License 2.0
Project URL: http://freshmeat.net/projects/svnchecker/

Homepage: http://freshmeat.net/redir/svnchecker/67950/url_homepage/SVNChecker
Tar/GZ: http://freshmeat.net/redir/svnchecker/67950/url_tgz/svnchecker-0.1.1.tar.gz
Zip: http://freshmeat.net/redir/svnchecker/67950/url_zip/svnchecker-0.1.1.zip
Bug tracker: http://freshmeat.net/redir/svnchecker/67950/url_bugtracker/tracker


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
s***@freshmeat.net
2008-02-10 01:48:50 UTC
Permalink
SVNChecker 0.1.2
by Andreas Schreiber (http://freshmeat.net/~aschreiber/)
Sat, Feb 9th 2008 17:48

About:
SVNChecker is a framework for Subversion pre-commit hooks in order to
implement checks of the to-be-committed files before they are committed.
For example, you can check for the code style or unit tests. The output of
the checks can be send by mail, written to a file, or simply printed to the
console.

Changes:
This release fixes a bug with spaces in path and file names.

Release focus: Minor bugfixes
License: The Apache License 2.0
Project URL: http://freshmeat.net/projects/svnchecker/

Homepage: http://freshmeat.net/redir/svnchecker/67950/url_homepage/svnchecker.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/svnchecker/67950/url_tgz/svnchecker-0.1.2.tar.gz
Zip: http://freshmeat.net/redir/svnchecker/67950/url_zip/svnchecker-0.1.2.zip
Bug tracker: http://freshmeat.net/redir/svnchecker/67950/url_bugtracker/tracker


____________________________| Advertising |____________________________
Who leads the Linux market while offering countless sponsorships, contributions,

HP, of course -- the advisor you can trust today for proven solutions you
can value over the long run. Check out our latest FOSS governance focus
involving FOSSBazaar and FOSSology – the talk of the town.

http://www.linux.com/sponsor_solutions/hpos/
____________________________| Advertising |____________________________
s***@freshmeat.net
2008-03-12 12:36:42 UTC
Permalink
SVNChecker 0.2
by Andreas Schreiber (http://freshmeat.net/~aschreiber/)
Wed, Mar 12th 2008 04:36

About:
SVNChecker is a framework for Subversion pre-commit hooks in order to
implement checks of the to-be-committed files before they are committed.
For example, you can check for the code style or unit tests. The output of
the checks can be send by mail, written to a file, or simply printed to the
console.

Changes:
The interfaces to implement a Check or Handler were changed. The
Transaction and Config classes have been improved. A lot of checks have
been enhanced. New Checks were added, including Checkout and
CaseInsensitiveFilenameClash. The configuration now supports a system-wide
file which can define configuration options which are fixed for all
installed repositories. If you want to use the hooks directory in the
configuration file, you can now use %HOOKS%, which will automatically be
replaced.

Release focus: Minor feature enhancements
License: The Apache License 2.0
Project URL: http://freshmeat.net/projects/svnchecker/

Homepage: http://freshmeat.net/redir/svnchecker/67950/url_homepage/svnchecker.tigris.org
Tar/GZ: http://freshmeat.net/redir/svnchecker/67950/url_tgz/svnchecker-0.2.tar.gz
Zip: http://freshmeat.net/redir/svnchecker/67950/url_zip/svnchecker-0.2.zip
Changelog: http://freshmeat.net/redir/svnchecker/67950/url_changelog/manual.html#AEN345
Bug tracker: http://freshmeat.net/redir/svnchecker/67950/url_bugtracker/ProjectIssues


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solaris,FreeBSD and Windows. Learn more and get a free two user
download at


http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
s***@freshmeat.net
2008-07-16 07:21:22 UTC
Permalink
SVNChecker 0.2.1
by Andreas Schreiber (http://freshmeat.net/~aschreiber/)
Wed, Jul 16th 2008 07:21

About:
SVNChecker is a framework for Subversion pre-commit hooks in order to
implement checks of the to-be-committed files before they are committed.
For example, you can check for the code style or unit tests. The output of
the checks can be send by mail, written to a file, or simply printed to the
console.

Changes:
This release fixes a couple of bugs. A bug in the pylint check that made
the check pass although it failed was fixed. The "Pylint.ConfigFile"
configuration option was made optional, and a default pylintrc will be used
if you don't specify it. A bug in the transaction module that returned an
empty file when calling getFile() more than once was fixed. A bug in the
transaction module to avoid a deadlock when receiving big files was fixed.
The SVNChecker was made compatible with Python 2.4.

Release focus: Major bugfixes
License: The Apache License 2.0
Project URL: http://freshmeat.net/projects/svnchecker/

Homepage: http://freshmeat.net/redir/svnchecker/67950/url_homepage/svnchecker.tigris.org
Tar/GZ: http://freshmeat.net/redir/svnchecker/67950/url_tgz/svnchecker-0.2.1.tar.gz
Zip: http://freshmeat.net/redir/svnchecker/67950/url_zip/svnchecker-0.2.1.zip
Changelog: http://freshmeat.net/redir/svnchecker/67950/url_changelog/manual.html#AEN345
Bug tracker: http://freshmeat.net/redir/svnchecker/67950/url_bugtracker/ProjectIssues


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at

http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
s***@freshmeat.net
2008-07-20 23:41:53 UTC
Permalink
SVNChecker 0.3
by Andreas Schreiber (http://freshmeat.net/~aschreiber/)
Sun, Jul 20th 2008 23:41

About:
SVNChecker is a framework for Subversion pre-commit hooks in order to
implement checks of the to-be-committed files before they are committed.
For example, you can check for the code style or unit tests. The output of
the checks can be send by mail, written to a file, or simply printed to the
console.

Changes:
A RejectTabs test has been added. This check parses a given set of files
(ignoring binary files) and rejects any file that contains leading tabs.

Release focus: Minor feature enhancements
License: The Apache License 2.0
Project URL: http://freshmeat.net/projects/svnchecker/

Homepage: http://freshmeat.net/redir/svnchecker/67950/url_homepage/svnchecker.tigris.org
Tar/GZ: http://freshmeat.net/redir/svnchecker/67950/url_tgz/svnchecker-0.3.tar.gz
Zip: http://freshmeat.net/redir/svnchecker/67950/url_zip/svnchecker-0.3.zip
Changelog: http://freshmeat.net/redir/svnchecker/67950/url_changelog/manual.html#AEN345
Bug tracker: http://freshmeat.net/redir/svnchecker/67950/url_bugtracker/ProjectIssues


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at

http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
Loading...