DUMP Error

2020-01-21 Thread Ashwin Kumar Vemula
Hi I am got an error C:\ >svnadmin create --fs-type fs_x %SVN_HOME%\repos\newProjectRepos This application has halted due to an unexpected error. A crash report and minidump file were saved to disk, you can find them here: C:\Users\VAVENK~1\AppData\Local\Temp\svn-crash-log20200121140652.log C:\Us

Re: DUMP Error

2020-01-21 Thread Andreas Stieger
Hi, > C:\ >svnadmin create --fs-type fs_x %SVN_HOME%\repos\newProjectRepos > This application has halted due to an unexpected error.   > Version: 1.12.0 (r1857323) Can you please upgrade to 1.12.2 or 1.13.0 and try again? Andreas

Re: DUMP Error

2020-01-21 Thread Nathan Hartman
On Tue, Jan 21, 2020 at 3:50 AM Ashwin Kumar Vemula < vavenkateshwa...@riministreet.com> wrote: > Hi > > > > I am got an error > > > > C:\ >svnadmin create --fs-type fs_x %SVN_HOME%\repos\newProjectRepos > > > Thank you for your report. The FSX back end is a work in progress and not ready for pro

Call for presentations for ApacheCon North America 2020 now open

2020-01-21 Thread Rich Bowen
Dear Apache enthusiast, (You’re receiving this message because you are subscribed to one or more project mailing lists at the Apache Software Foundation.) The call for presentations for ApacheCon North America 2020 is now open at https://apachecon.com/acna2020/cfp ApacheCon will be held at

Re: SVN Patch Vs GNU Patch

2020-01-21 Thread Nathan Hartman
On Mon, Jan 20, 2020 at 1:31 AM ДЕНИС КОсолапов wrote: > > On 2020/01/03 23:27:01 Dipu Haridasan wrote: > Hi Team, > > I observed that > for `svn patch` to apply properly, the spaces between filename and revision > in the patch must be a tab. However, the GNU patch works irrespective of the > n

Want to remove corrupt revisions on SVN

2020-01-21 Thread M Yazdi
Want to remove corrupt revisions on SVN. Try to dump revisions from 1-5133 after that 5847 to head but when I want to import dump file into the new repo below error appear! svnadmin create /svn/newrepo svnadmin dump -r1:5132 /svn/oldrepo > /tmp/dumpfile svnadmin dump --incremental -r5847:HEAD /sv

Re: Want to remove corrupt revisions on SVN

2020-01-21 Thread Andreas Stieger
Hi, On 1/21/20 5:54 PM, M Yazdi wrote: svnadmin create /svn/newrepo svnadmin dump -r1:5132 /svn/oldrepo > /tmp/dumpfile svnadmin dump --incremental -r5847:HEAD /svn/oldrepo >> /tmp/dumpfile svnadmin load /svn/newrepo < /tmp/dumpfile <<< Started new transaction, based on original revision 5850

Re: Want to remove corrupt revisions on SVN

2020-01-21 Thread Andreas Stieger
On 1/21/20 8:39 PM, M Yazdi wrote: On Jan 21, 2020, at 22:22, Andreas Stieger wrote: On 1/21/20 5:54 PM, M Yazdi wrote: svnadmin create /svn/newrepo svnadmin dump -r1:5132 /svn/oldrepo > /tmp/dumpfile svnadmin dump --incremental -r5847:HEAD /svn/oldrepo >> /tmp/dumpfile svnadmin load /svn/n

Re: DUMP Error

2020-01-21 Thread Daniel Shahaf
Nathan Hartman wrote on Tue, 21 Jan 2020 14:26 +00:00: > The FSX back end is a work in progress and not ready for production use. Then shouldn't «svnadmin create --fs-type=fsx» emit a warning to that effect, like --fs-type=bdb does?