Re: GSSAPI auth stopped working after upgrade

2011-12-06 Thread Daniel Shahaf
Victor Sudakov wrote on Wed, Dec 07, 2011 at 12:54:39 +0700: > Victor Sudakov wrote: > > > > I have upgraded the svn client from subversion-1.6.17 to > > subversion-1.7.2 on FreeBSD 7.4 and GSSAPI authentication stopped > > working. svn does not even try to get a Kerberos ticket and tries to > >

Re: GSSAPI auth stopped working after upgrade

2011-12-06 Thread Victor Sudakov
Victor Sudakov wrote: > > I have upgraded the svn client from subversion-1.6.17 to > subversion-1.7.2 on FreeBSD 7.4 and GSSAPI authentication stopped > working. svn does not even try to get a Kerberos ticket and tries to At least, how do I enable authentication debug in the svn client? -- Vict

GSSAPI auth stopped working after upgrade

2011-12-06 Thread Victor Sudakov
Colleagues, I have upgraded the svn client from subversion-1.6.17 to subversion-1.7.2 on FreeBSD 7.4 and GSSAPI authentication stopped working. svn does not even try to get a Kerberos ticket and tries to use DIGEST-MD5 at once. The server is still subversion-1.6.16_1 (no changes there). What has

Re: Looks like wrong value for SVN_VER_REVISION in SWIG bindings for Python and Ruby?

2011-12-06 Thread Daniel Shahaf
Shane Turner wrote on Tue, Dec 06, 2011 at 12:28:51 -0400: > subversion/include/svn_version.h is incorrect as well. > > I'm not sure that the associated comment is correct given it appears > to be used for more than the Windows build? > The comment is fine, because it doesn't say "only". (The m

Re: Looks like wrong value for SVN_VER_REVISION in SWIG bindings for Python and Ruby?

2011-12-06 Thread Shane Turner
subversion/include/svn_version.h is incorrect as well. I'm not sure that the associated comment is correct given it appears to be used for more than the Windows build? /** Revision number: The repository revision number of this release. * * This constant is used to generate the build number pa

Re: Looks like wrong value for SVN_VER_REVISION in SWIG bindings for Python and Ruby?

2011-12-06 Thread Hyrum K Wright
On Tue, Dec 6, 2011 at 7:47 AM, Shane Turner wrote: > I was just taking a look at the differences between Subversion 1.7.1 and > 1.7.2 and noticed a couple of diffs that look odd. > > In subversion/bindings/swig/python/core.c and > subversion/bindings/swig/ruby/core.c, the value of SVN_VER_REVISI

Re: svn commit: r1210913 - in /subversion/trunk/subversion: libsvn_wc/externals.c tests/cmdline/externals_tests.py tests/cmdline/prop_tests.py tests/cmdline/svntest/actions.py

2011-12-06 Thread Philip Martin
"Bert Huijben" writes: >> - if (item->target_dir[0] == '\0' || item->target_dir[0] == '/' >> + if (item->target_dir[0] == '\0' >> + || svn_dirent_is_absolute(item->target_dir) > > I think you should also leave the '/' check as a '/style/path' on > Windows is not absolute, but a

RE: svn commit: r1210913 - in /subversion/trunk/subversion: libsvn_wc/externals.c tests/cmdline/externals_tests.py tests/cmdline/prop_tests.py tests/cmdline/svntest/actions.py

2011-12-06 Thread Bert Huijben
> -Original Message- > From: phi...@apache.org [mailto:phi...@apache.org] > Sent: dinsdag 6 december 2011 14:46 > To: comm...@subversion.apache.org > Subject: svn commit: r1210913 - in /subversion/trunk/subversion: > libsvn_wc/externals.c tests/cmdline/externals_tests.py > tests/cmdline/p

Looks like wrong value for SVN_VER_REVISION in SWIG bindings for Python and Ruby?

2011-12-06 Thread Shane Turner
I was just taking a look at the differences between Subversion 1.7.1 and 1.7.2 and noticed a couple of diffs that look odd. In subversion/bindings/swig/python/core.c and subversion/bindings/swig/ruby/core.c, the value of SVN_VER_REVISION changed from the numeric revision number (previously 118