Re: Exception in blame.c, line 487 encountered

2010-06-29 Thread Daniel Shahaf
CC += dev@ Patrick Kursawe wrote on Tue, 29 Jun 2010 at 13:42 -: > Am 6/28/2010 10:38 PM, schrieb Daniel Shahaf: > [...] > > Wow. > > NICE. > > > > You're the first person I know of to be able to build Subversion on > > Windows without fighting with it for days/weeks before... (and you even >

Re: Exception in blame.c, line 487 encountered

2010-06-29 Thread Daniel Shahaf
Patrick Kursawe wrote on Tue, 29 Jun 2010 at 13:42 -: > Am 6/28/2010 10:38 PM, schrieb Daniel Shahaf: > [...] > > Firstly, could you please file an issue in our tracker, so we don't > > forget it? > > > > > I did not know the correct initial assignee, so I just assigned it to you - > #366

Re: Exception in blame.c, line 487 encountered

2010-06-29 Thread Patrick Kursawe
Am 6/28/2010 10:38 PM, schrieb Daniel Shahaf: [...] Wow. NICE. You're the first person I know of to be able to build Subversion on Windows without fighting with it for days/weeks before... (and you even have a working debug environment) How did you do that? If I had known this, I hadn't tr

Re: Exception in blame.c, line 487 encountered

2010-06-28 Thread Daniel Shahaf
Patrick Kursawe wrote on Mon, 28 Jun 2010 at 12:18 -: > Patrick Kursawe wrote on Thu, 24 Jun 2010 at 16:03 -: > > > [...] > > In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.6.8\ext\subversion\subversion\libsvn_client\blame.c' > > line 487: assertion failed (frb->last_filename == NU

Re: Exception in blame.c, line 487 encountered

2010-06-28 Thread Patrick Kursawe
Patrick Kursawe wrote on Thu, 24 Jun 2010 at 16:03 -: [...] In file 'D:\Development\SVN\Releases\TortoiseSVN-1.6.8\ext\subversion\subversion\libsvn_client\blame.c' line 487: assertion failed (frb->last_filename == NULL) Am 6/25/2010 11:16 AM, schrieb Daniel Shahaf: It would probably

Re: Exception in blame.c, line 487 encountered

2010-06-25 Thread Daniel Shahaf
It would probably help if you tell us how to reproduce the issue. That is, tell us what command to run on some public repository to get the assertion, or give us a script (starting with 'svnadmin create') that ends with invoking the assertion. I'm not sure if this was reported before. Thanks,