Christopher Ness <chris@nesser.org>
r852675 | kfogel | 2005-01-05 18:20:25 +0000 (Wed, 05 Jan 2005)
* www/project_faq.html
(hidden-log): New entry.
Patch by: Christopher Ness <chris@nesser.org>
(Tweaked by me.)
r854966 | cmpilato | 2005-05-31 18:48:32 +0000 (Tue, 31 May 2005)
Make 'svnversion' work when no explicit paths are provided.
Patch by: Christopher Ness <chris@nesser.org>
* subversion/svnversion/main.c
(main): Prints the version of the current working directory
when called without arguments instead of the usage message.
(help): Update the usage message.
* subversion/svnversion/svnversion.1
Documentation Update
r855533 | julianfoad | 2005-07-28 16:57:59 +0000 (Thu, 28 Jul 2005)
Allow date inputs without leading zeros, for convenience.
Disallow zero as a day-of-month number.
Patch by: Christopher Ness <chris@nesser.org>
* subversion/libsvn_subr/date.c: Don't require leading zeros in the Month,
Day and Hour for templates which have separators.
Check to make sure the day is not less than 1.
* subversion/tests/libsvn_subr/time-test.c: Add tests to verify the changes.
r855639 | djames | 2005-08-03 14:15:56 +0000 (Wed, 03 Aug 2005)
* swig/python/tests/pool.py:
Replace calls to "assertFalse' and "assertTrue" with calls to
"assertEqual", so that this test will work with older versions
of Python.
Suggested by: Christopher Ness <chris@nesser.org>
(Thanks for the bug report, Chris!)
r855640 | djames | 2005-08-03 14:38:38 +0000 (Wed, 03 Aug 2005)
* swig/python/libsvn_swig_py/swigutil_py.c:
(svn_swig_py_pool_destroyed): Fix const typecast warning.
Suggested by: Christopher Ness <chris@nesser.org>