Re: Subversion 1.7.4 should use pkg-config for sqlite3 libraries

2012-04-25 Thread Daniel Shahaf
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.

Re: Subversion 1.7.4 should use pkg-config for sqlite3 libraries

2012-04-25 Thread Nico Kadel-Garcia
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

Re: Subversion 1.7.4 should use pkg-config for sqlite3 libraries

2012-04-25 Thread Philip Martin
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

Re: Subversion 1.7.4 should use pkg-config for sqlite3 libraries

2012-04-25 Thread Philip Martin
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...

Re: Subversion 1.7.4 should use pkg-config for sqlite3 libraries

2012-04-25 Thread Alan Hourihane
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

Re: Subversion 1.7.4 should use pkg-config for sqlite3 libraries

2012-04-25 Thread Alan Hourihane
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

Re: Subversion 1.7.4 should use pkg-config for sqlite3 libraries

2012-04-25 Thread Philip Martin
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

Subversion 1.7.4 should use pkg-config for sqlite3 libraries

2012-04-25 Thread Alan
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

Re: Put a tag in the wrong place

2012-04-25 Thread Les Mikesell
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

RE: Put a tag in the wrong place

2012-04-25 Thread Bob Archer
> -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

Re: Put a tag in the wrong place

2012-04-25 Thread Geoff Hoffman
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

Re: Put a tag in the wrong place

2012-04-25 Thread Geoffrey Myers
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

Re: Put a tag in the wrong place

2012-04-25 Thread Andy Levy
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.

Put a tag in the wrong place

2012-04-25 Thread Geoffrey Myers
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

Re: svn propget problem(?)

2012-04-25 Thread Stefan Sperling
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 )

Re: Repo moved - how to update working copies

2012-04-25 Thread Daniel Shahaf
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.

AW: Repo moved - how to update working copies

2012-04-25 Thread Markus Schaber
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

Re: Repo moved - how to update working copies

2012-04-25 Thread Johan Corveleyn
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

Re: Repo moved - how to update working copies

2012-04-25 Thread Gary
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

Re: Repo moved - how to update working copies

2012-04-25 Thread 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 the --relocate option 1.7.x: svn help relocate

Repo moved - how to update working copies

2012-04-25 Thread Gary
The repo that I got my working copies from has moved, so I need to update them somehow. What is involved, please?