Joe Schaefer <joe_schaefer@yahoo.com> (joes)
| Patch |
Suggested |
|
r1300581,
r1300403,
r1300384,
r1300276,
r1300258,
r1300242,
r1300237,
r1299519,
r1299319,
r1299317,
r1298258,
r1298021,
r1297853,
r1297848,
r1297847,
r1297824,
r1295718,
r1294796,
r863889,
r836401 |
r859639 |
r1300581 | joes | 2012-03-14 10:05:04 -0500 (Wed, 14 Mar 2012)
* trunk/tools/server-side/README.txt
Reconnect logic is working well now- can cross this off the todo list.
r1300403 | joes | 2012-03-13 18:17:44 -0500 (Tue, 13 Mar 2012)
* svnpubsub/client.py
not good enough- 'stale' kicks in because it thinks the socket is available.
lets try closing the socket even tho connect has failed
r1300384 | joes | 2012-03-13 17:28:49 -0500 (Tue, 13 Mar 2012)
* svnpubsub/README
cause is starting to look switch-related instead of host-related
r1300276 | joes | 2012-03-13 13:30:15 -0500 (Tue, 13 Mar 2012)
* trunk/tools/server-side/svnpubsub/README
can get away with excluding certain base paths, probably don't need regexps
r1300258 | joes | 2012-03-13 12:55:56 -0500 (Tue, 13 Mar 2012)
* trunk/tools/server-side/svnpubsub/README
configurable LOGLEVEL plz
r1300242 | joes | 2012-03-13 12:17:08 -0500 (Tue, 13 Mar 2012)
* trunk/tools/server-side/svnpubsub/README
todos
r1300237 | joes | 2012-03-13 12:01:23 -0500 (Tue, 13 Mar 2012)
* trunk/tools/server-side/svnpubsub/svnpubsub/client.py
handle connect() exceptions a bit cleaner
r1299519 | joes | 2012-03-11 21:02:37 -0500 (Sun, 11 Mar 2012)
* trunk/tools/server-side/svnpubsub/svnpubsub/client.py
Force the reconnect to eventually happen. There is probably a better way of doing this, but for now this code is both necessary and sufficient.
r1299319 | joes | 2012-03-10 19:22:34 -0600 (Sat, 10 Mar 2012)
* trunk/tools/server-side/svnpubsub svnwcsub.py daemonize.py
need to reinstall default sighandlers in the second child (the actual daemon process)
r1299317 | joes | 2012-03-10 18:51:08 -0600 (Sat, 10 Mar 2012)
* trunk/tools/server-side/svnpubsub/svnwcsub.py
need to reinstall default SIGCHLD handler for python before launching subprocesses (changed by daemonize.py)
r1298258 | joes | 2012-03-07 20:06:56 -0600 (Wed, 07 Mar 2012)
* svnpubsub/rc.d/svnwcsub* - need independent log dir due to new logrotation feature
r1298021 | joes | 2012-03-07 11:02:09 -0600 (Wed, 07 Mar 2012)
* trunk/tools/server-side/svnpubsub/rc.d/svnwcsub* - make logfile and config file options configurable
r1297853 | joes | 2012-03-06 21:38:12 -0600 (Tue, 06 Mar 2012)
* svnwcsub.py - drop --config-dir options as we now properly pass env
r1297848 | joes | 2012-03-06 21:18:57 -0600 (Tue, 06 Mar 2012)
* tools/server-side/svnpubsub/svnwsub.py:
(...): revert accidential change to the #! line
r1297847 | joes | 2012-03-06 21:18:01 -0600 (Tue, 06 Mar 2012)
Set gid first before dropping uid to non-root user.
* tools/server-side/svnpubsub/svnwcsub.py:
(handle_options): set gid first
[accidental change to #! line reverted in r1297848]
r1297824 | joes | 2012-03-06 19:26:25 -0600 (Tue, 06 Mar 2012)
specify conf file
r1295718 | joes | 2012-03-01 12:12:28 -0600 (Thu, 01 Mar 2012)
add this back for the time being so we can continue running trunk in production at apache
r1294796 | joes | 2012-02-28 13:17:52 -0600 (Tue, 28 Feb 2012)
+= joes
r863889 | danderson | 2007-03-14 10:51:08 -0500 (Wed, 14 Mar 2007)
Fix a bug in the authz code, related to issue #2388: if the authz global access
check is inconclusive (ie. no decision could be made), access should be denied,
not authorized.
Patch by: Joe Schaefer <joe@sunstarsys.com>
* subversion/libsvn_repos/authz.c
(authz_global_parse_section): Continue walking the authz config as long as
the access is not determined.
(authz_get_global_access): Return FALSE if the access could not be
conclusively determined.
* subversion/tests/libsvn_repos/repos-test.c
(authz): Add a section to the test configuration that triggers the bug. Fix
the test loop to actually run all unit tests.
r859639 | rooneg | 2006-05-08 16:00:12 -0500 (Mon, 08 May 2006)
Clean up our XML parser via a pool cleanup callback instead of doing it
manually. This will be more resiliant in the face of errors.
Suggested by: Joe Schaefer <joe@sunstarsys.com>
* contrib/server-side/mod_dontdothat/mod_dontdothat.c
(dontdothat_filter): Stop cleaning up the parser.
(clean_up_parser): New helper function.
(dontdothat_insert_filters): Register a cleanup function to free the
parser.
r836401 | joes | 2009-11-15 13:53:16 -0600 (Sun, 15 Nov 2009)
create subversion dir