Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-14 Thread Andrey Paramonov
On 14.10.2011 15:30, Stefan Sperling wrote: On Fri, Oct 14, 2011 at 12:49:46PM +0200, Daniel Shahaf wrote: @Both, thanks for the analysis. Could someone file a bug report and/or send a patch, too? If you have a build environment, does the patch below fix the problem? Filed: http://subversion

Re: Minor patch suggestion:

2011-10-14 Thread Peter Samuelson
[Mat Booth] > --- subversion/libsvn_subr/cmdline.c (revision 1183368) > +++ subversion/libsvn_subr/cmdline.c (working copy) > @@ -32,8 +32,10 @@ > #include > #include > #else > +#if _MSC_VER >= 1400 > #include > #endif > +#endif Looks reasonable ... but then when I scrolled down the fil

Re: "svnmucc put" fails if it reads from standard input

2011-10-14 Thread vijay
On Friday 14 October 2011 07:56 PM, Philip Martin wrote: vijay writes: $ svnmucc put - svnmucc: invalid option: ../tools/client-side/svnmucc/svnmucc.c:875: (apr_err=70012) svnmucc: E070012: getopt failure: Bad character specified on command line Like other Unix utilities you need to use -- to

Minor patch suggestion:

2011-10-14 Thread Mat Booth
Hi all, I'd like to suggest a trivial patch to make it easier to build Subversion 1.7 on Windows with older Microsoft and non-Microsoft compilers. Please see attached. It just applies the same pre-processor condition to the inclusion of crtdbg.h as you already have for the use of functions from

Re: "svnmucc put" fails if it reads from standard input

2011-10-14 Thread Philip Martin
vijay writes: > $ svnmucc put - > svnmucc: invalid option: > ../tools/client-side/svnmucc/svnmucc.c:875: (apr_err=70012) > svnmucc: E070012: getopt failure: Bad character specified on command line Like other Unix utilities you need to use -- to end the options: svnmucc -m message -- put - --

"svnmucc put" fails if it reads from standard input

2011-10-14 Thread vijay
From "svnmucc --help", put SRC-FILE URL add or modify file URL with contents copied from SRC-FILE (use "-" to read from standard input) If I use "-" to read from stdin, "svnmucc put" fails with the following error. $ svnmucc put - svnmucc: invalid

Re: 1.7.1 coming end of month?

2011-10-14 Thread Ivan Zhakov
On Fri, Oct 14, 2011 at 17:13, Hyrum K Wright wrote: > On Wed, Oct 12, 2011 at 9:14 AM, Hyrum K Wright > wrote: >> I know that 1.7.0 is less than 24 hours old at this point, but it's >> been a couple of week since the magic revision, and we've already >> started to collect various merged items in

Re: 1.7.1 coming end of month?

2011-10-14 Thread Hyrum K Wright
On Wed, Oct 12, 2011 at 9:14 AM, Hyrum K Wright wrote: > I know that 1.7.0 is less than 24 hours old at this point, but it's > been a couple of week since the magic revision, and we've already > started to collect various merged items in CHANGES.  Given what I > expect to be rapid feedback from ou

Re: Assertion Failed: workqueue.c

2011-10-14 Thread Philip Martin
Philip Martin writes: > Philip Martin writes: > >> and then running update, but I haven't yet managed to reproduce the >> assert. > > Think I've got it: I've raised issue 4035 http://subversion.tigris.org/issues/show_bug.cgi?id=4035 It looks like it's already fixed on trunk. -- uberSVN: Apach

Re: Assertion Failed: workqueue.c

2011-10-14 Thread Philip Martin
Philip Martin writes: > and then running update, but I haven't yet managed to reproduce the > assert. Think I've got it: svnadmin create repo svn mkdir -mm file://`pwd`/repo/A svn import -mm repo/format file://`pwd`/repo/A/f svn co file://`pwd`/repo wc -r1 # insert bogus incomplete working nod

Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-14 Thread Stefan Sperling
On Fri, Oct 14, 2011 at 12:49:46PM +0200, Daniel Shahaf wrote: > @Both, thanks for the analysis. Could someone file a bug report and/or > send a patch, too? If you have a build environment, does the patch > below fix the problem? Filed: http://subversion.tigris.org/issues/show_bug.cgi?id=4034

Re: [Bug] [Subversion 1.7] svn blame doesn't work for locally modified files

2011-10-14 Thread Daniel Shahaf
[ switching list, please drop users@ from further replies ] Konstantin Kolinko wrote on Fri, Oct 14, 2011 at 11:43:14 +0400: > 2011/10/14 Andrey Paramonov : > > On 13.10.2011 22:31, Ryan Schmidt wrote: > >> > >> On Oct 13, 2011, at 06:51, Andrey Paramonov wrote: > >> > > I believe Subversion c

Re: svn propchange: r1182979 - svn:log

2011-10-14 Thread Stefan Sperling
On Fri, Oct 14, 2011 at 10:11:53AM +0200, Stefan Fuhrmann wrote: > The current code operates along two dimensions: > * provide the same interface whether or not > APR provides synchronization structures > * allow for the application to decide _dynamically_ > whether it is actually necessary to

Re: crash in svn_client_status5

2011-10-14 Thread Philip Martin
Stefan Küng writes: > Another crash dump shows a problem in libsvn_wc\wc_db.c, function > read_info (line 6480 on the 1.7.0 tag, line 6739 on trunk). > > The 'err' is NULL, so referencing err->apr_err segfaults here: > if (err2 != NULL) > err = svn_error_compose_create( > err,

Re: svn propchange: r1182979 - svn:log

2011-10-14 Thread Stefan Fuhrmann
On 13.10.2011 22:36, Stefan Sperling wrote: On Thu, Oct 13, 2011 at 04:58:56PM -, stef...@apache.org wrote: Author: stefan2 Revision: 1182979 Modified property: svn:log Modified: svn:log at Thu Oct 13 16:58:56 2011