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
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
[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 &&
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
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
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
(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
> 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
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
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
>>
>> [/]
>>
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
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
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
/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
"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
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
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
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
18 matches
Mail list logo