psamuelson


Found Patch Suggested
r872032 r879956, r878988, r878952, r878636, r878624, r878622, r878121, r875036, r873078, r872960, r872433, r872432, r872431, r872430, r872429, r872381, r871982, r871981 r878196, r872584

r879956 | psamuelson | 2009-10-08 14:31:49 -0500 (Thu, 08 Oct 2009)

* STATUS: Vote for r39880, something I've wanted since November 2006.


r878988 | psamuelson | 2009-08-22 14:14:20 -0500 (Sat, 22 Aug 2009)

A small patch for building out-of-tree.  Without this, "make doc-api"
from outside the source directory will fail.  It is possible that the
whole "mkdir-init" logic could move into the configure script, so we
wouldn't need things like this.

* Makefile.in
  (doc-api): Add dependency on mkdir-init target.


r878952 | psamuelson | 2009-08-20 09:35:34 -0500 (Thu, 20 Aug 2009)

Stop spamming the console with gnome-keyring / dbus errors.  99% of the
time, when you get them, it's because you aren't using gnome-keyring at
all, so the plugin should just return silently.  See for example
http://bugs.debian.org/542403 .

* subversion/libsvn_auth_gnome_keyring/gnome_keyring.c
  (log_noop): New empty glib callback function.
  (init_gnome_keyring): Register default log callback with glib.


r878636 | psamuelson | 2009-08-04 15:09:28 -0500 (Tue, 04 Aug 2009)

* STATUS: Vote for r38166 group.


r878624 | psamuelson | 2009-08-03 23:56:27 -0500 (Mon, 03 Aug 2009)

Followup to r38548.

* www/getting.html
  (Package Maintainers): Link to role/list addresses for maintainers of
    Debian and Ubuntu packages.


r878622 | psamuelson | 2009-08-03 23:27:38 -0500 (Mon, 03 Aug 2009)

* www/getting.html
  (ubuntu): Update to a more useful URL for Ubuntu packages.


r878196 | arfrever | 2009-06-20 16:15:54 -0500 (Sat, 20 Jun 2009)

Follow-up r38004, r38014 and r38028:

* subversion/libsvn_auth_kwallet/kwallet.cpp
  (get_wid): Try to get WId from 'WINDOWID' environment variable if WId wasn't
   previously calculated.
  (get_wid, get_wallet): WId is usually unsigned, so replace '-1' with '1'.

Suggested by: psamuelson


r878121 | psamuelson | 2009-06-16 11:26:14 -0500 (Tue, 16 Jun 2009)

* STATUS: Register a concern about r38004.


r875036 | psamuelson | 2008-12-28 14:03:46 -0600 (Sun, 28 Dec 2008)

Update notes/webdav-proxy from my own experience setting one up.

* notes/webdav-proxy
  (introduction): Note not all clients need to use the proxy; mention
    speedup from network proximity, which is a major reason to deploy
    the proxy.
  (requirements): Mention mod_proxy_http, mod_dav, mod_dav_svn.
  (configuration): Clarify that svnsync can indeed be used; mention
    need for revprop-change propagation; replace a clumsy procedure of
    writing, transferring, reading, and deleting a dump file with a
    simple pipe; use -q in svnadmin {dump,load}.


r873078 | psamuelson | 2008-09-09 16:21:56 -0500 (Tue, 09 Sep 2008)

* STATUS: Vote for r31546, approving.


r872960 | psamuelson | 2008-09-03 16:55:36 -0500 (Wed, 03 Sep 2008)

* notes/svnsync.txt (FAQ): Suggest 'svnadmin setuuid' instead of
    'svnadmin load' with an ad hoc dumpfile.


r872584 | kfogel | 2008-08-17 08:42:07 -0500 (Sun, 17 Aug 2008)

* subversion/libsvn_ra_neon/session.c
  (ensure_neon_initialized): Simplify code in an obvious way,
    following up to r32497.

Suggested by: psamuelson


r872433 | psamuelson | 2008-08-03 23:16:43 -0500 (Sun, 03 Aug 2008)

* STATUS: Fix the spelling of my own name.  You'd think I would know
    it by now.  Thanks to danielsh for noticing.


r872432 | psamuelson | 2008-08-02 23:55:07 -0500 (Sat, 02 Aug 2008)

* STATUS: Nominate r32357 alongside r32355.  If we're going to
  backport something it should look pretty.


r872431 | psamuelson | 2008-08-02 23:52:50 -0500 (Sat, 02 Aug 2008)

Followup to r32355: fix coding style.

* subversion/libsvn_fs_fs/fs_fs.c (svn_fs_fs__hotcopy): Fix indentation.


r872430 | psamuelson | 2008-08-02 18:48:44 -0500 (Sat, 02 Aug 2008)

* STATUS: Nominate r32355.

r872429 | psamuelson | 2008-08-02 18:38:09 -0500 (Sat, 02 Aug 2008)

When creating a new fsfs shard directory (revs/N, revprops/N), set its
permissions correctly.

* subversion/libsvn_fs_fs/fs_fs.c
  (svn_fs_fs__hotcopy): Set permissions of a shard dir in revs/ and
    revprops/ after creating it.
  (commit_body): Ditto.


r872381 | psamuelson | 2008-07-26 18:46:36 -0500 (Sat, 26 Jul 2008)

* www/getting.html (Debian): Slightly more accurate URL.
    The old one works, but this narrows down the search slightly.


r872032 | arfrever | 2008-07-01 15:03:58 -0500 (Tue, 01 Jul 2008)

On the 'ctypes-python-bindings' branch:
Follow-up to r31953:

* autogen.py: Use os.pathsep as PATH separator.

Found by: psamuelson
Suggested by: djames


r871982 | psamuelson | 2008-06-28 15:15:02 -0500 (Sat, 28 Jun 2008)

* Makefile.in
  (copy-swig-py): Copy .py files to bindings/swig/python/libsvn/ from
    both source and build dirs.  Also ensure that __init__.py exists.

Review by: djames


r871981 | psamuelson | 2008-06-28 14:56:17 -0500 (Sat, 28 Jun 2008)

Fix 'make check-swig-rb' for an out-of-tree build: Make the ruby
testsuite now create its temporary files in the build directory, which
not only makes sense but avoids some problems with parsing relative
paths.  Also ensure that the build path, as well as the source path,
is searched for ruby libraries.

[In subversion/bindings/swig/ruby/test]

* run-test.rb (base_dir): Set to current directory.
    (base_src_dir): New name for the old base_dir.  Add it to LOAD_PATH.

* util.rb (setup_default_variables): Eliminate @base_dir; anchor all
    temporary files in the current dir rather than the source dir.

* windows_util.rb (setup_svnserve): Move svnserve temp dir likewise.

Review by: kou