Re: mod_dontdothat RPM building problems with subversion-1.7.6

2012-08-16 Thread Nico Kadel-Garcia
On Thu, Aug 16, 2012 at 10:38 PM, Nico Kadel-Garcia wrote: > On Thu, Aug 16, 2012 at 6:55 PM, Daniel Shahaf > wrote: >> Nico Kadel-Garcia wrote on Thu, Aug 16, 2012 at 01:31:11 -0400: >>> On Wed, Aug 15, 2012 at 7:52 AM, Philip Martin wrote: >>> > I'm happy to announce the release of Apache Sub

Re: mod_dontdothat RPM building problems with subversion-1.7.6

2012-08-16 Thread Nico Kadel-Garcia
On Thu, Aug 16, 2012 at 6:55 PM, Daniel Shahaf wrote: > Nico Kadel-Garcia wrote on Thu, Aug 16, 2012 at 01:31:11 -0400: >> On Wed, Aug 15, 2012 at 7:52 AM, Philip Martin wrote: >> > I'm happy to announce the release of Apache Subversion 1.7.6. >> > Please choose the mirror closest to you by visit

Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-16 Thread Daniel Shahaf
This is really getting in the realm of stuff you should figure out yourself, but: 1. Pass --disable-nls to neon's configure too 2. Put neon as a SIBLING to subversion/ and build/ if you want neon to build it. Alternatively, build+install it yourself and let svn's configure find it (or help it by

Fwd: [Roman Plessl: Issues building svn 1.7.6 in non apache mode (module mod_dontdothat)]

2012-08-16 Thread Daniel Shahaf
Forwarding bug report (with patch) to dev@ - Forwarded message from Roman Plessl - > Date: Thu, 16 Aug 2012 09:48:32 +0200 (CEST) > From: Roman Plessl > To: users@subversion.apache.org > Subject: Issues building svn 1.7.6 in non apache mode (module mod_dontdothat) > Message-ID: > > Hi

Re: mod_dontdothat RPM building problems with subversion-1.7.6

2012-08-16 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Thu, Aug 16, 2012 at 01:31:11 -0400: > On Wed, Aug 15, 2012 at 7:52 AM, Philip Martin wrote: > > I'm happy to announce the release of Apache Subversion 1.7.6. > > Please choose the mirror closest to you by visiting: > > > > http://subversion.apache.org/download/#reco

Re: Creating sparse working copy retroactively from existing disjoint working copies

2012-08-16 Thread Robert Whitaker
> From: Johan Corveleyn > Sent: Thursday, August 16, 2012 2:38 AM > > [ snip ] > > Can you try: > > $ svn update --depth immediates /svn-test/mom/daughter > > That might connect granddaughter1 to daughter, with an E notification. > It might also pull in other siblings of granddaughter1 of course,

RE: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-16 Thread Ferreira, Matthew
Ok, my developers wanted the neon libs, so when I tried to compile the source from scratch with the neon libs installed (Downloaded the neon source,di configure, make make install) and when I recompile the svn source, I get get the following in my make (I ran ./configure --disable-nls and place

Re: Preventing check-ins from a subdirectory in the working copy

2012-08-16 Thread Andy Levy
On Thu, Aug 16, 2012 at 4:17 AM, Chris J Smith wrote: > Hi, > > Does anyone know if it's possible via repository hooks, configuration or > otherwise to prevent check ins from a subdirectory in a working copy? > > For example, our repository structure is: /project/trunk. We want people to > commi

Preventing check-ins from a subdirectory in the working copy

2012-08-16 Thread Chris J Smith
Hi, Does anyone know if it's possible via repository hooks, configuration or otherwise to prevent check ins from a subdirectory in a working copy? For example, our repository structure is: /project/trunk. We want people to commit only on the root directory /project/trunk and not /project/trunk/

Issues building svn 1.7.6 in non apache mode (module mod_dontdothat)

2012-08-16 Thread Roman Plessl
Hi All, I try to compile and installe the new subversion 1.7.6 using my build system. I use svnserve as standalone subversion server so my build is not using the apache bindings. I got the following compile error for the module mod_dontdothat: ... /bin/bash /scratch/build/subversion-1.7.6-rp

Re: Creating sparse working copy retroactively from existing disjoint working copies

2012-08-16 Thread Johan Corveleyn
On Thu, Aug 16, 2012 at 8:00 AM, Robert Whitaker wrote: [ snip ] > == > ALTERNATE SOLUTION > == > Of course there may be an alternate solution which uses existing svn > commands to solve this problem? I would be happy to hear from somebody > about how to solve thi

AW: Libraries and projects into SVN

2012-08-16 Thread Markus Schaber
Hi, Von: Leonardo Laface de Almeida [mailto:leona...@sweda.com.br] > > The system here is a bit complex and I will try to explain it. > > We have two main projects (P1 and P2). They are compiled in separated > environments, generating *.exe different files, but they use the same > source code al