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:\Users\VAVENK~1\AppData\Local\Temp\svn-crash-log20200121140652.dmp
Please send the log file to users@subversion.apache.org to help us analyze
and solve this problem.

Hence sending you the files

Regards,
Ashwin
*
Ashwin Vemula
Development Manager, Global Service Delivery Innovation
Rimini Street India Operations Pvt. Ltd.
+91 789 392 2033 (Office M)
+91 949 045 0109 (Personal M)
vavenkateshwa...@riministreet.com
www.riministreet.com
Nasdaq: RMNI

This message and any attached documents may contain information that is 
confidential and may constitute inside information. If you are not an intended 
recipient, you are directed not to read, disclose, distribute or otherwise use 
this transmission. Delivery of this message is not intended to waive 
confidentiality. If you have received this email in error, please notify the 
sender immediately and delete this message from your system. To remove yourself 
from our email distribution, please go to www.riministreet.com/unsubscribe. 
Rimini Street, Inc., Worldwide Headquarters: 3993 Howard Hughes Parkway, Las 
Vegas NV 89169. +1.702.839.9671 www.riministreet.com


svn-crash-log20200121140652.dmp
Description: svn-crash-log20200121140652.dmp


svn-crash-log20200121140652.log
Description: svn-crash-log20200121140652.log


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 production use.

If you are setting up a repository for production use, please use the FSFS
back end (--fs-type fsfs), which is the default. This back end is heavily
tested and used in production.

If, on the other hand, you wish to participate in the development and
completion of FSX, enthusiastic contributors welcome!

Thanks,
Nathan




>


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 the Sheraton, New Orleans, September 28th 
through October 2nd, 2020.


As in past years, ApacheCon will feature tracks focusing on the various 
technologies within the Apache ecosystem, and so the call for 
presentations will ask you to select one of those tracks, or “General” 
if the content falls outside of one of our already-organized tracks. 
These tracks are:


Karaf
Internet of Things
Fineract
Community
Content Delivery
Solr/Lucene (Search)
Gobblin/Big Data Integration
Ignite
Observability
Cloudstack
Geospatial
Graph
Camel/Integration
Flagon
Tomcat
Cassandra
Groovy
Web/httpd
General/Other

The CFP will close Friday, May 1, 2020 8:00 AM (America/New_York time).

Submit early, submit often, at https://apachecon.com/acna2020/cfp

Rich, for the ApacheCon Planners


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 
> number of spaces between filename and revision. For example, the below patch 
> can be applied using the GNU patch, however with `svn patch` it fails to 
> apply the patch as there are more spaces between filename and revision 
> argument (brcm_cos_utils.c (revision 1070911)). > > Index: brcm_cos_utils.c >

Hello,

Thank you for your message.

This issue has been discussed at length recently on our dev@ list.
Archived here (among other places):

https://lists.apache.org/thread.html/04c56ac220b3cb64ca0eeb95da21750fb7d7b133196c684608ada892%40%3Cdev.subversion.apache.org%3E

If you'd like to participate in the discussion, feel free to subscribe
to dev@ [1]...

[1] https://subversion.apache.org/mailing-lists.html

Thanks,
Nathan


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 /svn/oldrepo >> /tmp/dumpfile
svnadmin load /svn/newrepo < /tmp/dumpfile
<<< Started new transaction, based on original revision 5850 * editing path : 
branches/15 ...svnadmin: E160013: File not found: transaction '5134-3ym', path 
'/branches/15'
Any recommendation?



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 * editing
path : branches/15 ...svnadmin: E160013: File not found: transaction
'5134-3ym', path '/branches/15'




You are dumping and importing non-continuous revision ranges, where the
second one is incremental. One of the revisions (r5850) attempts to
modify a path that is not known to the repository. It was originally
created in one of the revisions you left out.

Look into svndumpfilter,


Andreas



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/newrepo < /tmp/dumpfile

<<< Started new transaction, based on original revision 5850 *
editing path : branches/15 ...svnadmin: E160013: File not found:
transaction '5134-3ym', path '/branches/15'



You are dumping and importing non-continuous revision ranges, where
the second one is incremental. One of the revisions (r5850) attempts
to modify a path that is not known to the repository. It was
originally created in one of the revisions you left out.

Look into svndumpfilter,




What do you suggest? Would you please modify my command, I try
different way but it give me same error!
I just Want to remove revision 5132 to 5847.



Please keep your replies on the mailing list for public follow-ups.

In short, you cannot remove these revisions and then attempt to load
subsequent revisions (r5850 and certainly others) that modify something
that you just filtered out.

What is "corrupt" about these revisions in the first place?


Andreas




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?