[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: E235000: assertion failed (SVN_IS_VALID_REVNUM(new_revision))

From: Tomasz Grobelny <tomasz.grobelny_at_makingwaves.pl>
Date: Wed, 21 Jan 2015 12:01:59 +0000

Thanks for information.
I don't have access to the server - it is codeplex server. Not sure what they are using there. I already posted a question on codeplex forum (https://codeplex.codeplex.com/discussions/578215) and will see what they have to say about it.

Tomek

From: Bert Huijben [mailto:bert_at_qqmail.nl]
Sent: Wednesday, January 21, 2015 12:43 PM
To: Tomasz Grobelny; users_at_subversion.apache.org
Subject: RE: E235000: assertion failed (SVN_IS_VALID_REVNUM(new_revision))

                Hi,

In this case I would start by checking your 'Subversion' server.

Are you using a true subversion server, or some kind of proxy over a different system (GitHub, Codeplex, SvnProxy?)

The error you see implies that the server says that your commit created a negative revision number or no revision...
which is something that really shouldn't be possible with a normal Subversion server.

If you have access to your Subversion server, do you see something logged there?

                Bert

From: Tomasz Grobelny [mailto:tomasz.grobelny_at_makingwaves.pl]
Sent: woensdag 21 januari 2015 11:42
To: users_at_subversion.apache.org<mailto:users_at_subversion.apache.org>
Subject: E235000: assertion failed (SVN_IS_VALID_REVNUM(new_revision))

I am trying to commit a change to a repository on codeplex, but I am unable to do so:

D:\Projects\openwaves\OpenWaves.EPiServer\trunk\src>"C:\Program Files\TortoiseSVN\bin\svn.exe" commit -m " - add OpenWaves.EPiServer6 on trunk branch"
Sending OpenWaves.EPiServer.sln
Adding OpenWaves.EPiServer6
Sending OpenWaves.EPiServer6\EPiVirtualPathFileProvider.cs
Deleting OpenWaves.EPiServer6\OpenWaves.EPiServer.csproj
Deleting OpenWaves.EPiServer6\OpenWaves.EPiServer.nuspec
Adding OpenWaves.EPiServer6\OpenWaves.EPiServer6.csproj
Adding OpenWaves.EPiServer6\OpenWaves.EPiServer6.nuspec
Sending OpenWaves.EPiServer6\packages.config
Transmitting file data ....svn: E235000: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.8.10\ext\subversion\subversion\libsvn_wc\wc_db.c' line 11342: assert
ion failed (SVN_IS_VALID_REVNUM(new_revision))

Any ideas how can I start debugging the issue?

Regards,
Tomasz Grobelny
Received on 2015-01-21 13:06:10 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.