Re: Using Syntastic and YouCompleteMe on the Subversion Source

2013-04-26 Thread Ben Reser
On Fri, Apr 26, 2013 at 6:18 PM, Ben Reser wrote: > On Fri, Apr 26, 2013 at 5:57 PM, Peter Samuelson wrote: >> Speaking of 'make clean', compile_commands.json really needs to be in >> either CLEAN_FILES or EXTRACLEAN_FILES. > > Probably, extra clean because I don't think I'd want this removed mos

Re: Using Syntastic and YouCompleteMe on the Subversion Source

2013-04-26 Thread Ben Reser
On Fri, Apr 26, 2013 at 5:57 PM, Peter Samuelson wrote: > Speaking of 'make clean', compile_commands.json really needs to be in > either CLEAN_FILES or EXTRACLEAN_FILES. Probably, extra clean because I don't think I'd want this removed most of the time. > Also, it sounds like compile_commands.js

Re: Using Syntastic and YouCompleteMe on the Subversion Source

2013-04-26 Thread Peter Samuelson
[Ben Reser] > I've added the needed .ycm_extra_conf.py and a make target to produce > the compilation database in r1476374. So using these plugins with the > Subversion code base should be as simple as installing the plugins > into vim per their directions, installing bear, running make clean &&

svn switch with externals leaves working copy in an inconsistent state

2013-04-26 Thread Robert Wruck
Hi, I just came across this issue. Assume we have two branches: branches/A where a particular subdir exists branches/B where this subdir was replaced by an svn:externals entry Steps to create: svn mkdir --parents $REPO_URL/trunk/main/external/subdir -m "Create main" svn mkdir --parents $REPO_U

Re: Using Syntastic and YouCompleteMe on the Subversion Source

2013-04-26 Thread Ben Reser
On Fri, Apr 26, 2013 at 1:09 PM, Ben Reser wrote: > The mainline of Bear doesn't have working OS X support (yet), but you > can find it ported for OS X here (you'll need to use the > porting_to_osx branch): > https://github.com/breser/Bear/tree/porting_to_osx The OS X port work has been merged in

Re: svn commit: r1476374 - in /subversion/trunk: ./ .ycm_extra_conf.py Makefile.in

2013-04-26 Thread Ben Reser
On Fri, Apr 26, 2013 at 2:29 PM, Julian Foad wrote: > Hi Ben. I believe you need to add a copyright/whatever boiler-plate header > to this new file. If it also included a comment saying what it is for and > where it came from, that would be awesome. > > Also a comment in the Makefile noting wh

Fwd: [PATCH] Fix non-ASCII cmdline options in non-UTF-8 locales

2013-04-26 Thread Julian Foad
(Forwarding to dev@, on the assumption that's what C-Mike intended.) C. Michael Pilato wrote: > On 04/25/2013 07:32 PM, Julian Foad wrote: >> While reviewing r1475724 "Fix changelist filtering when --changelist >> values aren't UTF8", I noticed we also fail to convert some other >> command-line op

Re: svn commit: r1476374 - in /subversion/trunk: ./ .ycm_extra_conf.py Makefile.in

2013-04-26 Thread Julian Foad
> URL: http://svn.apache.org/r1476374 > Log: > Add support for YouCompleteMe vim plugin. > > Needs the following tools to be useful: > YouCompleteMe: https://github.com/Valloric/YouCompleteMe > Bear: https://github.com/rizsotto/Bear > > * .ycm_extra_conf.py: Add config file for YouCompleteMe plu

Using Syntastic and YouCompleteMe on the Subversion Source

2013-04-26 Thread Ben Reser
I'm not sure how many vim users there are around here besides me, as I recall there was an awful lot of Emacs users out there. However, I got tired of seeing my compiler warnings caught by other people after I'd committed. So two fairly useful plugins for vim are: Syntastic (syntax checking): htt

Re: Case sensitivity in authz files

2013-04-26 Thread Philip Martin
Daniel Shahaf writes: > Philip Martin wrote on Fri, Apr 26, 2013 at 15:07:01 +0100: >> defines a single group (= mp) and single access rule (= rw). Now that >> is still a contrived example but something like this is more likely: >> >> [groups] >> Read_Users = philip >> >> [/] >>

Re: Case sensitivity in authz files

2013-04-26 Thread Daniel Shahaf
Philip Martin wrote on Fri, Apr 26, 2013 at 15:07:01 +0100: > defines a single group (= mp) and single access rule (= rw). Now that > is still a contrived example but something like this is more likely: > > [groups] > Read_Users = philip > > [/] > @Read_users = r > > The new cas

Re: Case sensitivity in authz files

2013-04-26 Thread Philip Martin
Mark Phippard writes: > That said, I did misunderstand the proposal. I thought it was > suggesting we should just make things case-INsensitive. I thought > that would be the wrong decision at this point. > > The file has always been case sensitive. So if you are just fixing a > bug that was fo

Re: svn commit: r1470904 -

2013-04-26 Thread Philip Martin
Bert Huijben writes: > /subversion/trunk/subversion/libsvn_wc/wc-metadata.sql > MIME-Version: 1.0 > Content-Type: text/plain; charset="utf-8" > Content-Transfer-Encoding: quoted-printable > > We should probably also test this on an upgrade from entries as in that > case we don't get through the

RE: svn commit: r1470904 -

2013-04-26 Thread Bert Huijben
/subversion/trunk/subversion/libsvn_wc/wc-metadata.sql MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable We should probably also test this on an upgrade from entries as in that case we don't get through the upgrade query. Bert From: Philip Ma

Re: svn commit: r1470904 - /subversion/trunk/subversion/libsvn_wc/wc-metadata.sql

2013-04-26 Thread Philip Martin
"Bert Huijben" writes: >> However the fact that the missing empty cache is created and populated >> is just a fortuitous side effect of how we handle externals[1]. > > There is nothing special about externals in the following code. I've added a regression test for inherited properties to upgrade

Re: svn commit: r1476092 - /subversion/trunk/CHANGES

2013-04-26 Thread Branko Čibej
On 26.04.2013 11:16, Stefan Sperling wrote: > On Fri, Apr 26, 2013 at 08:06:50AM -, br...@apache.org wrote: >> Author: brane >> Date: Fri Apr 26 08:06:50 2013 >> New Revision: 1476092 >> >> URL: http://svn.apache.org/r1476092 >> Log: >> * CHANGES: Added note about case-sensitive user and group

Re: svn commit: r1476092 - /subversion/trunk/CHANGES

2013-04-26 Thread Stefan Sperling
On Fri, Apr 26, 2013 at 08:06:50AM -, br...@apache.org wrote: > Author: brane > Date: Fri Apr 26 08:06:50 2013 > New Revision: 1476092 > > URL: http://svn.apache.org/r1476092 > Log: > * CHANGES: Added note about case-sensitive user and group names in authz > config. Should we add a correspon

Re: [PATCH] Fix non-ASCII cmdline options in non-UTF-8 locales

2013-04-26 Thread Branko Čibej
On 26.04.2013 01:32, Julian Foad wrote: > --with-revprop: > - '=' characters are examined before converting to UTF-8; this should be > safe becaue '=' is in the ASCII Basic Code Table [1]. I'm not sure we can rely on this if the locale has an ISO-2022-compliant encoding (multibyte with shif