Re: svn commit: r1073366 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc-queries.sql subversion/libsvn_wc/wc_db_pristine.c

2011-02-25 Thread Ivan Zhakov
2011/2/26 Branko Čibej : > On 25.02.2011 16:53, Julian Foad wrote: >> On Thu, 2011-02-24, Branko Čibej wrote: >>> On 24.02.2011 18:03, Julian Foad wrote: On Wed, 2011-02-23, Daniel Shahaf wrote: > julianf...@apache.org wrote on Tue, Feb 22, 2011 at 15:38:35 -: [...] >>>   It is not th

Re: svn commit: r1073366 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc-queries.sql subversion/libsvn_wc/wc_db_pristine.c

2011-02-25 Thread Branko Čibej
On 25.02.2011 16:53, Julian Foad wrote: > On Thu, 2011-02-24, Branko Čibej wrote: >> On 24.02.2011 18:03, Julian Foad wrote: >>> On Wed, 2011-02-23, Daniel Shahaf wrote: julianf...@apache.org wrote on Tue, Feb 22, 2011 at 15:38:35 -: > +/* Set (*BATON->contents) to a readable stream fr

Re: svn commit: r1073366 - in /subversion/trunk: notes/wc-ng/pristine-store subversion/libsvn_wc/wc-queries.sql subversion/libsvn_wc/wc_db_pristine.c

2011-02-25 Thread Julian Foad
On Thu, 2011-02-24, Branko Čibej wrote: > On 24.02.2011 18:03, Julian Foad wrote: > > On Wed, 2011-02-23, Daniel Shahaf wrote: > >> julianf...@apache.org wrote on Tue, Feb 22, 2011 at 15:38:35 -: > >>> +/* Set (*BATON->contents) to a readable stream from which the pristine > >>> text > >>> + *

Re: [PATCH] Fix for issue 3799 - exporting file should not overwrite

2011-02-25 Thread Julian Foad
On Sat, 2011-02-19, Noorul Islam K M wrote: > I think it is this way > > If specified target ('/tmp/iota' in the example above) is a ... > nothing -> fine > file-> if 'force' then overwrite else error > symlink -> if 'force' then overwrite else error > special -> if 'force' then overwr

RE: [PATCH] New XFail test : 'svn up' fails if external propset is not committed.

2011-02-25 Thread Bert Huijben
> -Original Message- > From: Noorul Islam K M [mailto:noo...@collab.net] > Sent: vrijdag 25 februari 2011 7:40 > To: Subversion > Subject: [PATCH] New XFail test : 'svn up' fails if external propset is not > committed. > > Log > [[[ > > 'svn up' fails if external propset is not committe

Re: [PATCH] input_validation_tests.py: Reduce overhead of multiple checkouts.

2011-02-25 Thread Noorul Islam K M
Noorul Islam K M writes: > Lieven Govaerts writes: > >> On Mon, Feb 21, 2011 at 11:32 AM, Noorul Islam K M wrote: >> >>> Noorul Islam K M writes: >>> >>> > Stefan Sperling writes: >>> > >>> >> On Mon, Feb 21, 2011 at 01:44:35PM +0530, Noorul Islam K M wrote: >>> >> >>> >>> >>> >>> This patch r

Re: [PATCH] New XFail test : 'svn up' fails if external propset is not committed.

2011-02-25 Thread Noorul Islam K M
Daniel Shahaf writes: > Noorul Islam K M wrote on Fri, Feb 25, 2011 at 12:09:57 +0530: > >> Log >> [[[ >> >> 'svn up' fails if external propset is not committed. >> > > This is an English sentence, but it is not appropriate as the first > ("overview") paragraph of the log message since it does

Re: svn commit: r1074461 - in /subversion/trunk: subversion/libsvn_subr/dirent_uri.c subversion/libsvn_wc/relocate.c tools/client-side/svnmucc/svnmucc.c

2011-02-25 Thread Stefan Sperling
On Fri, Feb 25, 2011 at 02:06:59PM +0200, Daniel Shahaf wrote: > It was discussed a few months ago, conclusion was that the casts are > necessary because they don't happen automatically for varargs functions > (like apr_pstrcat()). > Yes, see these, and other messages from the same thread, for re

Re: svn commit: r1074461 - in /subversion/trunk: subversion/libsvn_subr/dirent_uri.c subversion/libsvn_wc/relocate.c tools/client-side/svnmucc/svnmucc.c

2011-02-25 Thread Daniel Shahaf
It was discussed a few months ago, conclusion was that the casts are necessary because they don't happen automatically for varargs functions (like apr_pstrcat()). Greg Stein wrote on Fri, Feb 25, 2011 at 07:01:38 -0500: > What?! ... what is this? I've never seen "missing sentinel". This just > see

Re: [PATCH] New XFail test : 'svn up' fails if external propset is not committed.

2011-02-25 Thread Daniel Shahaf
Noorul Islam K M wrote on Fri, Feb 25, 2011 at 12:09:57 +0530: > Log > [[[ > > 'svn up' fails if external propset is not committed. > This is an English sentence, but it is not appropriate as the first ("overview") paragraph of the log message since it doesn't describe the change being made by

Re: svn commit: r1074461 - in /subversion/trunk: subversion/libsvn_subr/dirent_uri.c subversion/libsvn_wc/relocate.c tools/client-side/svnmucc/svnmucc.c

2011-02-25 Thread Florian Weimer
* Greg Stein: > What?! ... what is this? I've never seen "missing sentinel". This just > seems to complicate the code for the sake of a compiler. And one that > historically has not been a problem for us. You cannot use NULL to terminate varargs lists which are expected to consist of pointers bec

Re: svn commit: r1074461 - in /subversion/trunk: subversion/libsvn_subr/dirent_uri.c subversion/libsvn_wc/relocate.c tools/client-side/svnmucc/svnmucc.c

2011-02-25 Thread Greg Stein
What?! ... what is this? I've never seen "missing sentinel". This just seems to complicate the code for the sake of a compiler. And one that historically has not been a problem for us. ?? On Fri, Feb 25, 2011 at 05:01, wrote: > Author: stsp > Date: Fri Feb 25 10:01:57 2011 > New Revision: 10744