Re: svndumpfilter help

2016-02-05 Thread Ryan Schmidt
On Feb 3, 2016, at 10:49 AM, Eric Antonio Maquiling wrote: > I have a new problem. Not a problem with the software I think this is > sysadmin/user error. > > I've read the docs and examples on how to use svnadmin dump and svndumpfilter. > > I'm familiar with dumps and loads. But I have a new

Subversion crashes on list with an empty format 3 repo

2016-02-05 Thread Michael Osipov
Hi folks, Subversion advised me to report this. The following command was performed: svn --non-interactive list file:///D:/Entwicklung/Projekte/maven-wagon/wagon-providers/wagon-scm/src/test/resources/test-repo-svn The repo is available here [1], the crash files are here [2]. The issue can a

Re: svndumpfilter help

2016-02-05 Thread Eric Antonio Maquiling
> >If the old repository root is svn://x.x.x.x/mainproject and the stuff you want >to include in the dump is in branch/this_new_stuff in the old repository, then >you need to run: > >svnadmin dump mainproject > mainproject.dump >svndumpfilter include branch/this_new_stuff < mainproject.dump > >new

Re: svndumpfilter help

2016-02-05 Thread Eric Antonio Maquiling
> >svnadmin dump mainproject > mainproject.dump >svndumpfilter include branch/this_new_stuff < mainproject.dump > >new_stuff_only.dmp I guess I did try it bofore and I got this error: Revision 2003 committed as 2003. Revision 2004 committed as 2004. Revision 2005 committed as 2005. Revision 2006

Re: Subversion crashes on list with an empty format 3 repo

2016-02-05 Thread Ivan Zhakov
On 5 February 2016 at 21:38, Michael Osipov wrote: > Hi folks, > > Subversion advised me to report this. > > The following command was performed: > svn --non-interactive list > file:///D:/Entwicklung/Projekte/maven-wagon/wagon-providers/wagon-scm/src/test/resources/test-repo-svn > > The repo is a

Re: Subversion crashes on list with an empty format 3 repo

2016-02-05 Thread Michael Osipov
Am 2016-02-05 um 20:31 schrieb Ivan Zhakov: On 5 February 2016 at 21:38, Michael Osipov wrote: Hi folks, Subversion advised me to report this. The following command was performed: svn --non-interactive list file:///D:/Entwicklung/Projekte/maven-wagon/wagon-providers/wagon-scm/src/test/resour

Re: Subversion crashes on list with an empty format 3 repo

2016-02-05 Thread Ivan Zhakov
On 5 February 2016 at 23:48, Michael Osipov wrote: > Am 2016-02-05 um 20:31 schrieb Ivan Zhakov: >> >> On 5 February 2016 at 21:38, Michael Osipov wrote: >>> >>> Hi folks, >>> >>> Subversion advised me to report this. >>> >>> The following command was performed: >>> svn --non-interactive list >>

Problem setting up authz on svnserve

2016-02-05 Thread Rick Varney
Hello, I am a newbie to using authz, and am trying to set it up for the first time. For reasons I don't understand, I can't seem to get it working. I am using svnserve and fsfs, subversion 1.8.10 for both server and client for testing. My svnserve.conf setup is: anon-access = none password-db

Re: Subversion crashes on list with an empty format 3 repo

2016-02-05 Thread Michael Osipov
Am 2016-02-05 um 22:10 schrieb Ivan Zhakov: On 5 February 2016 at 23:48, Michael Osipov wrote: Am 2016-02-05 um 20:31 schrieb Ivan Zhakov: On 5 February 2016 at 21:38, Michael Osipov wrote: Hi folks, Subversion advised me to report this. The following command was performed: svn --non-in

Re: Subversion crashes on list with an empty format 3 repo

2016-02-05 Thread Michael Osipov
Am 2016-02-05 um 22:10 schrieb Ivan Zhakov: On 5 February 2016 at 23:48, Michael Osipov wrote: Am 2016-02-05 um 20:31 schrieb Ivan Zhakov: On 5 February 2016 at 21:38, Michael Osipov wrote: Hi folks, Subversion advised me to report this. The following command was performed: svn --non-in

Re: svndumpfilter help

2016-02-05 Thread Ryan Schmidt
On Feb 5, 2016, at 1:04 PM, Eric Antonio Maquiling wrote: >> svnadmin dump mainproject > mainproject.dump >> svndumpfilter include branch/this_new_stuff < mainproject.dump > >> new_stuff_only.dmp > > I guess I did try it bofore and I got this error: > > Revision 2003 committed as 2003. > Revis