svnmucc and creating new files in existing directories

2017-06-05 Thread Sam Ruby
When I moved whimsy from Ubuntu 14.04 (svn 1.8.8) to Ubuntu 16.04 (svn 1.9.3), svnmucc commands started failing for me: $ svnmucc --revision 0 --message 'test data, please ignore' -- put - https://svn.apache.org/repos/private/financials/Bills/paid/test < test svnmucc: E160016: Can't commit to

Re: Is it safe to remove deleted and no longer used branches from the svn:mergeinfo property?

2017-06-05 Thread Alfred von Campe
Stefan: > I'm regularly using the svn mergeinfo normalizer myself. It should suit your > requirements quite well, but you'd be aware that it hasn't been tested > thoroughly by a lot of people, since it's a new tool in the not yet released > 1.10 development branch. > I will test out this tool.

Re: svnmucc and creating new files in existing directories

2017-06-05 Thread Daniel Shahaf
Sam Ruby wrote on Mon, 05 Jun 2017 10:08 -0400: > When I moved whimsy from Ubuntu 14.04 (svn 1.8.8) to Ubuntu 16.04 (svn > 1.9.3), svnmucc commands started failing for me: > > $ svnmucc --revision 0 --message 'test data, please ignore' -- put - > https://svn.apache.org/repos/private/financials/B

Re: Is it safe to remove deleted and no longer used branches from the svn:mergeinfo property?

2017-06-05 Thread Daniel Shahaf
Alfred von Campe wrote on Mon, 05 Jun 2017 10:21 -0400: > Stefan Hett: > > If you wanna give it a quick try and are running on Windows, there are > > prebuilt binaries available for MaxSVN (disclaimer: that's a development > > binary distribution of SVN I'm > > maintaining):http://www.luke1410.d

Re: svnmucc and creating new files in existing directories

2017-06-05 Thread Sam Ruby
On 06/05/2017 02:10 PM, Daniel Shahaf wrote: Sam Ruby wrote on Mon, 05 Jun 2017 10:08 -0400: When I moved whimsy from Ubuntu 14.04 (svn 1.8.8) to Ubuntu 16.04 (svn 1.9.3), svnmucc commands started failing for me: $ svnmucc --revision 0 --message 'test data, please ignore' -- put - https://svn.a

Re: Is it safe to remove deleted and no longer used branches from the svn:mergeinfo property?

2017-06-05 Thread Alfred von Campe
On Jun 5, 2017, at 14:14, Daniel Shahaf wrote: > 'make svn-mergeinfo-normalizer' will build the tool. It can be run > in-tree, or you can run 'make install-tools' to install it. Hmm, I don’t see a Makefile in ^/subversion/trunk/tools/client-side/svn-mergeinfo-normalizer or its immediate parent

Re: Is it safe to remove deleted and no longer used branches from the svn:mergeinfo property?

2017-06-05 Thread Daniel Shahaf
Alfred von Campe wrote on Mon, 05 Jun 2017 16:34 -0400: > On Jun 5, 2017, at 14:14, Daniel Shahaf wrote: > > > 'make svn-mergeinfo-normalizer' will build the tool. It can be run > > in-tree, or you can run 'make install-tools' to install it. > > Hmm, I don’t see a Makefile in > ^/subversion/tru

Re: Is it safe to remove deleted and no longer used branches from the svn:mergeinfo property?

2017-06-05 Thread Daniel Shahaf
[ Sorry, hit 'send' by accident. ] Daniel Shahaf wrote on Mon, 05 Jun 2017 21:08 +: > What you need to run is: > > ./autogen.sh && ./configure && make svn-mergeinfo-normalizer > > You do need APR libraries for that. (Install the 'apr-dev' package.) > > The Makefile you were looking for wou

Re: svnmucc and creating new files in existing directories

2017-06-05 Thread Daniel Shahaf
Sam Ruby wrote on Mon, 05 Jun 2017 14:24 -0400: > On 06/05/2017 02:10 PM, Daniel Shahaf wrote: > > Sam Ruby wrote on Mon, 05 Jun 2017 10:08 -0400: > >> When I moved whimsy from Ubuntu 14.04 (svn 1.8.8) to Ubuntu 16.04 (svn > >> 1.9.3), svnmucc commands started failing for me: > >> > >> $ svnmucc --