AW: [PATCH] Don't validate properties during deletion.

2013-07-02 Thread Markus Schaber
Hi, Arwin, Von: Arwin Arni [mailto:ar...@collab.net] > On 06/20/2013 07:01 PM, Julian Foad wrote: > > Arwin Arni wrote: > >> Properties are validated regardless of the action on the property. > >> This poses a problem when it comes to very old repositories that contain > "invalid" > >> properties

Re: svn commit: r1498947 - /subversion/trunk/tools/dev/po-merge.py

2013-07-02 Thread Dongsheng Song
On 2013/7/3 6:55, Konstantin Kolinko wrote: > 2013/7/3 Andreas Stieger : >> Hi There, >> >> On 02/07/13 16:00, Dongsheng Song wrote: >>> Today, when I merge zh_CN.po from trunk to 1.8.x, I had encounter the >>> following error: >>> >>> $ python ../../../../trunk/tools/dev/po-merge.py < >>> ../../..

Re: svn commit: r1498947 - /subversion/trunk/tools/dev/po-merge.py

2013-07-02 Thread Dongsheng Song
On 2013/7/3 4:05, Andreas Stieger wrote: > Hi There, > > On 02/07/13 16:00, Dongsheng Song wrote: >> Today, when I merge zh_CN.po from trunk to 1.8.x, I had encounter the >> following error: >> >> $ python ../../../../trunk/tools/dev/po-merge.py < >> ../../../../trunk/subversion/po/zh_CN.po zh_CN.p

Re: --rm-I alias to --remove-ignored

2013-07-02 Thread Justin Erenkrantz
On Mon, Jul 1, 2013 at 5:37 PM, Daniel Shahaf wrote: > How about adding 'svn cleanup --rm-I' as a short option for 'svn cleanup > --remove-ignored'? > I don't like either option (rm-I or rm-?) as I don't find either an improvement over the long option. Mixing lower-and-upper in the same argument

Re: Issue# svn scm maven plugin doenot work with special character @ in SVN passwords

2013-07-02 Thread Greg Stein
Or to be a bit more helpful, please send this to d...@maven.apache.org (cc'd). Cheers, -g On Tue, Jul 2, 2013 at 6:02 PM, Daniel Shahaf wrote: > Report this to the maven guys. We don't maintain that plugin. > > Akanksha Dayal wrote on Tue, Jul 02, 2013 at 14:33:53 -0700: >> Hi Developers, >> >>

Re: svn commit: r1498947 - /subversion/trunk/tools/dev/po-merge.py

2013-07-02 Thread Konstantin Kolinko
2013/7/3 Andreas Stieger : > Hi There, > > On 02/07/13 16:00, Dongsheng Song wrote: >> Today, when I merge zh_CN.po from trunk to 1.8.x, I had encounter the >> following error: >> >> $ python ../../../../trunk/tools/dev/po-merge.py < >> ../../../../trunk/subversion/po/zh_CN.po zh_CN.po >> Traceback

Re: --rm-I alias to --remove-ignored

2013-07-02 Thread Konstantin Kolinko
2013/7/2 Daniel Shahaf : > How about adding 'svn cleanup --rm-I' as a short option for 'svn cleanup > --remove-ignored'? > > Currently we have --cl as a short option for --changelist, and in the > past we decided not to add --sca as a short option for --show-copies-as-adds. > > #svn-dev asked me to

Re: Issue# svn scm maven plugin doenot work with special character @ in SVN passwords

2013-07-02 Thread Daniel Shahaf
Report this to the maven guys. We don't maintain that plugin. Akanksha Dayal wrote on Tue, Jul 02, 2013 at 14:33:53 -0700: > Hi Developers, > > I bumped into this issue while working with scm svn maven plugin.

Issue# svn scm maven plugin doenot work with special character @ in SVN passwords

2013-07-02 Thread Akanksha Dayal
Hi Developers, I bumped into this issue while working with scm svn maven plugin. To recreate this bug: 1. set svn password to something like 123@abc (anything with '@') 2. try to import the svn repository using maven plugin 3. the error would be because the host name is messed up. This happens b

Re: [serf-dev] Re: ssl tunnel with basic authentication currently broken (was Re: Another crash in ra_serf in 1.8.0)

2013-07-02 Thread Lieven Govaerts
On Wed, Jun 26, 2013 at 3:22 AM, Greg Stein wrote: > On Tue, Jun 25, 2013 at 5:43 PM, Lieven Govaerts > wrote: >>... >> When playing around with 'KeepAlive Off' on the server, I noticed that >> serf asks Subversion for the proxy credentials for every new >> connection. Subversion stops with an au

Re: svn commit: r1498873 - in /subversion/trunk/subversion: libsvn_wc/entries.c libsvn_wc/tree_conflicts.c libsvn_wc/tree_conflicts.h libsvn_wc/upgrade.c tests/libsvn_wc/conflict-data-test.c

2013-07-02 Thread Greg Stein
On Tue, Jul 2, 2013 at 2:23 PM, Stefan Sperling wrote: > On Tue, Jul 02, 2013 at 02:09:32PM -0400, Greg Stein wrote: >... >> Maybe move v3 of this structure to private? Move to an API rather than >> bare struct? > > I've been considering making it private. The reason I haven't yet done > so is tha

Re: svn commit: r1498947 - /subversion/trunk/tools/dev/po-merge.py

2013-07-02 Thread Andreas Stieger
Hi There, On 02/07/13 16:00, Dongsheng Song wrote: > Today, when I merge zh_CN.po from trunk to 1.8.x, I had encounter the > following error: > > $ python ../../../../trunk/tools/dev/po-merge.py < > ../../../../trunk/subversion/po/zh_CN.po zh_CN.po > Traceback (most recent call last): > File "../.

Re: svn commit: r1498885 - /subversion/trunk/subversion/libsvn_delta/compat.c

2013-07-02 Thread Branko Čibej
On 02.07.2013 19:59, Greg Stein wrote: > On Tue, Jul 2, 2013 at 7:37 AM, wrote: >> Author: brane >> Date: Tue Jul 2 11:37:54 2013 >> New Revision: 1498885 >> >> URL: http://svn.apache.org/r1498885 >> Log: >> Fix change initialization in the Ev2 compatibility shims. >> The shims expect an uniniti

Re: [Issue 4385] 'svn cleanup --remove-ignored --remove-unversioned' doesn't accept an ignored or unversioned file as target

2013-07-02 Thread Daniel Shahaf
rhuij...@tigris.org wrote on Tue, Jul 02, 2013 at 11:14:29 -0700: > http://subversion.tigris.org/issues/show_bug.cgi?id=4385 > > > > > > > --- Additional comments from rhuij...@tigris.org Tue Jul 2 11:14:29 > -0700 2013 --- > Other question: > > > > How are you going to handle? >

Re: svn propchange: r1499043 - svn:log

2013-07-02 Thread Greg Stein
I doubt we need solid log messages on the STATUS file. Certainly, I don't worry about them at all. On Tue, Jul 2, 2013 at 2:10 PM, wrote: > Author: rhuijben > Revision: 1499043 > Modified property: svn:log > > Modified: svn:log at Tue Jul 2 18:10:30 2013 > --

Re: svn commit: r1498873 - in /subversion/trunk/subversion: libsvn_wc/entries.c libsvn_wc/tree_conflicts.c libsvn_wc/tree_conflicts.h libsvn_wc/upgrade.c tests/libsvn_wc/conflict-data-test.c

2013-07-02 Thread Stefan Sperling
On Tue, Jul 02, 2013 at 02:09:32PM -0400, Greg Stein wrote: > On Tue, Jul 2, 2013 at 9:50 AM, Bert Huijben wrote: > >> -Original Message- > >> From: s...@apache.org [mailto:s...@apache.org] > >> Sent: dinsdag 2 juli 2013 12:40 > >> To: comm...@subversion.apache.org > >> Subject: svn commit

Re: svn commit: r1498873 - in /subversion/trunk/subversion: libsvn_wc/entries.c libsvn_wc/tree_conflicts.c libsvn_wc/tree_conflicts.h libsvn_wc/upgrade.c tests/libsvn_wc/conflict-data-test.c

2013-07-02 Thread Greg Stein
On Tue, Jul 2, 2013 at 9:50 AM, Bert Huijben wrote: >> -Original Message- >> From: s...@apache.org [mailto:s...@apache.org] >> Sent: dinsdag 2 juli 2013 12:40 >> To: comm...@subversion.apache.org >> Subject: svn commit: r1498873 - in /subversion/trunk/subversion: >> libsvn_wc/entries.c lib

Re: svn commit: r1498885 - /subversion/trunk/subversion/libsvn_delta/compat.c

2013-07-02 Thread Greg Stein
On Tue, Jul 2, 2013 at 7:37 AM, wrote: > Author: brane > Date: Tue Jul 2 11:37:54 2013 > New Revision: 1498885 > > URL: http://svn.apache.org/r1498885 > Log: > Fix change initialization in the Ev2 compatibility shims. > The shims expect an uninitialized change record's kind to be svn_node_unknow

Re: svn commit: r1498947 - /subversion/trunk/tools/dev/po-merge.py

2013-07-02 Thread Daniel Shahaf
Dongsheng Song wrote on Tue, Jul 02, 2013 at 23:00:59 +0800: > 于 2013/7/2 22:30, Daniel Shahaf 写道: > >dongsh...@apache.org wrote on Tue, Jul 02, 2013 at 14:12:44 -: > >>Author: dongsheng > >>Date: Tue Jul 2 14:12:44 2013 > >>New Revision: 1498947 > >> > >>URL: http://svn.apache.org/r1498947 >

Re: fsfs-format7 integration plan

2013-07-02 Thread Ben Reser
On Tue, Jul 2, 2013 at 5:07 AM, Greg Stein wrote: > As noted on IRC earlier, we just deprecated BDB so that we wouldn't > have to continue supporting multiple backends. But it seems you have > just created a third/new backend. I think that's an incorrect assertion about why we deprecated BDB. The

Re: svn commit: r1498169 - in /subversion/branches/fsfs-format7/subversion/libsvn_fs_x: fs_x.c hotcopy.c pack.c recovery.c revprops.c revprops.h

2013-07-02 Thread Stefan Fuhrmann
On Mon, Jul 1, 2013 at 2:01 PM, Daniel Shahaf wrote: > stef...@apache.org wrote on Sun, Jun 30, 2013 at 18:46:54 -: > > Author: stefan2 > > Date: Sun Jun 30 18:46:53 2013 > > New Revision: 1498169 > > > > URL: http://svn.apache.org/r1498169 > > Log: > > On the fsfs-format7 branch: fix a linke

Re: Unicode characters in filenames on windows

2013-07-02 Thread 'Daniel Shahaf'
Варфоломеев Игорь wrote on Tue, Jul 02, 2013 at 18:53:03 +0400: > >> I've already posted this issue report here ( > >> http://thread.gmane.org/gmane.comp.version-control.subversion.user/113 > >> 541 ). And I think this response ( > >> http://thread.gmane.org/gmane.comp.version-control.subversion.

Pool memory bug in serf/ra_serf

2013-07-02 Thread Philip Martin
Philip Martin writes: > It seems to be connected to mod_deflate. My server was loading > mod_deflate (but not setting up any filters) and the import works with > the client setting > > http-compression = no > > but fails with > > http-compression = yes > > Still investigating. This appears

Re: svn commit: r1498947 - /subversion/trunk/tools/dev/po-merge.py

2013-07-02 Thread Dongsheng Song
于 2013/7/2 22:30, Daniel Shahaf 写道: dongsh...@apache.org wrote on Tue, Jul 02, 2013 at 14:12:44 -: Author: dongsheng Date: Tue Jul 2 14:12:44 2013 New Revision: 1498947 URL: http://svn.apache.org/r1498947 Log: Make sure msgstr is not None before do iteration. Obvious fix. No, it's not a

RE: Unicode characters in filenames on windows

2013-07-02 Thread Варфоломеев Игорь
>> I've already posted this issue report here ( >> http://thread.gmane.org/gmane.comp.version-control.subversion.user/113 >> 541 ). And I think this response ( >> http://thread.gmane.org/gmane.comp.version-control.subversion.user/113542 ) >> might be considered as "issue confirmation". > >No. Y

Re: svn commit: r1498947 - /subversion/trunk/tools/dev/po-merge.py

2013-07-02 Thread Daniel Shahaf
dongsh...@apache.org wrote on Tue, Jul 02, 2013 at 14:12:44 -: > Author: dongsheng > Date: Tue Jul 2 14:12:44 2013 > New Revision: 1498947 > > URL: http://svn.apache.org/r1498947 > Log: > Make sure msgstr is not None before do iteration. > > Obvious fix. > No, it's not an obvious fix. It'

Re: fsfs-format7 integration plan

2013-07-02 Thread Stefan Fuhrmann
On Tue, Jul 2, 2013 at 7:07 AM, Greg Stein wrote: > On Sun, Jun 30, 2013 at 6:48 AM, Stefan Fuhrmann > wrote: > > Hi all, > > > > This is based on what was discussed in Berlin already. > > > > The goal is to get FSFS improvements reviewed & integrated > > into /trunk a.s.a.p. and to bring the co

Re: Unicode characters in filenames on windows

2013-07-02 Thread Daniel Shahaf
Варфоломеев Игорь wrote on Tue, Jul 02, 2013 at 16:53:09 +0400: > Hi all, > > I've already posted this issue report here > ( http://thread.gmane.org/gmane.comp.version-control.subversion.user/113541 > ). And I think this response > ( http://thread.gmane.org/gmane.comp.version-control.subversion

Re: Unicode characters in filenames on windows

2013-07-02 Thread Branko Čibej
On 02.07.2013 16:02, Daniel Shahaf wrote: > That works fine for me on Linux, provided that I use a UTF-8 locale. I > would guess something similar is the problem on Windows. Please ask > the TortoiseSVN guys: http://tortoisesvn.net/support.html Nope. The command-line client does not use the conso

The future of FSFS and FSX

2013-07-02 Thread Stefan Fuhrmann
We talked about that in Berlin but since then I still have been pondering the question of where FSFS improvements should go and I changed my mind more than once. Now I think, I have a consistent and workable answer. Historically, the fsfs-format7 branch was destined to 'fix all that is "wrong"' w

RE: svn commit: r1498873 - in /subversion/trunk/subversion: libsvn_wc/entries.c libsvn_wc/tree_conflicts.c libsvn_wc/tree_conflicts.h libsvn_wc/upgrade.c tests/libsvn_wc/conflict-data-test.c

2013-07-02 Thread Bert Huijben
> -Original Message- > From: s...@apache.org [mailto:s...@apache.org] > Sent: dinsdag 2 juli 2013 12:40 > To: comm...@subversion.apache.org > Subject: svn commit: r1498873 - in /subversion/trunk/subversion: > libsvn_wc/entries.c libsvn_wc/tree_conflicts.c libsvn_wc/tree_conflicts.h > libs

Unicode characters in filenames on windows

2013-07-02 Thread Варфоломеев Игорь
Hi all, I've already posted this issue report here ( http://thread.gmane.org/gmane.comp.version-control.subversion.user/113541 ). And I think this response ( http://thread.gmane.org/gmane.comp.version-control.subversion.user/113542 ) might be considered as "issue confirmation". No one else re

Re: svn commit: r1498851 - /subversion/trunk/subversion/libsvn_ra_serf/xml.c

2013-07-02 Thread Ivan Zhakov
On Tue, Jul 2, 2013 at 1:16 PM, wrote: > Author: rhuijben > Date: Tue Jul 2 09:16:55 2013 > New Revision: 1498851 > > URL: http://svn.apache.org/r1498851 > Log: > In the serf transition based xml parser: provide an explicit error if the root > element isn't matched in the transition table. > > W