functions that would help TSVN

2011-02-27 Thread Stefan Küng
Hi, When I was in London, Hyrum asked me to assemble a list with issues/tasks/functions that would help TSVN. So here it is: new proplist function (svn_client_proplist4) where I can specify a filter/search string. Because right now, the proplist function returns all properties it finds (wit

Re: found the PDH problem

2011-02-27 Thread Stefan Sperling
On Sun, Feb 27, 2011 at 02:34:44AM -0500, Greg Stein wrote: > Hyrum, > > On IRC, we also talked about trying to remove stat() calls from the > parse function. Upon reflection, that won't be possible. If the given > path is below a wcroot, then we cannot simply return that wcroot. We > need to see

Re: [PATCH] extend the SVN_ERR macro with a cleanup statement parameter

2011-02-27 Thread Gavin Beau Baumanis
Hi Danny, Just thought I would give you a gentle "poke" and see if you were still pursuing this submission, or not? On 14/02/2011, at 7:37 AM, Branko Čibej wrote: > On 13.02.2011 21:28, Bert Huijben wrote: >> >>> -Original Message- >>> From: Danny Trebbien [mailto:dtrebb...@gmail.com

Re: [PATCH] Re: Regarding issue 3690 - Work in progress

2011-02-27 Thread Gavin Beau Baumanis
Ping. This submission has not received any further comments. Specifically, Noorul seems to be after comments about "this"; http://svn.haxx.se/dev/archive-2011-01/0537.shtml , post. On 14/02/2011, at 6:41 PM, Noorul Islam K M wrote: > Noorul Islam K M writes: > >> Hyrum K Wright writes: >> >

Re: [PATCH] Improve svn cat/info error messages.

2011-02-27 Thread Gavin Beau Baumanis
Ping. This submission has received no comments. On 15/02/2011, at 2:42 AM, Noorul Islam K M wrote: > > Log > [[[ > > Improve error message displayed by info/cat for consistency. > > * subversion/svn/info-cmd.c, > * subversion/svn/cat-cmd.c > (svn_cl__info, svn_cl__cat): Improve error messag

Re: [PATCH] Fix failing expected error in blame_tests.py

2011-02-27 Thread Gavin Beau Baumanis
Ping. This updated svn log message has received no comments. On 18/02/2011, at 3:49 AM, Noorul Islam K M wrote: > Julian Foad writes: > >> Noorul Islam K M wrote: >> >>> Julian Foad writes: >>> On Thu, 2011-02-17, Noorul Islam K M wrote: > Noorul Islam K M writes: > Log

Re: [PATCH] Fix a bug introduced in r1071025.

2011-02-27 Thread Gavin Beau Baumanis
Ping. This patch submission has received no comments. On 19/02/2011, at 2:28 PM, Noorul Islam K M wrote: > > Without the patch I get Segmentation fault when I pass unknown command > to svnadmin command. > > Log > > [[[ > Fix a bug introduced in r1071025. > > * subversion/svnadmin/main.c > (

Re: [PATCH] Fix a bug introduced in r1071025.

2011-02-27 Thread Stefan Sperling
On Sun, Feb 27, 2011 at 10:55:55PM +1100, Gavin Beau Baumanis wrote: > Ping. This patch submission has received no comments. Thanks Gavin. This has already been committed (r1072242). > > On 19/02/2011, at 2:28 PM, Noorul Islam K M wrote: > > > > > Without the patch I get Segmentation fault whe

Re: [PATCH] Fix a bug introduced in r1071025.

2011-02-27 Thread Gavin Beau Baumanis
Thanks Stefan, I will remove it from my list. On 27/02/2011, at 11:18 PM, Stefan Sperling wrote: > On Sun, Feb 27, 2011 at 10:55:55PM +1100, Gavin Beau Baumanis wrote: >> Ping. This patch submission has received no comments. > > Thanks Gavin. This has already been committed (r1072242). > >>

Re: [PATCH] Fix a bug introduced in r1071025.

2011-02-27 Thread Stefan Sperling
On Sun, Feb 27, 2011 at 11:40:47PM +1100, Gavin Beau Baumanis wrote: > Thanks Stefan, > I will remove it from my list. > Why does this always remind of Earl Hickey? :)

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

2011-02-27 Thread Lieven Govaerts
On Sun, Feb 27, 2011 at 6:02 AM, Noorul Islam K M wrote: > Noorul Islam K M writes: > > Since svntest.main.run_tests already run "svnadmin create" and "svn > import", in this particular case of input_validation_tests we don't need > to create wc. So I passed create_wc = False to sbox.build() and

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

2011-02-27 Thread Noorul Islam K M
Lieven Govaerts writes: > On Sun, Feb 27, 2011 at 6:02 AM, Noorul Islam K M wrote: > >> Noorul Islam K M writes: >> >> Since svntest.main.run_tests already run "svnadmin create" and "svn >> import", in this particular case of input_validation_tests we don't need >> to create wc. So I passed cre

Re: [PATCH] Improve svn cat/info error messages.

2011-02-27 Thread Noorul Islam K M
Gavin Beau Baumanis writes: > Ping. This submission has received no comments. > > > > On 15/02/2011, at 2:42 AM, Noorul Islam K M wrote: > >> >> Log >> [[[ >> >> Improve error message displayed by info/cat for consistency. >> >> * subversion/svn/info-cmd.c, >> * subversion/svn/cat-cmd.c >> (s

Re: [PATCH] Re: Regarding issue 3690 - Work in progress

2011-02-27 Thread Noorul Islam K M
Gavin Beau Baumanis writes: > Ping. This submission has not received any further comments. > > Specifically, Noorul seems to be after comments about "this"; > http://svn.haxx.se/dev/archive-2011-01/0537.shtml , post. > > > On 14/02/2011, at 6:41 PM, Noorul Islam K M wrote: > >> Noorul Islam K M

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

2011-02-27 Thread Lieven Govaerts
On Sun, Feb 27, 2011 at 3:38 PM, Noorul Islam K M wrote: > Lieven Govaerts writes: > > > On Sun, Feb 27, 2011 at 6:02 AM, Noorul Islam K M > wrote: > > > >> Noorul Islam K M writes: > >> > >> Since svntest.main.run_tests already run "svnadmin create" and "svn > >> import", in this particular c

[PATCH] Remove unused import from svntest/main.py

2011-02-27 Thread Noorul Islam K M
Attached patch removes unused import. Log [[[ * subversion/tests/cmdline/svntest/main.py Remove unused import. Patch by: Noorul Islam K M ]]] Thanks and Regards Noorul Index: subversion/tests/cmdline/svntest/main.py === ---

Re: [PATCH] Re: svn commit: r1071809 - in /subversion/trunk: build/run_tests.py subversion/tests/cmdline/svntest/main.py win-tests.py

2011-02-27 Thread Paul Burba
On Wed, Feb 23, 2011 at 9:59 PM, Noorul Islam K M wrote: > Noorul Islam K M writes: > >> Paul Burba writes: >> >>> If someone with the requisite linux skills/hardware could tweak >>> makefile.in so it can take advantage of the --milestone-filter option, >>> well that would be fabulous. >>> >>> P

Re: [PATCH] extend the SVN_ERR macro with a cleanup statement parameter

2011-02-27 Thread Danny Trebbien
On Sun, Feb 27, 2011 at 3:45 AM, Gavin Beau Baumanis wrote: > Hi Danny, > > Just thought I would give you a gentle "poke" and see if you were still > pursuing this submission, or not? Oh, no. I ended up using Brane's suggestion of writing a wrapper function (https://github.com/dtrebbien/subver

Re: Crash doing svn_client_mkdir in 1.6.15 in x86_64. Is this known?

2011-02-27 Thread Barry Scott
On 10 Jan 2011, at 03:59, Daniel Shahaf wrote: > Are the typedefs for SVN_FILESIZE_T_FMT and APR_OFF_T_FMT correct? No APR_OFF_T_FMT is wrong. Its "%lld" but needs to be APR_INT64_T_FMT so that the apr_xxxprintf code will process it. It turns out that %lld is only half handled and that leads to

Re: [PATCH] Improve svn cat/info error messages.

2011-02-27 Thread Gavin Beau Baumanis
> > This is committed by stsp in r1070969. > > Thanks and Regards > Noorul Thanks Noorul, I will remove it from my list.

Re: [PATCH] Re: svn commit: r1071809 - in /subversion/trunk: build/run_tests.py subversion/tests/cmdline/svntest/main.py win-tests.py

2011-02-27 Thread Noorul Islam K M
Paul Burba writes: > On Wed, Feb 23, 2011 at 9:59 PM, Noorul Islam K M wrote: >> Noorul Islam K M writes: >> >>> Paul Burba writes: >>> If someone with the requisite linux skills/hardware could tweak makefile.in so it can take advantage of the --milestone-filter option, well tha

[PATCH] Remove unused class 'Entry' from svntest/main.py

2011-02-27 Thread Noorul Islam K M
Attached patch removes unused class. Log [[[ * subversion/tests/cmdline/svntest/main.py (run_entriesdump): Remove unused class 'Entry'. Patch by: Noorul Islam K M ]]] Thanks and Regards Noorul Index: subversion/tests/cmdline/svntest/main.py =

Re: [PATCH] Remove unused class 'Entry' from svntest/main.py

2011-02-27 Thread Noorul Islam K M
Noorul Islam K M writes: > Attached patch removes unused class. > > Log > [[[ > > * subversion/tests/cmdline/svntest/main.py > (run_entriesdump): Remove unused class 'Entry'. > > Patch by: Noorul Islam K M > ]]] > > Thanks and Regards > Noorul > > Index: subversion/tests/cmdline/svntest/main.p