Re: ASSERT

2017-10-17 Thread Daniel Shahaf
Johan Corveleyn wrote on Tue, 17 Oct 2017 22:44 +0200: > On Tue, Oct 17, 2017 at 4:13 PM, Mathias Feist > wrote: > > Yes, I speak of wc.db. As I said, it was probably missing. But I didn't > > check and I don't know for sure. I tried to solve something unrelated to > > SVN and in this process I

Re: ASSERT

2017-10-17 Thread Johan Corveleyn
On Tue, Oct 17, 2017 at 4:13 PM, Mathias Feist wrote: > Yes, I speak of wc.db. As I said, it was probably missing. But I didn't check > and I don't know for sure. I tried to solve something unrelated to SVN and in > this process I may have accidentally deleted it. The directory was still > ther

AW: ASSERT

2017-10-17 Thread Mathias Feist
. Mathias -Ursprüngliche Nachricht- Von: Johan Corveleyn [mailto:jcor...@gmail.com] Gesendet: Dienstag, 17. Oktober 2017 14:28 An: Mathias Feist Cc: users@subversion.apache.org Betreff: Re: ASSERT On Mon, Oct 16, 2017 at 8:56 PM, Mathias Feist wrote: > Hi Johan, > > the main reason

Re: ASSERT

2017-10-17 Thread Johan Corveleyn
On Mon, Oct 16, 2017 at 8:56 PM, Mathias Feist wrote: > Hi Johan, > > the main reason why I reported this is because the dialog asked me to do it. 😊 > > There are no svn:external definitions, just some svn:ignore. When I ran > cleanup, I used the default settings. Most

Re: ASSERT

2017-10-16 Thread Johan Corveleyn
On Wed, Oct 11, 2017 at 8:51 AM, Mathias Feist wrote: > 'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_client\cleanup.c' > > line 227: assertion failed (svn_dirent_is_absolute(dir_abspath)) > > Tried to update, error msg db file was missing. Followed advise to clea

ASSERT

2017-10-11 Thread Mathias Feist
'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_client\cleanup.c' line 227: assertion failed (svn_dirent_is_absolute(dir_abspath)) Tried to update, error msg db file was missing. Followed advise to clean up, error msg db file was missing. _

assert in svndumpfilter

2015-09-13 Thread Jens Christian Restemeier
. The filter seems to complete fine, though I’m getting an assert at the end of the run: lt-svndumpfilter: subversion/libsvn_subr/path.c:429: svn_path_compare_paths: Assertion `is_canonical(path1, path1_len)' failed. The offending path seems to be: path1: /trunk/Unity/Library/metadata/8a/ (whi

Possible (reproducible) ASSERT error with SVN 1.8.11 on Windows 8.1 x64

2015-01-18 Thread tux.
I'm not sure if this is a known error, but as I tried with TortoiseSVN and SlikSvn, I'm positive it's an upstream problem: I use Windows 8.1 x64 and wanted to checkout the FreeBSD docs repositories.

Re: Possible (reproducible) ASSERT error with SVN 1.8.11 on Windows 8.1 x64

2015-01-18 Thread Branko Čibej
On 18.01.2015 13:44, Bert Huijben wrote: > >> -Original Message- >> From: tux. [mailto:z...@tuxproject.de] >> Sent: zaterdag 17 januari 2015 19:18 >> To: users@subversion.apache.org >> Subject: Possible (reproducible) ASSERT error with SVN 1.8.11 on Window

RE: Possible (reproducible) ASSERT error with SVN 1.8.11 on Windows 8.1 x64

2015-01-18 Thread Bert Huijben
> -Original Message- > From: tux. [mailto:z...@tuxproject.de] > Sent: zaterdag 17 januari 2015 19:18 > To: users@subversion.apache.org > Subject: Possible (reproducible) ASSERT error with SVN 1.8.11 on Windows 8.1 > x64 > > I'm not sure if this is a kno

Re: Possible (reproducible) ASSERT error with SVN 1.8.11 on Windows 8.1 x64

2015-01-18 Thread Branko Čibej
://svn0.us-west.FreeBSD.org/doc/ > This reproducibly leads to this error: > >> svn: E235000: In Datei >> »..\..\..\subversion\libsvn_wc\update_editor.c«, Zeile 1550: >> Assert-Anweisung schlug fehl (action == >> svn_wc_conflict_action_delete) > (Yes, I'm German.

Possible (reproducible) ASSERT error with SVN 1.8.11 on Windows 8.1 x64

2015-01-18 Thread tux.
this error: > svn: E235000: In Datei > »..\..\..\subversion\libsvn_wc\update_editor.c«, Zeile 1550: > Assert-Anweisung schlug fehl (action == > svn_wc_conflict_action_delete) (Yes, I'm German. Hope that's not a problem. ;-)) Maybe some ideas? Regards.

Re: The assert subroutine failed ( file subversion/libsvn_delta/text_delta.c )

2014-12-08 Thread Stefan Fuhrmann
- Failed to sync apd repos [ ]. > The assert subroutine failed: window->sview_len == 0 || > (window->sview_offset >= ab->sbuf_offset && (window->sview_offset + > window->sview_len >= ab->sbuf_offset + ab->sbuf_len) > ), file subversion/libsvn_delta/tex

The assert subroutine failed ( file subversion/libsvn_delta/text_delta.c )

2014-12-08 Thread Naveen Mc
Hi, I am facing the following issue when i try to sync master and mirror svn repositories. Any idea how do i fix this.Is it svn 1.5 known bug? Please help. OS - AIX/Linux SVN Version - 1.5 ERROR: - Failed to sync apd repos [ ]. The assert subroutine failed: window->sview_len == 0 || (win

Assert with Github and tortoisesvn

2014-09-05 Thread Breno Magalhaes
When I try to sync my local folder with the github repository is returning this assert: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c' line 1550: assertion failed (action == svn_wc_conflict_action_delete) Breno Magalhaes

Re: assert+fail when copying a directory

2014-09-05 Thread Bert Huijben
‎September‎ ‎5‎, ‎2014 ‎3‎:‎41‎ ‎AM To: users@subversion.apache.org Note that this error also occurs in svn, version 1.8.10 (r1615264). On Fri, Aug 29, 2014 at 6:31 AM, John Crim wrote: I first tried copying a directory in TortoiseSvn within the same parent directory, and rece

Re: assert+fail when copying a directory

2014-09-04 Thread John Crim
Note that this error also occurs in svn, version 1.8.10 (r1615264). On Fri, Aug 29, 2014 at 6:31 AM, John Crim wrote: I first tried copying a directory in TortoiseSvn within the same parent directory, and received the assert error + failure. Then I tried the same operation from the

assert+fail when copying a directory

2014-08-29 Thread John Crim
I first tried copying a directory in TortoiseSvn within the same parent directory, and received the assert error + failure. Then I tried the same operation from the command line and got the same exception: Running Windows 8.1, svn 1.8.8 This operation completely describes what I was doing

Re: assert triggered in update_editor.c

2014-06-02 Thread vinupatel30
failed (action == svn_wc_conflict_action_delete) --- OK --- -- View this message in context: http://subversion.1072662.n5.nabble.com/assert-triggered-in-update-editor-c-tp117139p188824.html Sent from the Subversion Users mailing list archive at Nabble.com.

Re: Bug report: svn assert failure: svn: subversion/libsvn_client/merge.c:3128: merge_dir_deleted: Assertion `delb != ((void *)0)' failed.

2014-03-17 Thread Danilo Piazzalunga
2014-03-15 11:24 GMT+01:00 Bert Huijben : > This merge will cause the segfault with --force, while the merge succeeds > without problems without the --force. > > The problem is fixed on trunk in r1577812, but that doesn't remove my > recommendation of stopping to use --force with 1.8. Thanks for f

RE: Bug report: svn assert failure: svn: subversion/libsvn_client/merge.c:3128: merge_dir_deleted: Assertion `delb != ((void *)0)' failed.

2014-03-15 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: zaterdag 15 maart 2014 10:31 > To: 'Stefan Sperling'; 'Danilo Piazzalunga' > Cc: users@subversion.apache.org > Subject: RE: Bug report: svn assert failure: svn: &

RE: Bug report: svn assert failure: svn: subversion/libsvn_client/merge.c:3128: merge_dir_deleted: Assertion `delb != ((void *)0)' failed.

2014-03-15 Thread Bert Huijben
> -Original Message- > From: Bert Huijben [mailto:b...@qqmail.nl] > Sent: zaterdag 15 maart 2014 10:03 > To: 'Stefan Sperling'; 'Danilo Piazzalunga' > Cc: users@subversion.apache.org > Subject: RE: Bug report: svn assert failure: svn: &

RE: Bug report: svn assert failure: svn: subversion/libsvn_client/merge.c:3128: merge_dir_deleted: Assertion `delb != ((void *)0)' failed.

2014-03-15 Thread Bert Huijben
> -Original Message- > From: Stefan Sperling [mailto:s...@elego.de] > Sent: zaterdag 15 maart 2014 09:45 > To: Danilo Piazzalunga > Cc: users@subversion.apache.org > Subject: Re: Bug report: svn assert failure: svn: > subversion/libsvn_client/merge.c:3128: merge_d

Re: Bug report: svn assert failure: svn: subversion/libsvn_client/merge.c:3128: merge_dir_deleted: Assertion `delb != ((void *)0)' failed.

2014-03-15 Thread Stefan Sperling
On Fri, Mar 14, 2014 at 10:53:05PM +0100, Danilo Piazzalunga wrote: > Hi all, > I am asking for confirmation before reporting a bug > > Using Subversion 1.8.8 installed from Ubuntu 14.04 packages, svn > crashed while performing a merge operation involving a replaced > directory. > > I already rep

Re: Bug report: svn assert failure: svn: subversion/libsvn_client/merge.c:3128: merge_dir_deleted: Assertion `delb != ((void *)0)' failed.

2014-03-15 Thread Bert Huijben
Did you read the documentation about adding issues? Adding an issue isn't part of the process of getting an issue resolved. So, do you want to be able to find it in a few years? Or do you want to see it fixed? If you only want to see it remembered, you can add an issue. But if you want to h

Bug report: svn assert failure: svn: subversion/libsvn_client/merge.c:3128: merge_dir_deleted: Assertion `delb != ((void *)0)' failed.

2014-03-14 Thread Danilo Piazzalunga
Hi all, I am asking for confirmation before reporting a bug Using Subversion 1.8.8 installed from Ubuntu 14.04 packages, svn crashed while performing a merge operation involving a replaced directory. I already reportted this bug to Ubuntu Launchpad as https://bugs.launchpad.net/ubuntu/+source/sub

Re: checksum assert fail

2012-03-21 Thread Andy Levy
On Wed, Mar 21, 2012 at 02:04, Lucian Smith wrote: > So, I did something dumb in subversion and got a nice error message > telling me to tell you what I did so that in case someone else is as goofy > as I, the program won't crash next time.  So here I am! > 'D:\Development\SVN\Releases\TortoiseSV

checksum assert fail

2012-03-20 Thread Lucian Smith
So, I did something dumb in subversion and got a nice error message telling me to tell you what I did so that in case someone else is as goofy as I, the program won't crash next time. So here I am! What I did was, on Windows 7 using Tortoise SVN, created some new files and slated them for addi

Re: assert triggered in update_editor.c

2011-12-05 Thread Philip Martin
se 1.8.0) > > > Updating '.': > svn: E235000: In file > 'D:\Development\SVN\Releases\TortoiseSVN-1.7.1\ext\subversion\ > subversion\libsvn_wc\update_editor.c' > > line 1582: > assertion failed (action == svn_wc_conflict_action_edit || > action ==

Re: assert triggered in update_editor.c

2011-12-05 Thread Ivo Schenk
evelopment\SVN\Releases\TortoiseSVN-1.7.1\ext\subversion\ subversion\libsvn_wc\update_editor.c' line 1582: assertion failed (action == svn_wc_conflict_action_edit || action == svn_wc_conflict_action_delete || action == svn_wc_conflict_action_replace) This assert can be triggered triggered,

Re: assert triggered in update_editor.c

2011-09-02 Thread Erik Faye-Lund
Sorry for the late reply. I've upgraded to TortoiseSVN 1.7 RC1, and the problem persists (not that I had a reason to expect otherwise). On Thu, Aug 25, 2011 at 6:02 PM, Stefan Sperling wrote: > On Thu, Aug 25, 2011 at 11:51:33AM +0200, Erik Faye-Lund wrote: >> On Wed, Aug 24, 2011 at 5:01 PM, Ste

Re: assert triggered in update_editor.c

2011-08-25 Thread Daniel Shahaf
> > This is definitely something related to tree conflicts. > > > You must have had a locally edited, deleted, or replaced node. > > > The incoming change was something other than an edit, delete, > > > or replace. > > > > But shouldn't that have been solved by a revert in that case? Because > > it still triggers when I revert and re-update here... > > The assertion means that the client thinks the server is sending > nonsense. Is that so? The client isn't supposed to assert on bad server behaviour.

Re: assert triggered in update_editor.c

2011-08-25 Thread Stefan Sperling
On Thu, Aug 25, 2011 at 11:51:33AM +0200, Erik Faye-Lund wrote: > On Wed, Aug 24, 2011 at 5:01 PM, Stefan Sperling wrote: > > On Wed, Aug 24, 2011 at 03:12:04PM +0200, Erik Faye-Lund wrote: > >> In file > >>  'D:\Development\SVN\Releases\TortoiseSVN-1.7-beta2\ext\subversion\subversion\libsvn_wc\up

Re: assert triggered in update_editor.c

2011-08-25 Thread Erik Faye-Lund
On Wed, Aug 24, 2011 at 5:01 PM, Stefan Sperling wrote: > On Wed, Aug 24, 2011 at 03:12:04PM +0200, Erik Faye-Lund wrote: >> In file >>  'D:\Development\SVN\Releases\TortoiseSVN-1.7-beta2\ext\subversion\subversion\libsvn_wc\update_editor.c' >>  line 1582: assertion failed (action == svn_wc_conflic

Re: assert triggered in update_editor.c

2011-08-24 Thread Stefan Sperling
On Wed, Aug 24, 2011 at 03:12:04PM +0200, Erik Faye-Lund wrote: > In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.7-beta2\ext\subversion\subversion\libsvn_wc\update_editor.c' > line 1582: assertion failed (action == svn_wc_conflict_action_edit || action > == svn_wc_conflict_action_delete

Re: assert triggered in update_editor.c

2011-08-24 Thread Erik Faye-Lund
On Wed, Aug 24, 2011 at 3:12 PM, Erik Faye-Lund wrote: > Hi, I recently upgraded my TortoiseSVN installation to 1.7-beta2, and > after upgrading the repository info for one of my checkouts, I tried > an update. > > After a long time (I haven't updated that repo for quite some time), I > got a dial

assert triggered in update_editor.c

2011-08-24 Thread Erik Faye-Lund
ode-base, but my knee-jerk instinct was that I did have local modifications in some of the files; luckily these were pure throw-away things. So after a clean-up and revert I updated again, and everything seems to be in order again. I did a quick search on some of the words in the assert, but didn't

Re: 1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Dave Huang
On 7/19/2011 7:15 PM, Mark Phippard wrote: CollabNet did not post anything. In an open-source project (mine), on a hosting site operated by CollabNet, I posted my Windows binaries in a listing labelled "Development Builds" just as I have been doing from trunk for months. This is not different

Re: 1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Mark Phippard
On Tue, Jul 19, 2011 at 8:03 PM, Greg Stein wrote: > On Tue, Jul 19, 2011 at 19:18, Daniel Shahaf > wrote: > >... > >> BTW: Someone mentioned using svn 1.7 beta1 and some said it was not > >> released yet. Collabnet disagree as beta1 is listed here: > >> > https://ctf.open.collab.net/sf/frs/do/v

Re: 1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Greg Stein
e.org >> Subject: Re: 1.7 alpha3 bug (assert/exception) during update >> >> tldr for dev@: assertion that Gunnar and I can both reproduce easily >> using 1.7.0-beta1: >> >> % $svn checkout -q https://zlibnet.svn.codeplex.com/svn test >> % $svn update test >

Re: 1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Greg Stein
On Tue, Jul 19, 2011 at 19:18, Daniel Shahaf wrote: >... >> BTW: Someone mentioned using svn 1.7 beta1 and some said it was not >> released yet. Collabnet disagree as beta1 is listed here: >> https://ctf.open.collab.net/sf/frs/do/viewRelease/projects.csvn/frs.svn_binaries.windows CollabNet should

Re: 1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Daniel Shahaf
Gunnar Dalsnes wrote on Wed, Jul 20, 2011 at 00:59:38 +0200: > BTW: Someone mentioned using svn 1.7 beta1 and some said it was not > released yet. Collabnet disagree as beta1 is listed here: > https://ctf.open.collab.net/sf/frs/do/viewRelease/projects.csvn/frs.svn_binaries.windows It /has/ not bee

RE: 1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Bert Huijben
> -Original Message- > From: Daniel Shahaf [mailto:d...@daniel.shahaf.name] > Sent: woensdag 20 juli 2011 1:19 > To: Gunnar Dalsnes; d...@subversion.apache.org > Cc: users@subversion.apache.org > Subject: Re: 1.7 alpha3 bug (assert/exception) during update > >

Re: 1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Stefan Sperling
On Wed, Jul 20, 2011 at 12:59:38AM +0200, Gunnar Dalsnes wrote: > Hi, > > Get an exception/assert in svn 1.7 alpha3. > > Easily reproduceable by doing this (the svn repo is public): > > --- > > > svn checkout https://zlibnet.svn.codeplex.com/svn test > Check

Re: 1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Daniel Shahaf
tldr for dev@: assertion that Gunnar and I can both reproduce easily using 1.7.0-beta1: % $svn checkout -q https://zlibnet.svn.codeplex.com/svn test % $svn update test (asserts) Gunnar Dalsnes wrote on Wed, Jul 20, 2011 at 00:59:38 +0200: > Hi, > > Get an exception/assert in svn 1

1.7 alpha3 bug (assert/exception) during update

2011-07-19 Thread Gunnar Dalsnes
Hi, Get an exception/assert in svn 1.7 alpha3. Easily reproduceable by doing this (the svn repo is public): --- > svn checkout https://zlibnet.svn.codeplex.com/svn test Checked out revision 11497. > svn update test Updating 'test': svn: E235000: In file '..\..\..\subvers

RE: Assert when Edit Conflict

2011-01-25 Thread Joel Wahlberg
Thank you for the quick answer. I will upgrade as soon as possible. /Joel -Original Message- From: Johan Corveleyn [mailto:jcor...@gmail.com] Sent: den 25 januari 2011 11:51 To: Joel Wahlberg Cc: users@subversion.apache.org Subject: Re: Assert when Edit Conflict Hi Joel, [ In the

Re: Assert when Edit Conflict

2011-01-25 Thread Stefan Sperling
On Tue, Jan 25, 2011 at 10:15:48AM +, Joel Wahlberg wrote: > > I've tried to merge some project files but ended up with: > > [cid:image002.png@01CBBC80.27E388D0] > > Pressing Keep the directory resulted in: > > [cid:image001.png@01CBBC80.27E388D0] The attached image shows the assertion des

Re: Assert when Edit Conflict

2011-01-25 Thread Johan Corveleyn
Hi Joel, [ In the future, could you please type or copy-paste the error message in the body of the mail? Makes it easier to read (and not everybody can open/see inline or attached images), and findable if someone searches the archives. ] For posterity, the error message is: "In file 'D:\Develop

Assert when Edit Conflict

2011-01-25 Thread Joel Wahlberg
I've tried to merge some project files but ended up with: [cid:image002.png@01CBBC80.27E388D0] Pressing Keep the directory resulted in: [cid:image001.png@01CBBC80.27E388D0] [cid:image002.png@01CBBC80.27E388D0] Merging from a branch with name "xxx" but with a subfolder "Ciceron" to th