Alan Hourihane wrote on Wed, Apr 25, 2012 at 23:41:24 +0100:
> Yes, it doesn't work as you are checking /usr first, yet it should be
> pkg-config first (or only)
Can't be "only" pkg-config, as that would break the build on systems
that don't have it.
On Wed, Apr 25, 2012 at 7:02 PM, Philip Martin
wrote:
> Alan Hourihane writes:
>
> > Just to note that I'm passing --with-sqlite=/usr on the configure line
> too.
>
> Specifying a path and using pkg-config are incompatible.
>
>
>
This is why the RPM setup tools are best used with a restricted bui
Alan Hourihane writes:
> Just to note that I'm passing --with-sqlite=/usr on the configure line too.
Specifying a path and using pkg-config are incompatible.
--
Philip
Alan Hourihane writes:
> Yes, it doesn't work as you are checking /usr first, yet it should be
> pkg-config first (or only)
>
> This is what I get
>
> configure: checking sqlite library
> checking sqlite3.h usability... yes
> checking sqlite3.h presence... yes
> checking for sqlite3.h...
On 04/25/12 23:34, Philip Martin wrote:
> Alan writes:
>
>> It seems that subversion just tries linking explicitly with -lsqlite3
>> during configure, yet sqlite3 itself may be linked against other
>> libraries which need to be pulled in. And this can fail on some systems.
>>
>> The configure scri
On 04/25/12 23:34, Philip Martin wrote:
> Alan writes:
>
>> It seems that subversion just tries linking explicitly with -lsqlite3
>> during configure, yet sqlite3 itself may be linked against other
>> libraries which need to be pulled in. And this can fail on some systems.
>>
>> The configure scri
Alan writes:
> It seems that subversion just tries linking explicitly with -lsqlite3
> during configure, yet sqlite3 itself may be linked against other
> libraries which need to be pulled in. And this can fail on some systems.
>
> The configure script should use "pkg-config --libs sqlite3" to obt
Hi all,
It seems that subversion just tries linking explicitly with -lsqlite3
during configure, yet sqlite3 itself may be linked against other
libraries which need to be pulled in. And this can fail on some systems.
The configure script should use "pkg-config --libs sqlite3" to obtain a
list of l
On Wed, Apr 25, 2012 at 10:42 AM, Geoffrey Myers
wrote:
>>>
>>> I created a tag in my branches directory, can I simply move it to the
>>> tags
>>> directory? My google foo was not successful.
>>
>>
>> Yes. Subversion preserves history through copies& moves.
>
>
> Thanks, I thought as much, but w
> -Original Message-
> From: Geoffrey Myers [mailto:li...@serioustechnology.com]
> Sent: Wednesday, April 25, 2012 11:13 AM
> To: users@subversion.apache.org
> Subject: Put a tag in the wrong place
>
> I created a tag in my branches directory, can I simply move it to the tags
> directory
On Wed, Apr 25, 2012 at 8:22 AM, Andy Levy wrote:
> On Wed, Apr 25, 2012 at 11:12, Geoffrey Myers
> wrote:
> > I created a tag in my branches directory, can I simply move it to the
> tags
> > directory? My google foo was not successful.
>
> Yes. Subversion preserves history through copies & mov
On 04/25/2012 11:22 AM, Andy Levy wrote:
On Wed, Apr 25, 2012 at 11:12, Geoffrey Myers
wrote:
I created a tag in my branches directory, can I simply move it to the tags
directory? My google foo was not successful.
Yes. Subversion preserves history through copies& moves.
Thanks, I thought
On Wed, Apr 25, 2012 at 11:12, Geoffrey Myers
wrote:
> I created a tag in my branches directory, can I simply move it to the tags
> directory? My google foo was not successful.
Yes. Subversion preserves history through copies & moves.
I created a tag in my branches directory, can I simply move it to the
tags directory? My google foo was not successful.
--
Until later, Geoffrey
"I predict future happiness for America if they can prevent
the government from wasting the labors of the people under
the pretense of taking care of
On Thu, Apr 19, 2012 at 03:00:43PM +0200, Andrea Simonini wrote:
> Hello svn users,
>
> I run into the following problem(?) when trying to get revision
> properties on a repository with mod_dav_authz enabled.
> Specifically I've installed CollabNetSubversion-server-1.6.12-1
> ( apache 2.2 + DAV )
Johan Corveleyn wrote on Wed, Apr 25, 2012 at 10:50:53 +0200:
> with 'svn switch --relocate'.
This syntax works in all 1.x client versions, regardless of the value of x.
Hi, Gary,
-Ursprüngliche Nachricht-
> From: Stefan Sperling
> > > On Wed, Apr 25, 2012 at 09:23:31AM +0100, Gary wrote:
> > > The repo that I got my working copies from has moved, so I need to
> > > update them somehow. What is involved, please?
> > 1.6.x and earlier: svn help switch; see
On Wed, Apr 25, 2012 at 10:43 AM, Gary wrote:
> Many thanks. I'll give that a go. I just hope the new server isn't 1.7,
> because I know the old one was 1.6.
The version of the server doesn't matter. Your svn clients (and
working copies) don't really care (except for some newer features,
such as
Many thanks. I'll give that a go. I just hope the new server isn't 1.7, because
I know the old one was 1.6.
- Original Message -
From: Stefan Sperling
On Wed, Apr 25, 2012 at 09:23:31AM +0100, Gary wrote:
> The repo that I got my working copies from has moved, so I need to update
> th
On Wed, Apr 25, 2012 at 09:23:31AM +0100, Gary wrote:
> The repo that I got my working copies from has moved, so I need to update
> them somehow. What is involved, please?
>
1.6.x and earlier: svn help switch; see the --relocate option
1.7.x: svn help relocate
The repo that I got my working copies from has moved, so I need to update them
somehow. What is involved, please?
21 matches
Mail list logo