svn commit: r1386593 - /subversion/trunk/subversion/libsvn_auth_gnome_keyring/gnome_keyring.c

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 13:00:48 2012 New Revision: 1386593 URL: http://svn.apache.org/viewvc?rev=1386593view=rev Log: * subversion/libsvn_auth_gnome_keyring/gnome_keyring.c (password_set_gnome_keyring, password_set_gnome_keyring): Don't bother figuring out the name of the default

svn commit: r1386594 - /subversion/trunk/subversion/libsvn_auth_gnome_keyring/gnome_keyring.c

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 13:06:14 2012 New Revision: 1386594 URL: http://svn.apache.org/viewvc?rev=1386594view=rev Log: * subversion/libsvn_auth_gnome_keyring/gnome_keyring.c (get_default_keyring_name): The (currently single) caller of this function forgot to free the result string

svn commit: r1386601 - /subversion/trunk/subversion/libsvn_auth_gnome_keyring/gnome_keyring.c

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 13:15:53 2012 New Revision: 1386601 URL: http://svn.apache.org/viewvc?rev=1386601view=rev Log: Follow-up to r1386594: * subversion/libsvn_auth_gnome_keyring/gnome_keyring.c (): Include apr_strings.h for apr_pstrdup() declaration. Modified:

svn commit: r1386632 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 14:32:00 2012 New Revision: 1386632 URL: http://svn.apache.org/viewvc?rev=1386632view=rev Log: * tools/dist/unix-build/Makefile.svn: Compile with gnome-keyring support if gnome-keyring libraries can be found. Modified:

svn commit: r1386645 - /subversion/site/publish/roadmap.html

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 14:59:24 2012 New Revision: 1386645 URL: http://svn.apache.org/viewvc?rev=1386645view=rev Log: * publish/roadmap.html (next-release-status): Mark local moves item as in-progress again, and link to issue #4232 which is a release blocker. Modified:

svn commit: r1386654 - /subversion/site/publish/docs/release-notes/1.8.html

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 15:19:14 2012 New Revision: 1386654 URL: http://svn.apache.org/viewvc?rev=1386654view=rev Log: * publish/docs/release-notes/1.8.html: Document 'svn diff' enhancements. Modified: subversion/site/publish/docs/release-notes/1.8.html Modified:

svn commit: r1386673 - /subversion/site/publish/docs/release-notes/1.8.html

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 15:53:54 2012 New Revision: 1386673 URL: http://svn.apache.org/viewvc?rev=1386673view=rev Log: * publish/docs/release-notes/1.8.html: Mention 'svn log --search'. Modified: subversion/site/publish/docs/release-notes/1.8.html Modified:

svn commit: r1386676 - /subversion/site/publish/docs/release-notes/1.8.html

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 15:55:13 2012 New Revision: 1386676 URL: http://svn.apache.org/viewvc?rev=1386676view=rev Log: * publish/docs/release-notes/1.8.html: Missing p from previous commit. Modified: subversion/site/publish/docs/release-notes/1.8.html Modified:

svn commit: r1386679 - /subversion/site/publish/docs/release-notes/1.8.html

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 15:57:53 2012 New Revision: 1386679 URL: http://svn.apache.org/viewvc?rev=1386679view=rev Log: * publish/docs/release-notes/1.8.html (svn-diff): Wrap example invocations in a pre tag. Modified: subversion/site/publish/docs/release-notes/1.8.html Modified:

svn commit: r1386680 - /subversion/site/publish/docs/release-notes/1.8.html

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 16:01:03 2012 New Revision: 1386680 URL: http://svn.apache.org/viewvc?rev=1386680view=rev Log: * publish/docs/release-notes/1.8.html (svn-diff): Show proper example diff output. Modified: subversion/site/publish/docs/release-notes/1.8.html Modified:

svn commit: r1386684 - /subversion/site/publish/docs/release-notes/1.8.html

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 16:03:33 2012 New Revision: 1386684 URL: http://svn.apache.org/viewvc?rev=1386684view=rev Log: * publish/docs/release-notes/1.8.html (svn-log-search): Put $ in front of 'svn log' invocation examples for consistency with other sections. Modified:

svn commit: r1386693 - in /subversion/branches/inheritable-props/subversion: libsvn_client/ libsvn_ra/ libsvn_ra_local/ libsvn_ra_serf/ libsvn_ra_svn/

2012-09-17 Thread pburba
Author: pburba Date: Mon Sep 17 16:23:09 2012 New Revision: 1386693 URL: http://svn.apache.org/viewvc?rev=1386693view=rev Log: On the inheritable-props branch: De-rev svn_ra_get_dir3/svn_ra_get_file2 back to svn_ra_get_dir2/svn_ra_get_file, removing support for getting iprops. The only callers

svn commit: r1386696 - /subversion/trunk/configure.ac

2012-09-17 Thread stsp
Author: stsp Date: Mon Sep 17 16:29:25 2012 New Revision: 1386696 URL: http://svn.apache.org/viewvc?rev=1386696view=rev Log: * configure.ac: Don't raise a fatal error if --with-gnome-kerying was passed but the necessary things can't be found. Just print a warning and move on without

svn propchange: r1386696 - svn:log

2012-09-17 Thread stsp
Author: stsp Revision: 1386696 Modified property: svn:log Modified: svn:log at Mon Sep 17 16:33:10 2012 -- --- svn:log (original) +++ svn:log Mon Sep 17 16:33:10 2012 @@ -1,3 +1,3 @@ -* configure.ac: Don't raise a fatal

svn commit: r1386703 - in /subversion/branches/inheritable-props/subversion: include/svn_props.h libsvn_subr/properties.c

2012-09-17 Thread pburba
Author: pburba Date: Mon Sep 17 16:34:11 2012 New Revision: 1386703 URL: http://svn.apache.org/viewvc?rev=1386703view=rev Log: On the inheritable-props branch: Remove two unused APIs which were added during development work on this branch. * subversion/include/svn_props.h

svn commit: r1386708 - in /subversion/branches/inheritable-props: ./ configure.ac subversion/libsvn_auth_gnome_keyring/gnome_keyring.c subversion/libsvn_ra_serf/util.c tools/dev/unix-build/Makefile.sv

2012-09-17 Thread pburba
Author: pburba Date: Mon Sep 17 16:37:29 2012 New Revision: 1386708 URL: http://svn.apache.org/viewvc?rev=1386708view=rev Log: On the inheritable-props branch: Sync with ^/subversion/trunk through r1386705. Modified: subversion/branches/inheritable-props/ (props changed)