So, I looked into autotools since you mentioned it, and see that it is
autoconf, automake, libtool and gettext in a dist package (
https://www.lrde.epita.fr/~adl/autotools.html)
I had compiled the latest of each of those and my understanding is that
libtool creates "config.sub". Actually, just doin
Nathan writes:
>> checking for g++ option to enable C++11 features... -std=gnu++11
>> checking if g++ -std=gnu++11 accepts -std=c++98... yes
>> checking if g++ -std=gnu++11 accepts -w... yes
>> checking if g++ -std=gnu++11 accepts -Werror=unknown-warning-option... no
>> checking how to run the C
Catchup, since replies hadn't been making it to the lists:
On Thu, Apr 3, 2014 at 4:24 AM, Philip Martin wrote:
> Nathan writes:
>
> > Sorry, do I CC "users@subversion.apache.org"? I don't know how to keep
> it
> > on the list specified.
>
> There is no Cc: in the mails you are sending to me.
On 03.04.2014, at 19:46, Philip Martin wrote:
> Tobias Bading writes:
>
>> fcntl(3, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=1073741824, len=1})
>> = 0
>> fcntl(3, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=1073741826,
>> len=510}) = 0
>> fcntl(3, F_SETLK, {type=F_UNLCK, whence=SEEK_S
On 03.04.2014, at 19:28, Stefan Sperling wrote:
> On Thu, Apr 03, 2014 at 07:12:26PM +0200, Tobias Bading wrote:
>> I'm quite sure Emacs doesn't fork more than one svn child process in
>> parallel,
>
> It doesn't matter how many clients emacs is forking.
>
> As soon as emacs runs an svn client th
Tobias Bading writes:
> fcntl(3, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=1073741824, len=1}) = > 0
> fcntl(3, F_SETLK, {type=F_RDLCK, whence=SEEK_SET, start=1073741826, len=510})
> = 0
> fcntl(3, F_SETLK, {type=F_UNLCK, whence=SEEK_SET, start=1073741824, len=1}) = > 0
There should be a s
On Thu, Apr 03, 2014 at 07:12:26PM +0200, Tobias Bading wrote:
> I'm quite sure Emacs doesn't fork more than one svn child process in
> parallel,
It doesn't matter how many clients emacs is forking.
As soon as emacs runs an svn client that tries to access the working copy
at the same as any other
On 03.04.2014, at 17:24, Branko Čibej wrote:
> On 03.04.2014 17:06, Tobias Bading wrote:
>> Hi.
>>
>> I'm having a problem with a workflow that used to work fine with Subversion
>> 1.6 but stopped working with Subversion 1.8:
>>
>> I'm using GNU Emacs on an Ubuntu Lucid machine to edit files o
Tobias Bading writes:
> Three things are interesting/puzzling:
> - fcntl F_SETLK with start=1073741824 when the wc.db file contains only 100352
> bytes? I found nothing in the fcntl man page about this. Is this allowed?
> What's the purpose?
SQLite implements read-write locks and uses those
On 03.04.2014 17:06, Tobias Bading wrote:
> Hi.
>
> I'm having a problem with a workflow that used to work fine with
> Subversion
> 1.6 but stopped working with Subversion 1.8:
>
> I'm using GNU Emacs on an Ubuntu Lucid machine to edit files on an AIX
> machine
> over a SMB share. Emacs uses the Su
Hi.
I'm having a problem with a workflow that used to work fine with Subversion
1.6 but stopped working with Subversion 1.8:
I'm using GNU Emacs on an Ubuntu Lucid machine to edit files on an AIX
machine
over a SMB share. Emacs uses the Subversion 1.8.8 command line client to
perform vc-relate
Guido Wischrop writes:
> I'm using win32svn, version 1.8.5 (r1542147) in Windows 7 x64 like this:
>
> svn checkout https://user:pass@server/svn/p1/trunk
>
> I get the following error immediately:
>
> svn: E17: 'https://user:pass@server/svn/p1/trunk' isn't in the same
> repository as 'https://
12 matches
Mail list logo