Re: File external into directory external's directory broken in 1.7

2012-08-17 Thread btfritz
I wrote: > I have one repository with two projects. Project A externals in a couple > directories from Project B (a library). But the tag I need to pull in from > Project B did not have a Windows build, only a target (Linux derivative) > build, so I have a third external defined to pull in a Windo

Re: Repairing or removing broken revisions

2012-08-17 Thread Trent Fisher
On 08/14/2012 06:13 PM, Daniel Shahaf wrote: Trent Fisher wrote on Mon, Aug 13, 2012 at 22:10:57 -0400: On 08/01/2012 10:49 AM, Johan Corveleyn wrote: On Wed, Aug 1, 2012 at 2:24 PM, Joachim Sauer wrote: Hello, I'm currently reworking backups of multiple SVN repositories. In the process I fo

File external into directory external's directory broken in 1.7

2012-08-17 Thread btfritz
I have one repository with two projects. Project A externals in a couple directories from Project B (a library). But the tag I need to pull in from Project B did not have a Windows build, only a target (Linux derivative) build, so I have a third external defined to pull in a Windows build of th

Re: Update to psvn.el for SVN 1.7

2012-08-17 Thread Andre Colomb
Daniel Shahaf wrote on 2012-08-17 17:04 > Andre Colomb wrote on Fri, Aug 17, 2012 at 14:38:43 +0200: >> Hi Subversion developers! >> > > Please use the dev@ list to reach the developers (including for patch > submissions). See http://subversion.apache.org/patches . Thanks! Thank you for the he

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

2012-08-17 Thread Robert Whitaker
- Original Message - > From: Daniel Shahaf > Sent: Friday, August 17, 2012 10:03 AM > > % mkdir d > % cd d > % mkdir notes notes/commit-access-templates > % svn co -q > http://svn.apache.org/repos/asf/subversion/trunk/notes/commit-access-templates/ > notes/commit-access-templates/ > % svn

Re: Update to psvn.el for SVN 1.7

2012-08-17 Thread Daniel Shahaf
Andre Colomb wrote on Fri, Aug 17, 2012 at 14:38:43 +0200: > Hi Subversion developers! > Please use the dev@ list to reach the developers (including for patch submissions). See http://subversion.apache.org/patches . Thanks! > The current HEAD version of the Emacs SVN status mode, psvn.el does

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

2012-08-17 Thread Daniel Shahaf
Robert Whitaker wrote on Wed, Aug 15, 2012 at 23:00:53 -0700: > > QUESTION > > Is it possible to retroactively convert a "disjoint" working copy > into a "sparse" working copy? % mkdir d % cd d % mkdir notes notes/commit-access-templates % svn co -q http://svn.apache.org/repos

Update to psvn.el for SVN 1.7

2012-08-17 Thread Andre Colomb
Hi Subversion developers! The current HEAD version of the Emacs SVN status mode, psvn.el does not properly support working copies in SVN 1.7 format. It expects each directory to have a .svn subdirectory, which is no longer the case. Googling around, I found a small patch [1], courtesy of Koji

Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-17 Thread Daniel Shahaf
Knowing how to make Subversion's build use Neon is documented in the INSTALL file in the root of the subversion source tree (and tarball). As to the rest: read up on how shared libraries (.so / .dll) work in C. You used a symbol at compile-time that could not be resolved at link time. The easier

RE: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-17 Thread Ferreira, Matthew
I appreciate your help...if you (or anyone else) has a tip on where I could readup on this stuff so I could try and figure it out, I'd read up on it...I've never had to compile software from source before, typically I had a development team that handled that for me in previous positions -Or

Re: mod_dontdothat RPM building problems with subversion-1.7.6

2012-08-17 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Thu, Aug 16, 2012 at 23:13:12 -0400: > 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: > >> If you want to add targets to install individual tools, too, I imagine > >> we would welcome a patch for

Re: mod_dontdothat RPM building problems with subversion-1.7.6

2012-08-17 Thread Daniel Shahaf
Nico Kadel-Garcia wrote on Thu, Aug 16, 2012 at 22:38:54 -0400: > 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 Apa

Re: Issues compiling SVN 1.7.5 on Solaris Sparc 9

2012-08-17 Thread Daniel Shahaf
Daniel Shahaf wrote on Thu, Aug 16, 2012 at 23:58:34 +0100: > 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 This should have read: 2