Re: Can I combine 'complete' and 'cherry-pick' merges?

2016-03-15 Thread Eric Dramstad
Eric Dramstad gmail.com> writes: > I'm thinking of doing this (while standing inside a trunk workarea): > >    svn merge ^/feature >     svn merge -c -100 ./file.c >     svn merge -c -101 ./file.h >     svn commit -m 'reintegrated feature' That should

Can I combine 'complete' and 'cherry-pick' merges?

2016-03-15 Thread Eric Dramstad
runk workarea): svn merge ^/feature svn merge -c -100 ./file.c svn merge -c -101 ./file.h svn commit -m 'reintegrated feature' Thanks, Eric Dramstad

Re: Problems building subversion 1.9.3 as required for use with GNU Stow on RHEL 5.11

2016-03-15 Thread Eric Dramstad
Our other machines are running 7.2 and seem to work better. Thanks for the tip about Wandisco's offerings. I didn't think to look around for builds of old subversion. I'll keep your tools in mind if I need to build subversion again in the future. Thanks again, Eric Dramstad On Tu

Re: Problems building subversion 1.9.3 as required for use with GNU Stow on RHEL 5.11

2016-03-15 Thread Eric Dramstad
On Mon, Mar 14, 2016 at 8:08 PM, Daniel Shahaf wrote: > Try --disable-shared --enable-static without --enable-all-static. > Your suggestion to use --disable-shared --enable-static worked. Thanks for that! I mentioned that a previous attempt to configure with --disable-shared --enable-all-static

Problems building subversion 1.9.3 as required for use with GNU Stow on RHEL 5.11

2016-03-14 Thread Eric Dramstad
-2003-03/1839.shtml Thank you in advance for you help, Eric Dramstad