SVN Build Bot Farm

2017-01-23 Thread Luke Perkins
Team Members, I am an active user and SVN administrator for three systems in both personal and professional realms. I have not been part of the SVN developers or user mailing lists until recently, mainly because the SVN system works so well I have not seen a need to get involved. I repent.

Re: SVN-4668 : svnadmin dump node header order has changed

2017-01-23 Thread Stefan Sperling
On Mon, Jan 23, 2017 at 09:35:31AM -0800, Luke Perkins wrote: > Team, > > Summary: I have attached a proposed set of changes to the following files: > > 1.Subversion/include/svn_repos.h > 2.Subversion/libsvn_repos/dump.c > 3.Subversion/svnadmin/svnadmin.c > Hi Luke, Welcome to SVN

Re: SVN-4668 : svnadmin dump node header order has changed

2017-01-23 Thread Daniel Shahaf
Stefan Sperling wrote on Mon, Jan 23, 2017 at 19:33:52 +0100: > On Mon, Jan 23, 2017 at 09:35:31AM -0800, Luke Perkins wrote: > > Team, > > > > Summary: I have attached a proposed set of changes to the following files: > > > > 1. Subversion/include/svn_repos.h > > 2. Subversion/libsvn_repos/dum

[PATCH] Issue #4668: Fixing the node key order during svnadmin dump

2017-01-23 Thread Luke Perkins
[[[ Fix issue #4668: svnadmin dump node header order has changed These changes provide a means for the user to output the svnadmin dump using the node key order used in svnadmin version 1.8 and earlier. * subversion/include/svn_repos.h Added comment regarding the switch usage. (svn_repos_dump_fs4