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

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 liekely the assert appeared

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

Re: assert+fail when copying a directory

2014-09-05 Thread Bert Huijben
Can you reproduce this with a clean checkout? (If so, can you produce the steps for us so we can reproduce the problem) Currently I can only guess that your working copy has somehow invalid data recorded or your target is somehow special in a way your mail doesn't specify, but as you don't pro

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 comman

Re: assert triggered in update_editor.c

2014-06-02 Thread vinupatel30
Hi I am trying to commit git repository see this in last reply you say that in 1.7.2 it's solve but i got this is 1.8.7. what is wrong? can you suggest me . --- Subversion Exception! --- Subversion encountered a serious problem. Please take the t

Re: assert triggered in update_editor.c

2011-12-05 Thread Philip Martin
Ivo Schenk writes: > Erik Faye-Lund gmail.com> writes: > > >> In file >> > 'D:\Development\SVN\Releases\TortoiseSVN-1.7-beta2\ext\... >> line 1582: ... >> --- > > > Same with SVN 1.7.1 (Tortoise 1.7.1 or Subclipse 1.8.0) > > > Updating '.': > svn: E235000: In file > 'D

Re: assert triggered in update_editor.c

2011-12-05 Thread Ivo Schenk
Erik Faye-Lund gmail.com> writes: > In file > 'D:\Development\SVN\Releases\TortoiseSVN-1.7-beta2\ext\... > line 1582: ... > --- Same with SVN 1.7.1 (Tortoise 1.7.1 or Subclipse 1.8.0) Updating '.': svn: E235000: In file 'D:\Development\SVN\Releases\TortoiseSVN-1.7.

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
Stefan Sperling wrote on Thu, Aug 25, 2011 at 18:02:10 +0200: > 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\S

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

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