Re: Subversion Exception

2022-04-27 Thread Andreas Stieger
"Miriam Mutici" wrote:
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.5\ext\subversion\subversion\libsvn_wc\wc_db.c'
> line 11825: assertion failed (op_depth == relpath_depth(local_relpath))

You are running an 8 year old version. Upgrade to a current version and try 
again.

Andreas


Re: Subversion Exception

2022-04-27 Thread Daniel Sahlberg
Den ons 27 apr. 2022 14:22Miriam Mutici 
skrev:

> Hello,
>
>
>
> when updating my repo after having a tree conflict (after a branch and
> rename) I’ve received the following exception which I report to you as I
> was asked by the error dialog:
>
> -------
>
> Subversion Exception!
>
> ---
>
> Subversion encountered a serious problem.
>
> Please take the time to report this on the Subversion mailing list
>
> with as much information as possible about what
>
> you were trying to do.
>
> But please first search the mailing list archives for the error message
>
> to avoid reporting the same problem repeatedly.
>
> You can find the mailing list archives at
>
> http://subversion.apache.org/mailing-lists.html
>
>
>
> Subversion reported the following
>
> (you can copy the content of this dialog
>
> to the clipboard using Ctrl-C):
>
>
>
> In file
>
>
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.5\ext\subversion\subversion\libsvn_wc\wc_db.c'
>
> line 11825: assertion failed (op_depth == relpath_depth(local_relpath))
>
> ---
>
> OK
>
> ---
>
The error message indicate that you are using a relatively old version. Any
chance you can try TortoiseSVN 1.14.3 (released a few weeks ago)?

Kind regards
Daniel


Subversion Exception

2022-04-27 Thread Miriam Mutici
Hello,

when updating my repo after having a tree conflict (after a branch and rename) 
I've received the following exception which I report to you as I was asked by 
the error dialog:
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.9.5\ext\subversion\subversion\libsvn_wc\wc_db.c'
line 11825: assertion failed (op_depth == relpath_depth(local_relpath))
---
OK
---

Best regards,
Miriam


--
Mit freundlichen Grüßen

Miriam Mutici, Mag.
Engineer, Product Area Rail

ITK Engineering GmbH
Geiereckstraße 6
A-1110 Wien

miriam.mut...@itk-engineering.com
_
ITK Engineering GmbH | Im Speyerer Tal 6 | 76761 Rülzheim
Tel.: +49 7272 7703-0 | Fax: +49 7272 7703-100
i...@itk-engineering.de<mailto:i...@itk-engineering.de> | 
www.itk-engineering.de<http://www.itk-engineering.de/>

Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board:
Dr. Rudolf Maier
Geschäftsführung/Executive Board:
Dr. Frank Schmidt (Vorsitzender/Chairman), Michael Englert, Bernd Gohlicke
Sitz der Gesellschaft/Registered Office: 76761 Rülzheim
Registergericht/Registered Court: Amtsgericht Landau, HRB 32046
USt.-ID-Nr./VAT-ID-No. DE 813165046




Re: Subversion Exception! svn_dirent_is_absolute(dir_abspath)

2021-03-23 Thread Daniel Sahlberg
Den tis 23 mars 2021 kl 12:17 skrev ram...@3vshej.cn :

> ---
> Subversion Exception!
> ---
> Subversion遇到了一个严重的问题。
> 麻烦您花点时间将这个问题报告给Subversion
> 请尽量详细的描述您之前尝试的操作。
> 不过希望您先在邮件存档中搜索一下同样的问题,避免重复提交。
> 您可以登录下面的地址搜索邮件存档:
> https://subversion.apache.org/mailing-lists.html
>
> Subversion产生的报告如下
> (您可以用Ctrl-C快捷键复制
> 本对话框的内容到剪切板):
>
> 文件
>
>   
> “D:\Development\SVN\Releases\TortoiseSVN-1.14.0\ext\subversion\subversion\libsvn_client\cleanup.c”,行
>   227:断言失败(svn_dirent_is_absolute(dir_abspath))
> ---
> 确定
> ---
>
>
This is a problem in the TortoiseSVN client and although the error message
suggest to report it here you will probably get better help at their
mailing list (https://groups.google.com/g/tortoisesvn). The error itself
comes from the Subversion library but there has been a number of cases
where TortoiseSVN is sending an incorrect path to the Subversion library
causing the assertion. At least you should report what you are trying to do
(most important is your working copy path and your repository URL and the
action you try to do).

Kind regards,
Daniel Sahlberg


Subversion Exception! svn_dirent_is_absolute(dir_abspath)

2021-03-23 Thread ram...@3vshej.cn

---
Subversion Exception!
---
Subversion遇到了一个严重的问题。
麻烦您花点时间将这个问题报告给Subversion
请尽量详细的描述您之前尝试的操作。
不过希望您先在邮件存档中搜索一下同样的问题,避免重复提交。
您可以登录下面的地址搜索邮件存档:
https://subversion.apache.org/mailing-lists.html

Subversion产生的报告如下
(您可以用Ctrl-C快捷键复制
本对话框的内容到剪切板):

文件
 
“D:\Development\SVN\Releases\TortoiseSVN-1.14.0\ext\subversion\subversion\libsvn_client\cleanup.c”,行
 227:断言失败(svn_dirent_is_absolute(dir_abspath))
---
确定
---



Re: Bug report - Subversion Exception

2020-12-24 Thread Daniel Sahlberg
Dear Pawel,

Could you try to install the command line tools in TortoiseSVN and then try
to cleanup in the command line?

Something like this:
cd /d [drive and path to your repository]
svn cleanup

If this works then you should report the error on the mailinglist of
TortoiseSVN, https://tortoisesvn.net/community.html (I'm also active there
so I might be able to help)

Kind regards,
Daniel Sahlberg


Den mån 7 dec. 2020 kl 08:06 skrev Pawel Hebda :

> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> https://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
>
>  
> 'D:\Development\SVN\Releases\TortoiseSVN-1.14.0\ext\subversion\subversion\libsvn_client\cleanup.c'
>  line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
>
>
> ---
> Just made SVN/Update one of the folders inside the repository and resolved
> some conflicts "using theirs" but noticed that some files were corrupted.
> Tried to update them again, but i was unable to choose Update from SVN
> list, as it's no longer part of the repository. When I tried to Cleanup i
> got this exception.
>
> It happened using TortoiseSVN 1.12, but updating to 1.14 didn't help.
>
>


Bug report - Subversion Exception

2020-12-06 Thread Pawel Hebda
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
https://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.14.0\ext\subversion\subversion\libsvn_client\cleanup.c'
 line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))


---
Just made SVN/Update one of the folders inside the repository and resolved
some conflicts "using theirs" but noticed that some files were corrupted.
Tried to update them again, but i was unable to choose Update from SVN
list, as it's no longer part of the repository. When I tried to Cleanup i
got this exception.

It happened using TortoiseSVN 1.12, but updating to 1.14 didn't help.


Re: Subversion Exception!

2020-10-02 Thread Marek Manukjan
It's definitely not a unique occurrence. Colleague of mine encountered this
too recently. Our repository's working copy size is ~1TB populated with
files around 5MB. This exception pops up during cleanup operation (probably
after an interrupted update), preventing it from finishing. As the working
copy is stuck in locked state, it's no longer usable once this happens and
needs to be re-downloaded. Unfortunately I don't have a copy of the
corrupted working copy, so I can't provide more details.

On Fri, Oct 2, 2020 at 1:28 AM Ryan Schmidt 
wrote:

>
>
> On Oct 1, 2020, at 17:11, Brian Stuart wrote:
>
> > -------
> > Subversion Exception!
> > ---
> > Subversion encountered a serious problem.
> > Please take the time to report this on the Subversion mailing list
> > with as much information as possible about what
> > you were trying to do.
>
> What were you doing when this happened?
>
> > But please first search the mailing list archives for the error message
> > to avoid reporting the same problem repeatedly.
> > You can find the mailing list archives at
> > https://subversion.apache.org/mailing-lists.html
> >
> > Subversion reported the following
> > (you can copy the content of this dialog
> > to the clipboard using Ctrl-C):
> >
> > In file
> >
> 'D:\Development\SVN\Releases\TortoiseSVN-1.14.0\ext\subversion\subversion\libsvn_wc\wc_db.c'
> > line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> > ---
> > OK
> > ---
>
>
>


Re: Subversion Exception!

2020-10-01 Thread Ryan Schmidt



On Oct 1, 2020, at 17:11, Brian Stuart wrote:

> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.

What were you doing when this happened?

> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> https://subversion.apache.org/mailing-lists.html
>  
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>  
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.14.0\ext\subversion\subversion\libsvn_wc\wc_db.c'
> line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---
> OK   
> ---




Subversion Exception!

2020-10-01 Thread Brian Stuart
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
https://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.14.0\ext\subversion\subversion\libsvn_wc\wc_db.c'
line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK
---

Brian Stuart  |  Engineering Manager
Smith Micro Software, Inc. |  120 Vantis, Suite 350, Aliso Viejo, CA 92656  |  
www.smithmicro.com<http://www.smithmicro.com/>
direct: +1 949 362 2331  | main +1 949 362 5088
[cid:image004.jpg@01D19EF9.40501350]<http://www.smithmicro.com/>
[cid:image006.jpg@01D19EF7.A9A63D90]<https://www.facebook.com/smithmicro>  
[cid:image008.jpg@01D19EF7.A9A63D90] 
<https://www.linkedin.com/company/smith-micro-software>   
[cid:image010.jpg@01D19EF7.A9A63D90] 
<https://twitter.com/smithmicro?ref_src=twsrc%5Egoogle%7Ctwcamp%5Eserp%7Ctwgr%5Eauthor>
   [cid:image012.jpg@01D19EF7.A9A63D90] 
<https://plus.google.com/+smithmicro/posts>   
[cid:image007.jpg@01D19EF9.40501350] 
<https://www.youtube.com/user/SmithMicroSoftware>



Re: (Case 10599) subversion exception on subversion repository viewer

2020-04-16 Thread Brian THOMAS
Thanks for the rapid and helpful response Johan.


Brian THOMAS
Kutana Support Team
ca...@kutana.fogbugz.com
https://kutana.fogbugz.com/default.asp?10599_rkbjrp30pis3a8jo


(Case 10599) subversion exception on subversion repository viewer

2020-04-16 Thread Brian THOMAS
We're long time svn users. We recently upgraded from this


C:\Windows\System32>svn --version
svn, version 1.9.5-SlikSvn (SlikSvn/1.9.5)
   compiled Dec  2 2016, 22:16:15 on x86_64-microsoft-windows6.2.9200

to this:


C:\Program Files\TortoiseSVN>bin\svn --version
svn, version 1.13.0 (r1867053)
   compiled Oct 31 2019, 20:41:49 on x86-microsoft-windows

Now when I open the TortoiseSVN repository browser and select a project folder in the left-hand pane, then r-click a file in the right-hand pane and select Edit then the selected file opens in Notepad.

But on the second attempt—if I r-click a different file in the same folder in the right-hand pane I get a dialog containing this text:


Error: 'C:\Users\thomasb\AppData\Local\Temp' is already a working copy for a different
Error:  URL
Completed!:  

and then I get this Exception dialog:


---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
https://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 'D:\Development\SVN\Releases\TortoiseSVN-1.13.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
 line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))

---
OK
---

This defect has been reported already (in 2018!) but there's been no fix as far as I can tell. 


This is a regression since 1.9 where this error did not occur. 

Brian Thomas | Senior Developer
Kutana Ltd | The Old Mill, Mill St, Wantage, OX12 9AB
e: brian.tho...@kutana.co.uk | w: www.kutana.co.uk
m: +44 (0)7952 451 429 | p: +44 (0)333 202 0971



Re: subversion exception on subversion repository viewer

2020-04-15 Thread Johan Corveleyn
On Wed, Apr 15, 2020 at 1:42 PM Brian Thomas 
wrote:

> We're long time svn users. We recently upgraded from
>
> C:\Windows\System32>svn --version
> svn, version 1.9.5-SlikSvn (SlikSvn/1.9.5)
>compiled Dec  2 2016, 22:16:15 on x86_64-microsoft-windows6.2.9200
>
> to this:
>
> C:\Program Files\TortoiseSVN>bin\svn --version
> svn, version 1.13.0 (r1867053)
>compiled Oct 31 2019, 20:41:49 on x86-microsoft-windows
>
> Now when I open the TortoiseSVN repository browser and select a project
> folder in the left-hand pane, then r-click a file in the right-hand pane
> and select Edit then the selected file opens in Notepad.
> But on the second attempt—if I r-click a *different* file in the same
> folder in the right-hand pane I get a dialog containing this text:
>
> Error: 'C:\Users\thomasb\AppData\Local\Temp' is already a working copy for
> a different
> Error:  URL
> Completed!:
>
>
> and then I get this Exception dialog:
>
> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> https://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
>
>  
> 'D:\Development\SVN\Releases\TortoiseSVN-1.13.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---
> OK
> ---
>
>
> This defect has been reported already (in 2018!) but there's been no fix
> as far as I can tell.
>
>
> This is a regression since 1.9 where this error did not occur.
>


Hi Brian,

Heh, this error was just reported twice on this mailinglist two days ago
:-). As I replied already on those other posts:

This is a bug specific to TortoiseSVN (Windows GUI for SVN, a separate
project from the Subversion project, with its own mailinglists:
https://tortoisesvn.net/community.html).

The bug seems to be fixed already:
https://groups.google.com/forum/?utm_medium=email_source=footer#!msg/tortoisesvn/_wyo1iQIc1c/HAybYPkjCQAJ

But unfortunately it's not yet part of a new TSVN release (1.13.1 is
currently the latest one). Perhaps you could use a nightly build of
TortoiseSVN if you need this fix (scroll to the bottom of
https://tortoisesvn.net/downloads.html).

-- 
Johan


subversion exception on subversion repository viewer

2020-04-15 Thread Brian Thomas
We're long time svn users. We recently upgraded from

C:\Windows\System32>svn --version
svn, version 1.9.5-SlikSvn (SlikSvn/1.9.5)
   compiled Dec  2 2016, 22:16:15 on x86_64-microsoft-windows6.2.9200

to this:

C:\Program Files\TortoiseSVN>bin\svn --version
svn, version 1.13.0 (r1867053)
   compiled Oct 31 2019, 20:41:49 on x86-microsoft-windows

Now when I open the TortoiseSVN repository browser and select a project folder 
in the left-hand pane, then r-click a file in the right-hand pane and select 
Edit then the selected file opens in Notepad.
But on the second attempt—if I r-click a different file in the same folder in 
the right-hand pane I get a dialog containing this text:

Error: 'C:\Users\thomasb\AppData\Local\Temp' is already a working copy for a 
different
Error:  URL
Completed!:



and then I get this Exception dialog:

---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
https://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.13.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
 line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK
---



This defect has been reported already (in 2018!) but there's been no fix as far 
as I can tell.


This is a regression since 1.9 where this error did not occur.



[Logo]<https://kutana.co.uk/>

Brian Thomas | Senior Developer

Kutana Ltd | The Old Mill, Mill St, Wantage, OX12 9AB
e: brian.tho...@kutana.co.uk | w: www.kutana.co.uk<http://www.kutana.co.uk/>
m: +44 (0)7952 451 429 | p: +44 (0)333 202 0971






Subversion Exception! svn_wc_conflict_action_delete

2020-04-10 Thread Walter Campelo
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\update_editor.c'
 line 1550: assertion failed (action == svn_wc_conflict_action_delete)
---
OK
---


RE: subversion exception dialog appeared

2019-12-23 Thread Rui Pedro Fernandes
OK, thank you.

> -Original Message-
> From: Ryan Schmidt [mailto:subversion-2...@ryandesign.com]
> Sent: sábado, 21 de dezembro de 2019 14:16
> To: Rui Pedro Fernandes 
> Cc: Subversion Users 
> Subject: Re: subversion exception dialog appeared
>
> Please remember to Reply All so that the conversation stays on the list.
>
> Since you weren't able to pinpoint what you were doing when this occurred
> or how to reproduce it, it seems unlikely that anyone here will be able to
> help you. But maybe someone has seen the error before and can give you
> some suggestions.
>
> You could also search Google generally or the mailing list archives 
> specifically
> for the error message "assertion failed
> (svn_dirent_is_absolute(local_abspath))" and see if any of the results lead
> you to a solution. If you find out what the problem was, please let us know.
>
> Good luck.
>
>
> On Dec 20, 2019, at 07:30, Rui Pedro Fernandes wrote:
>
> > Please find answers below.
> >
> >> -Original Message-
> >> From: Ryan Schmidt [mailto:subversion-2...@ryandesign.com]
> >> Sent: sexta-feira, 20 de dezembro de 2019 12:56
> >> To: Rui Pedro Fernandes 
> >> Subject: Re: subversion exception dialog appeared
> >>
> >>
> >>
> >> On Dec 4, 2019, at 03:50, Rui Pedro Fernandes wrote:
> >>
> >>> Contents:
> >>> ---
> >>> Subversion Exception!
> >>> ---
> >>> Subversion encountered a serious problem.
> >>> Please take the time to report this on the Subversion mailing list
> >>> with as much information as possible about what you were trying to do.
> >>
> >> We need more information to help you. What actions led to this
> exception?
> > [RPF] I was doing nothing specifically with Tortoise. Some background
> > process has thrown the exception
> >
> >> Does it happen always, only in certain circumstances, or randomly?
> > [RPF] It appeared randomly and only once until now
> >
> > Has it
> >> ever worked? If so, what changed since then?
> > [RPF] It happened some days after I updated Tortoise SVN to the latest
> > version
> >
> > Anything else you can think of
> >> that would help us diagnose this?
> > [RPF] I have no more information, I'm sorry.
> >>
> >>
> >>> But please first search the mailing list archives for the error
> >>> message to avoid reporting the same problem repeatedly.
> >>> You can find the mailing list archives at
> >>>
> >>
> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsub
> >> v
> >>> ersion.apache.org%2Fmailing-
> >> lists.htmldata=02%7C01%7C%7C4db9dd8b6
> >>>
> >>
> 815409ca39808d7854bf34f%7C47f9d039bc9142a1ac76ce783feec88b%7C0%7C
> >> 1%7C6
> >>>
> >>
> 37124433558951222sdata=3l5b52NXohjPmjlh1ETxQF56BpLFPMwf1pQj
> >> L1rf%2
> >>> Fz0%3Dreserved=0
> >>>
> >>> Subversion reported the following
> >>> (you can copy the content of this dialog to the clipboard using
> >>> Ctrl-C):
> >>>
> >>> In file
> >>> 'D:\Development\SVN\Releases\TortoiseSVN-
> >> 1.13.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
> >>> line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> >>> ---
> >>> OK
> >>> ---
>




AVISO: Toda a informação constante do presente e-mail, assim como quaisquer 
ficheiros com ele transmitidos, são confidenciais e destinam-se ao conhecimento 
exclusivo dos respetivos destinatários, não podendo ser divulgados a terceiros. 
Os dados pessoais constantes do presente e-mail são tratados de acordo com o 
Regulamento Geral de Proteção de Dados e com a Política de Privacidade do Grupo 
Efacec, disponível em https://www.efacec.pt/politica-de-privacidade/.

AVISO: Toda la información contenida en el presente correo electrónico, así 
como cualquier archivo adjunto, son confidenciales, diseñados exclusivamente 
para el uso de sus destinatarios y no pueden ser divulgados a terceros. Los 
datos personales contenidos en este correo electrónico son tratados de acuerdo 
con el Reglamento General de Protección de Datos y la Política de Privacidad 
del Grupo Efacec, disponible en https://www.efacec.pt/politica-de-privacidad/.

WARNING: The information contained in this email, as well as any attached 
files, are confidential and intended solely for the u

Re: subversion exception dialog appeared

2019-12-21 Thread Ryan Schmidt
Please remember to Reply All so that the conversation stays on the list.

Since you weren't able to pinpoint what you were doing when this occurred or 
how to reproduce it, it seems unlikely that anyone here will be able to help 
you. But maybe someone has seen the error before and can give you some 
suggestions.

You could also search Google generally or the mailing list archives 
specifically for the error message "assertion failed 
(svn_dirent_is_absolute(local_abspath))" and see if any of the results lead you 
to a solution. If you find out what the problem was, please let us know.

Good luck.


On Dec 20, 2019, at 07:30, Rui Pedro Fernandes wrote:

> Please find answers below.
> 
>> -Original Message-
>> From: Ryan Schmidt [mailto:subversion-2...@ryandesign.com]
>> Sent: sexta-feira, 20 de dezembro de 2019 12:56
>> To: Rui Pedro Fernandes 
>> Subject: Re: subversion exception dialog appeared
>> 
>> 
>> 
>> On Dec 4, 2019, at 03:50, Rui Pedro Fernandes wrote:
>> 
>>> Contents:
>>> ---
>>> Subversion Exception!
>>> ---
>>> Subversion encountered a serious problem.
>>> Please take the time to report this on the Subversion mailing list
>>> with as much information as possible about what you were trying to do.
>> 
>> We need more information to help you. What actions led to this exception?
> [RPF] I was doing nothing specifically with Tortoise. Some background process 
> has thrown the exception
> 
>> Does it happen always, only in certain circumstances, or randomly?
> [RPF] It appeared randomly and only once until now
> 
> Has it
>> ever worked? If so, what changed since then?
> [RPF] It happened some days after I updated Tortoise SVN to the latest version
> 
> Anything else you can think of
>> that would help us diagnose this?
> [RPF] I have no more information, I'm sorry.
>> 
>> 
>>> But please first search the mailing list archives for the error
>>> message to avoid reporting the same problem repeatedly.
>>> You can find the mailing list archives at
>>> 
>> https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fsubv
>>> ersion.apache.org%2Fmailing-
>> lists.htmldata=02%7C01%7C%7C4db9dd8b6
>>> 
>> 815409ca39808d7854bf34f%7C47f9d039bc9142a1ac76ce783feec88b%7C0%7C
>> 1%7C6
>>> 
>> 37124433558951222sdata=3l5b52NXohjPmjlh1ETxQF56BpLFPMwf1pQj
>> L1rf%2
>>> Fz0%3Dreserved=0
>>> 
>>> Subversion reported the following
>>> (you can copy the content of this dialog to the clipboard using
>>> Ctrl-C):
>>> 
>>> In file
>>> 'D:\Development\SVN\Releases\TortoiseSVN-
>> 1.13.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
>>> line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
>>> ---
>>> OK
>>> ---




subversion exception dialog appeared

2019-12-04 Thread Rui Pedro Fernandes
Contents:
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
https://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.13.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK
---




AVISO: Toda a informa??o constante do presente e-mail, assim como quaisquer 
ficheiros com ele transmitidos, s?o confidenciais e destinam-se ao conhecimento 
exclusivo dos respetivos destinat?rios, n?o podendo ser divulgados a terceiros. 
Os dados pessoais constantes do presente e-mail s?o tratados de acordo com o 
Regulamento Geral de Prote??o de Dados e com a Pol?tica de Privacidade do Grupo 
Efacec, dispon?vel em https://www.efacec.pt/politica-de-privacidade/.

AVISO: Toda la informaci?n contenida en el presente correo electr?nico, as? 
como cualquier archivo adjunto, son confidenciales, dise?ados exclusivamente 
para el uso de sus destinatarios y no pueden ser divulgados a terceros. Los 
datos personales contenidos en este correo electr?nico son tratados de acuerdo 
con el Reglamento General de Protecci?n de Datos y la Pol?tica de Privacidad 
del Grupo Efacec, disponible en https://www.efacec.pt/politica-de-privacidad/.

WARNING: The information contained in this email, as well as any attached 
files, are confidential and intended solely for the use of its recipients, and 
cannot be disclose to any third party. Personal data herein are processed 
according with the General Data Protection Regulation and with the Privacy 
Policy of Group Efacec, available at https://www.efacec.pt/en/privacy-policy/.

AVIS: Toutes les informations contenues dans ce courrier ?lectronique, ainsi 
que tous les fichiers qui l'accompagnent, sont confidentielles et sont 
destin?es ? la connaissance exclusive des destinataires respectifs et ne 
peuvent ?tre divulgu?es ? des tiers. Les informations personnelles contenues 
dans ce courrier ?lectronique sont trait?es conform?ment au r?glement g?n?ral 
sur la protection des donn?es et ? la politique de confidentialit? du groupe 
Efacec, disponibles ? l'adresse https://www.efacec.pt/en/privacy-policy/.


Re: Subversion Exception svn_relpath_is_canonical in ra_loader.c

2019-05-02 Thread Johan Corveleyn
On Tue, Apr 30, 2019 at 9:28 PM Eliot, Christopher
 wrote:
> I am not subscribed to this mailing list.  If you need to reach me, please CC 
> me explicitly at christopher.el...@nagrastar.com

Hi Christopher,

> Running TortoiseSVN1.10 (r28148).
>
> Accessing SVN repository as https://ndev-svn01/svn/...
>
> TortoiseSVN had been running for a long time, I had done lots of things in it.
> I right-clicked on a tag and selected "Mark for comparison"
> I clicked on the trunk.
> Can't recall if I clicked "compare URLs" or not.
>
> Ooh.  This is repeatable.  I shut down TortoiseSVN complete and restarted it.
> Performed the same sequence of events; I get this same exception when I click 
> on
> "compare URLs".  I reproduced it a couple of times.
>
> I then selected the trunk and marked it for comparison, selected the tag, and
> was able to to compare them just fine.
>
> I then went back and repeated the original sequence of events and again got 
> the
> exception.

Thanks for taking the time to report this.

However, I'm afraid this community (the "core" subversion project)
can't help you directly. I think it's likely that this problem is
situated somewhere in the TortoiseSVN code (which is a separate
project, for the Windows GUI on top of the Subversion libraries). It
seems it is internally calling the Subversion libraries with a
"non-canonical path". Maybe there is something strange with the urls
that are constructed here?

If you report this to the TortoiseSVN community
(https://tortoisesvn.net/community.html), they might be able to
provide more help or to ask more specific questions to find out what's
going on.

> I'll look into updating TortoisSVN.
>
> When I update to 1.12, it’s unusable.  When I click on the directory for my 
> project, I get a popup that just says “TortoisesSVN client has stopped 
> working.  A problem caused the program to stop working correctly.  Please 
> close the program.”  It seems to be a problem with just this project; I can 
> click down into other projects in the same repository.  I’ll report that 
> separately.

Here again I think you should probably contact the TSVN community. It
might be related to the first problem (some non-canonical url being
passed to the libraries, specific to that one project). Or it might be
something else.

> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> https://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.10.0\ext\subversion\subversion\libsvn_ra\ra_loader.c'
> line 629: assertion failed (svn_relpath_is_canonical(path))
> ---
> OK
>
> Topher Eliot


-- 
Johan


Subversion Exception svn_relpath_is_canonical in ra_loader.c

2019-04-30 Thread Eliot, Christopher
I am not subscribed to this mailing list.  If you need to reach me, please CC 
me explicitly at christopher.el...@nagrastar.com

Running TortoiseSVN1.10 (r28148).

Accessing SVN repository as https://ndev-svn01/svn/...

TortoiseSVN had been running for a long time, I had done lots of things in it.
I right-clicked on a tag and selected "Mark for comparison"
I clicked on the trunk.
Can't recall if I clicked "compare URLs" or not.

Ooh.  This is repeatable.  I shut down TortoiseSVN complete and restarted it.
Performed the same sequence of events; I get this same exception when I click on
"compare URLs".  I reproduced it a couple of times.

I then selected the trunk and marked it for comparison, selected the tag, and
was able to to compare them just fine.

I then went back and repeated the original sequence of events and again got the
exception.

I'll look into updating TortoisSVN.
When I update to 1.12, it's unusable.  When I click on the directory for my 
project, I get a popup that just says "TortoisesSVN client has stopped working. 
 A problem caused the program to stop working correctly.  Please close the 
program."  It seems to be a problem with just this project; I can click down 
into other projects in the same repository.  I'll report that separately.

---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
https://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.10.0\ext\subversion\subversion\libsvn_ra\ra_loader.c'
line 629: assertion failed (svn_relpath_is_canonical(path))
---
OK

Topher Eliot
Product Owner, Nagrastar CAS Team
christopher.el...@nagrastar.com<mailto:christopher.el...@nagrastar.com>
+01 303 706-5766



Subversion Exception!

2018-12-19 Thread Hertzschuch Stefan
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
https://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.11.0\ext\subversion\subversion\libsvn_wc\wc_db.c'
line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK




Viele Grüße

Stefan Hertzschuch



Re: Subversion Exception!

2018-12-12 Thread Branko Čibej
On 12.12.2018 19:07, Stefan Kueng wrote:
> On 12.12.2018 13:55, TortoiseSVN-dev on behalf of Julian Foad wrote:
 Subversion encountered a serious problem.
 Please take the time to report this on the Subversion mailing list
>> […]
 https://subversion.apache.org/mailing-lists.html
>>
>>> It is likely that this is a problem specific to TortoiseSVN, and not
>>> to core SVN. TortoiseSVN has its own mailinglists, so you should
>>> report your problem there:
>> (Cross-posting.)
>
> Since this happens in the project monitor, my best guess is that the
> path/url the user entered to be monitored is not correct.
>
>>
>> It makes me sad every time I see this pattern. Software is often
>> frustrating to use, but should at least aim to be polite to its
>> users. Telling the user "Please do X" and then when the user does X
>> saying "No, it's no good doing X; do Y" is not polite, and I would
>> not expect anyone but the most calm, patient and helpful of users to
>> gracefully comply with such a request.
>>
>> I'm not meaning to criticise Johan but rather our whole system.
>>
>> Can we please fix this problem. Both:
>> 1) Tsvn please change the message.
>
> Sorry, won't do that. Because I've argued multiple times over the
> years here that calling exit() or even abort() in a library is the
> worst idea ever. Especially if this can happen by having the user
> enter a wrong path/url.

It's not the user entering the wrong path or URL. It's the code that
uses the Subversion libraries — in this case TSVN — not validating and
de-tainting its input. Yes, this has been going on for years due to your
obstinately refusing to conform to our API specs. In the meantime,
*your* users are left hanging.

The rules are clear and consistent: pointers may not be NULL unless
specifically allowed, paths must be absolute and canonical, URLs must be
canonical, all strings must be encoded in UTF-8. We provide a wide range
of helper functions that make it easy for API consumers to encode the
parameters.


> Sorry if this message seems rude - but I'm tired of arguing the same
> over and over again.


You don't say.


-- Brane



Re: Subversion Exception!

2018-12-12 Thread Stefan Kueng




On 12.12.2018 13:55, TortoiseSVN-dev on behalf of Julian Foad wrote:

Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list

[…]

https://subversion.apache.org/mailing-lists.html



It is likely that this is a problem specific to TortoiseSVN, and not
to core SVN. TortoiseSVN has its own mailinglists, so you should
report your problem there:

(Cross-posting.)


Since this happens in the project monitor, my best guess is that the 
path/url the user entered to be monitored is not correct.




It makes me sad every time I see this pattern. Software is often frustrating to use, but should at 
least aim to be polite to its users. Telling the user "Please do X" and then when the 
user does X saying "No, it's no good doing X; do Y" is not polite, and I would not expect 
anyone but the most calm, patient and helpful of users to gracefully comply with such a request.

I'm not meaning to criticise Johan but rather our whole system.

Can we please fix this problem. Both:
1) Tsvn please change the message.


Sorry, won't do that. Because I've argued multiple times over the years 
here that calling exit() or even abort() in a library is the worst idea 
ever. Especially if this can happen by having the user enter a wrong 
path/url.

Just one of the many discussions I had here:
https://lists.apache.org/thread.html/924d8493ad71b9c428f4d575540b8688481f2ba1e00b70d58a421303@1433953117@%3Cdev.subversion.apache.org%3E

if svn_xxx_canonicalize() don't guarantee that a path/uri is correct and 
won't throw an exception (or return an error), then how can I in an UI 
client guarantee that before passing the user input to the library?
Since I can't (only the svn lib and specifically the API that consumes 
the path/uri can know what exactly it expects), I made the dialog that 
catches the abort() calls show exactly this message.


I figured that maybe if you get bored answering all the users bug 
reports you might reconsider and finally not call abort() but return an 
error message indicating which path is wrong.


It's like I said before: imagine an image lib that simply calls abort() 
every time it tries to load a corrupted image. Now imagine photoshop or 
paint.net or ... uses that lib: user has maybe 10 images open, tries to 
load another one and the lib calls abort(). Now the user lost the other 
10 images as well because abort() ends the application with NO 
possibility to either save changes first.


Sorry if this message seems rude - but I'm tired of arguing the same 
over and over again.



Stefan

--
   ___
  oo  // \\  "De Chelonian Mobile"
 (_,\/ \_/ \ TortoiseSVN
   \ \_/_\_/>The coolest interface to (Sub)version control
   /_/   \_\ http://tortoisesvn.net


Re: Subversion Exception!

2018-12-12 Thread Julian Foad
>> Subversion encountered a serious problem.
>> Please take the time to report this on the Subversion mailing list
[…]
>> https://subversion.apache.org/mailing-lists.html

>It is likely that this is a problem specific to TortoiseSVN, and not
>to core SVN. TortoiseSVN has its own mailinglists, so you should
>report your problem there:
(Cross-posting.)

It makes me sad every time I see this pattern. Software is often frustrating to 
use, but should at least aim to be polite to its users. Telling the user 
"Please do X" and then when the user does X saying "No, it's no good doing X; 
do Y" is not polite, and I would not expect anyone but the most calm, patient 
and helpful of users to gracefully comply with such a request.

I'm not meaning to criticise Johan but rather our whole system.

Can we please fix this problem. Both:
1) Tsvn please change the message.
2) We should pass on the report to the appropriate place and thank the user for 
having helped us. We, the svn commumity, should not ask the user to do that: 
it's our problem; the user is the annoyed victim.

That would make me happier.

- Julian


Re: Subversion Exception!

2018-12-12 Thread Johan Corveleyn
On Mon, Dec 10, 2018 at 9:47 AM Peta Miller  wrote:
>
> Hello,
>
>
>
> i got following exception at trying to start the tortoisesvn Project Monitor 
> with a doubleclick on the tray icon.
>
> System: WIN 10, Build 15063
>
> -------
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> https://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
>  
> 'D:\Development\SVN\Releases\TortoiseSVN-1.10.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---
> OK
> ---

[ Moved this thread to users@subversion.apache.org -- bcc'd dev@ so it
is dropped on further replies ]

Hi Peta,

It is likely that this is a problem specific to TortoiseSVN, and not
to core SVN. TortoiseSVN has its own mailinglists, so you should
report your problem there:

https://tortoisesvn.net/community.html

(Before doing so, you could perhaps upgrade to the latest version,
1.11.0, and see if the problem is already fixed)

-- 
Johan


Re: Subversion Exception!

2018-12-12 Thread Johan Corveleyn
On Mon, Dec 10, 2018 at 1:04 PM wuzhouhui  wrote:
>
> Let me translate it for English people.
>
> >
> >-Original Messages-
> >From:"为呐☆而狂"
> >Sent Time:2018-12-09 01:01:49 (Sunday)
> >To: users
> >Cc:
> >Subject: [CASS SPAM]Subversion Exception!
> >
> >Hello:
> >
> >   I installed Tortoise SVN in the C:\Program Files\TortoiseSVN directory, 
> > but it was not loaded into the D disk at all. How can I report this error?
> >
> >
> >  ---
> >  Subversion Exception!
> >  ---
> >  Subversion遇到了一个严重的问题。
> Subversion encountered a serious problem.
> >  麻烦您花点时间将这个问题报告给Subversion
> Please report this issue to Subversion
> >  请尽量详细的描述您之前尝试的操作。
> Please describe the steps that you did.
> >  不过希望您先在邮件存档中搜索一下同样的问题,避免重复提交。
> Before report this issue, please search archive for avoid reporting same 
> issue.
> >  您可以登录下面的地址搜索邮件存档:
> You can search archive in following location:
> >  http://subversion.apache.org/mailing-lists.html
> >
> >  Subversion产生的报告如下
> >  (您可以用Ctrl-C快捷键复制
> >  本对话框的内容到剪切板):
> Following is outputs that Subversion generated:
> >
> >  文件
> >  
> > “D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c”,行
> >  9210:断言失败(svn_dirent_is_absolute(local_abspath))
> “D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c”,Line
> 9210:Assertion failed(svn_dirent_is_absolute(local_abspath))
> >  ---
> >  确定
> Confirm
> >  ---

First thing to do is to upgrade to the latest release of (Tortoise)SVN
and try again. Currently the latest version is 1.11.0.

-- 
Johan


Re: Subversion Exception!

2018-12-10 Thread wuzhouhui
Let me translate it for English people.

>
>-Original Messages-
>From:"为呐☆而狂" 
>Sent Time:2018-12-09 01:01:49 (Sunday)
>To: users 
>Cc: 
>Subject: [CASS SPAM]Subversion Exception!
>
>Hello:   
>   
>   I installed Tortoise SVN in the C:\Program Files\TortoiseSVN directory, but 
> it was not loaded into the D disk at all. How can I report this error?   
>  
>  
>  ---  
>  Subversion Exception!  
>  ---  
>  Subversion遇到了一个严重的问题。  
Subversion encountered a serious problem.
>  麻烦您花点时间将这个问题报告给Subversion
Please report this issue to Subversion  
>  请尽量详细的描述您之前尝试的操作。  
Please describe the steps that you did.
>  不过希望您先在邮件存档中搜索一下同样的问题,避免重复提交。  
Before report this issue, please search archive for avoid reporting same issue. 
  
>  您可以登录下面的地址搜索邮件存档:  
You can search archive in following location:   
>  http://subversion.apache.org/mailing-lists.html  
>  
>  Subversion产生的报告如下  
>  (您可以用Ctrl-C快捷键复制  
>  本对话框的内容到剪切板):  
Following is outputs that Subversion generated:
>  
>  文件  
>  
> “D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c”,行
>   
>  9210:断言失败(svn_dirent_is_absolute(local_abspath))  
“D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c”,Line

9210:Assertion failed(svn_dirent_is_absolute(local_abspath))
>  ---  
>  确定 
Confirm   
>  ---  

Subversion Exception!

2018-12-10 Thread ??????????
Hello:


I installed Tortoise SVN in the C:\Program Files\TortoiseSVN directory, but it 
was not loaded into the D disk at all. How can I report this error?



---
Subversion Exception!
---
Subversion??
??Subversion
??
??
??
http://subversion.apache.org/mailing-lists.html


Subversion??
(Ctrl-C??
??)??



 
??D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c??
 9210??(svn_dirent_is_absolute(local_abspath))
---
   
---

Re: AW: Subversion Exception!

2018-11-19 Thread Branko Čibej
On 20.11.2018 08:24, Hedtke, Gerd wrote:
> Still experiencing this behavior with TortoiseSVN 1.11.0


Please report this to the TortoiseSVN developers.

-- Brane



AW: Subversion Exception!

2018-11-19 Thread Hedtke, Gerd
Still experiencing this behavior with TortoiseSVN 1.11.0


---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
https://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.11.0\ext\subversion\subversion\libsvn_wc\wc_db.c'
 line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK
---

-Ursprüngliche Nachricht-
Von: Hedtke, Gerd
Gesendet: Freitag, 19. Oktober 2018 08:58
An: 'Ryan Schmidt' 
Cc: Subversion Users 
Betreff: AW: Subversion Exception!

I double-clicked the icon of the Project Monitor to check the changes.
I see this behavior since TortoiseSVN 1.10.

-Ursprüngliche Nachricht-
Von: Ryan Schmidt 
Gesendet: Freitag, 19. Oktober 2018 08:30
An: Hedtke, Gerd 
Cc: Subversion Users 
Betreff: Re: Subversion Exception!



On Oct 17, 2018, at 09:09, Hedtke, Gerd wrote:

> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what you were trying to do.

What were you doing when this happened?

> But please first search the mailing list archives for the error
> message to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> https://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog to the clipboard using
> Ctrl-C):
>
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.10.2\ext\subversion\subversion\libsvn_wc\wc_db.c'
> line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---
> OK
> ---





RMG Messtechnik GmbH, Sitz der Gesellschaft: Butzbach, Registergericht 
Friedberg HRB 2535
Geschäftsführung: Barbara Baumann, Thorsten Dietz, Dr. Michael Grexa
Ust ID: DE 811 126 104 / WEEE-Reg.-Nr. DE 26525928

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient or have received this e-mail in error please notify 
the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the material in this e-mail is strictly forbidden.


Re: Re[2]: Subversion Exception on commit wirth pathfile

2018-10-26 Thread Johan Corveleyn
[ bcc: dev@subversion.a.o because that's where this thread started,
but it really belongs on users@ so redirecting it there ... ]
[ Rearranged reponses from top-posting to bottom-posting ... see below
for some new information. ]

On Thu, Oct 18, 2018 at 12:52 PM Yakov Maryanov  wrote:
> On 18 October 2018, 13:25:09 Bert Huijben  wrote:
>> On Thu, Oct 18, 2018 at 12:13 PM Johan Corveleyn  wrote:
>>> On Thu, Oct 18, 2018 at 11:34 AM Yakov Maryanov  wrote:
>>>>
>>>> Hello!
>>>>
>>>> I execute command:
>>>>
>>>> "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" /command:commit 
>>>> /pathfile:"d:\SVN\Work\Source\Project\f2.txt"
>>>>
>>>> File f2.txt contains two strings:
>>>>
>>>> d:\SVN\Work\Source\Source\Project.Client
>>>> d:\SVN\Work\Source\Source\Project.Server
>>>>
>>>> And I received such result:
>>>>
>>>> ---
>>>> Subversion Exception!
>>>> ---
>>>> Subversion encountered a serious problem.
>>>> Please take the time to report this on the Subversion mailing list
>>>> with as much information as possible about what
>>>> you were trying to do.
>>>> But please first search the mailing list archives for the error message
>>>> to avoid reporting the same problem repeatedly.
>>>> You can find the mailing list archives at
>>>> https://subversion.apache.org/mailing-lists.html
>>>>
>>>> Subversion reported the following
>>>> (you can copy the content of this dialog
>>>> to the clipboard using Ctrl-C):
>>>>
>>>> In file
>>>>  
>>>> 'D:\Development\SVN\Releases\TortoiseSVN-1.10.2\ext\subversion\subversion\libsvn_wc\wc_db.c'
>>>>  line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
>>>> ---
>>>> OK
>>>> ---
>>>>
>>>> Am I doing something wrong, or is this a bug?
>>>
>>> Hi Yakov,
>>>
>>> This might be a problem specific to "TortoiseSVN", and not in "core
>>> svn". This mailinglist is for discussing the development of the core
>>> svn functionality (the Apache Subversion project), so we don't know
>>> anything about TortoiseProc.exe and how it handles its arguments etc
>>> (eventually calling the underlying SVN libraries). So I suggest you
>>> report this to one of the specific TortoiseSVN mailinglists. See
>>> https://tortoisesvn.net/community.html.
>>>
>>> Thanks,
>>> --
>>> Johan
>>
>> Could you try this same operation with the disk names capitalized?
>>
>> If this resolves the issue, please let us and the TortoiseSVN developers 
>> know, as in that case there is an issue in (their) path canonicalization api.
>>
>>Bert
>
> I have done "C:\Program Files\TortoiseSVN\bin\TortoiseProc.exe" 
> /command:commit /pathfile:"D:\SVN\Work\Source\Project\f2.txt"
> and D:\SVN\Work\Source\Source\Project.Client in file f2.txt. Result is the 
> same.
>
> Thanks,
> Yakov

For the benefit of the subversion lists and their archives I'm adding
some extra information:

Yakov posted this problem to the tortoise users list [1], and it seems
the problem was identified. Stefan Küng answered the following:

>>> File f2.txt contains two strings:
>>>
>>> d:\SVN\Work\Source\Source\Project.Client
>>> d:\SVN\Work\Source\Source\Project.Server
>>
>> is the file encoded in utf-16? It has to be, ANSI or utf-8 won't work.
>>
>>> 'D:\Development\SVN\Releases\TortoiseSVN-1.10.2\ext\subversion\subversion\libsvn_wc\wc_db.c'
>>>
>>> line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
>>
>> this means the paths passed in the file are wrong. Either because the file 
>> f2.txt isn't encoded in utf16 or the paths are not correct/don't exist.
>>
>> Stefan
>
> In utf-16 encoding it's all right
>
> Thank you

[1] 
https://groups.google.com/d/msgid/tortoisesvn/fd22df25-c875-432d-a4dc-294139ba6935%40googlegroups.com

-- 
Johan


AW: Subversion Exception!

2018-10-19 Thread Hedtke, Gerd
I double-clicked the icon of the Project Monitor to check the changes.
I see this behavior since TortoiseSVN 1.10.

-Ursprüngliche Nachricht-
Von: Ryan Schmidt 
Gesendet: Freitag, 19. Oktober 2018 08:30
An: Hedtke, Gerd 
Cc: Subversion Users 
Betreff: Re: Subversion Exception!



On Oct 17, 2018, at 09:09, Hedtke, Gerd wrote:

> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what you were trying to do.

What were you doing when this happened?

> But please first search the mailing list archives for the error
> message to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> https://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog to the clipboard using
> Ctrl-C):
>
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.10.2\ext\subversion\subversion\libsvn_wc\wc_db.c'
> line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---
> OK
> ---





RMG Messtechnik GmbH, Sitz der Gesellschaft: Butzbach, Registergericht 
Friedberg HRB 2535
Geschäftsführung: Barbara Baumann, Thorsten Dietz, Dr. Michael Grexa

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient or have received this e-mail in error please notify 
the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the material in this e-mail is strictly forbidden.


Re: Subversion Exception!

2018-10-19 Thread Ryan Schmidt



On Oct 17, 2018, at 09:09, Hedtke, Gerd wrote:

> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.

What were you doing when this happened?

> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> https://subversion.apache.org/mailing-lists.html
>  
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>  
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.10.2\ext\subversion\subversion\libsvn_wc\wc_db.c'
> line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---
> OK   
> ---




Subversion Exception!

2018-10-17 Thread Hedtke, Gerd
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
https://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.10.2\ext\subversion\subversion\libsvn_wc\wc_db.c'
line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK
---

Mit freundlichen Grüßen / With best regards

[RMG @ GAT 2018] <https://www.rmg.com/>


Gerd Hedtke
Technical Lead Software Development

gerd.hed...@rmg.com<mailto:gerd.hed...@rmg.com>

RMG Messtechnik GmbH
Heinrich-Lanz-Str. 9  
Besuchen Sie unseren Stand auf der GAT 2018 in Berlin,
67259 Beindersheim, Germany 
 informieren Sie sich über alle neuen Produkte,
   genießen Sie den 
get-together Abend am Dienstag bei der RMG





RMG Messtechnik GmbH, Sitz der Gesellschaft: Butzbach, Registergericht 
Friedberg HRB 2535
Geschäftsführung: Barbara Baumann, Thorsten Dietz, Dr. Michael Grexa

Diese E-Mail enthält vertrauliche und/oder rechtlich geschützte Informationen. 
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten 
haben, informieren Sie bitte sofort den Absender und vernichten Sie diese Mail. 
Das unerlaubte Kopieren sowie die unbefugte Weitergabe dieser Mail sind nicht 
gestattet.

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient or have received this e-mail in error please notify 
the sender immediately and delete this e-mail. Any unauthorized copying, 
disclosure or distribution of the material in this e-mail is strictly forbidden.


Re: Subversion Exception!

2018-09-20 Thread Paul Hammant
There are similar filings in the past -
https://www.google.com/search?q=assertion+failed+(svn_dirent_is_absolute(local_abspath))

Can you reproduce this at will if you try the operation again, LongNX?


Subversion Exception!

2018-09-20 Thread Nguyen Xuan Long (BPS.SS)
Dear svn team,
This week, when using tsvn project monitor, I often got this error,
Could you have a look on it?
I'm using tsvn on Windows 10 client, connect to a repository on my company 
VisualSVN server.

Here is my client info
TortoiseSVN 1.10.1, Build 28295 - 64 Bit , 2018/07/15 12:14:12
ipv6 enabled
Subversion 1.10.2, -release
apr 1.6.3
apr-util 1.6.1
serf 1.3.9
OpenSSL 1.1.0h  27 Mar 2018
zlib 1.2.11
SQLite 3.23.1


---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
https://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.10.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
line 10238: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK
---

Regards, LongNX.



Re: Subversion Exception!

2018-07-17 Thread Igor Korkin
Thanks for the tip!


On Tue, Jul 17, 2018 at 4:01 PM Ryan Schmidt 
wrote:

>
>
> On Jul 17, 2018, at 04:48, Igor Korkin wrote:
>
> > Can you give an instructions how to upload my research papers to the
> github?
>
> Well ideally you would do so using the git program, not the svn program.
> How to use the git program would be out of scope for this mailing list.
>
> GitHub is unique among git hosting providers (AFAIK) in that it does offer
> a Subversion compatibility mode, where you can in fact use the svn program
> to interact in a limited way with a git repository hosted on GitHub.
> However, it does not support the full Subversion feature set, and the
> partial support that it does offer is buggy. I have been using this mode
> for almost 2 years with a project I moved to GitHub, and I don't recommend
> it; the bugs cause my working copy to become corrupted often. If you can
> tolerate it, I recommend learning and using git instead when interacting
> with git repositories.
>
>


Re: Subversion Exception!

2018-07-17 Thread Ryan Schmidt



On Jul 17, 2018, at 04:48, Igor Korkin wrote:

> Can you give an instructions how to upload my research papers to the github?

Well ideally you would do so using the git program, not the svn program. How to 
use the git program would be out of scope for this mailing list.

GitHub is unique among git hosting providers (AFAIK) in that it does offer a 
Subversion compatibility mode, where you can in fact use the svn program to 
interact in a limited way with a git repository hosted on GitHub. However, it 
does not support the full Subversion feature set, and the partial support that 
it does offer is buggy. I have been using this mode for almost 2 years with a 
project I moved to GitHub, and I don't recommend it; the bugs cause my working 
copy to become corrupted often. If you can tolerate it, I recommend learning 
and using git instead when interacting with git repositories.



Re: Subversion Exception!

2018-07-17 Thread Igor Korkin
Thank you!

Can you give an instructions how to upload my research papers to the github?

Also I have a issue: in my C++ project I use another huge project from
github, which I downloaded using it zip version.
Now I want to upload my project to the github. How to avoid
duplicating this hude project in my repository on github?

Please, recommend me some appropriate simple books or web-sites to
learn github and SVN.
On Tue, Jul 17, 2018 at 12:41 PM Andreas Stieger  wrote:
>
> On 07/17/2018 11:08 AM, Igor Korkin wrote:
> > On Tue, Jul 17, 2018 at 12:04 PM Andreas Stieger  
> > wrote:
> >> On 07/17/2018 10:42 AM, Igor Korkin wrote:
> >>> with as much information as possible about what
> >>> you were trying to do.
> >> You forgot about this part.
> >>
> >>> In file
> >>>  
> >>> 'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c'
> >>>  line 2821: assertion failed (db->propchanges->nelts == 0)
> >> Upgrade to 1.10.0 and try again.
> >>
> >>
> > I'm a beginner in github and I'm trying these steps -
> > https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/
>
> This seems to have no relation to your original report. How can we help?
>
> Andreas


Re: Subversion Exception!

2018-07-17 Thread Andreas Stieger
On 07/17/2018 11:08 AM, Igor Korkin wrote:
> On Tue, Jul 17, 2018 at 12:04 PM Andreas Stieger  
> wrote:
>> On 07/17/2018 10:42 AM, Igor Korkin wrote:
>>> with as much information as possible about what
>>> you were trying to do.
>> You forgot about this part.
>>
>>> In file
>>>  
>>> 'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c'
>>>  line 2821: assertion failed (db->propchanges->nelts == 0)
>> Upgrade to 1.10.0 and try again.
>>
>>
> I'm a beginner in github and I'm trying these steps -
> https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/

This seems to have no relation to your original report. How can we help?

Andreas


Re: Subversion Exception!

2018-07-17 Thread Igor Korkin
Hi,

I'm a beginner in github and I'm trying these steps -
https://help.github.com/articles/adding-an-existing-project-to-github-using-the-command-line/

Thank you!
On Tue, Jul 17, 2018 at 12:04 PM Andreas Stieger  wrote:
>
>
> On 07/17/2018 10:42 AM, Igor Korkin wrote:
> > with as much information as possible about what
> > you were trying to do.
>
> You forgot about this part.
>
> > In file
> >  
> > 'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c'
> >  line 2821: assertion failed (db->propchanges->nelts == 0)
>
> Upgrade to 1.10.0 and try again.
>
> Andreas


Subversion Exception!

2018-07-17 Thread Igor Korkin
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c'
 line 2821: assertion failed (db->propchanges->nelts == 0)
---
ОК
---


Re: Subversion Exception

2018-07-11 Thread Johan Corveleyn
On Wed, Jul 11, 2018 at 5:06 PM, Jeff Dege  wrote:

> I’m seeing a repeatable exception.
>
>
>
> If within TortoiseSVN Project Monitor, if I select “Show Range” and then
> pick a Date Start Revision a couple of weeks back and an End Revision of
> HEAD, I get an exception. (Picking an Date End Revision of today works
> without error.)
>
>
>
> -------
>
> Subversion Exception!
>
> ---
>
> Subversion encountered a serious problem.
>
> Please take the time to report this on the Subversion mailing list
>
> with as much information as possible about what
>
> you were trying to do.
>
> But please first search the mailing list archives for the error message
>
> to avoid reporting the same problem repeatedly.
>
> You can find the mailing list archives at
>
> http://subversion.apache.org/mailing-lists.html
>
>
>
> Subversion reported the following
>
> (you can copy the content of this dialog
>
> to the clipboard using Ctrl-C):
>
>
>
> In file
>
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\
> subversion\subversion\libsvn_client\ra.c'
>
> line 681: assertion failed (SVN_IS_VALID_REVNUM(peg_revnum))
>
> ---
>
> OK
>
> ---
>
>
>

This could possibly be a bug in TortoiseSVN, rather than in core svn
itself. I suggest to first report this to one of the TortoiseSVN
mailinglists. See: https://tortoisesvn.net/community.html.

-- 
Johan


Re: Subversion Exception during cleanup

2018-05-18 Thread Johan Corveleyn
On Thu, May 17, 2018 at 11:28 PM, Eric Johnson <e...@tibco.com> wrote:
> On Thu, May 17, 2018 at 12:40 AM, Hartmut Leister <hardmo...@gmail.com>
> wrote:
>>
>> I encountered the following exceptions (see below) in the mid of
>> SVN-Cleanup.
>>
>> What I was doing:
>> - SVN-merge via TortoiseSVN, stopped with Error due to SVN-lock
>>   (small local changes separate from merged locations)
>> - SVN cleanup via TortoiseSVN on locked folder -> exception
>> - press [OK] -> next exception
>> - press [OK]
>> - trying cleanup again -> "Cleanup has successfully processed the
>> following paths: ..."
>>
>> Best wishes
>> Hartmut Leister
>>
>>
>> ---
>> Subversion Exception!
>> ---
>> Subversion encountered a serious problem.
>> Please take the time to report this on the Subversion mailing list
>> with as much information as possible about what
>> you were trying to do.
>> But please first search the mailing list archives for the error message
>> to avoid reporting the same problem repeatedly.
>> You can find the mailing list archives at
>> http://subversion.apache.org/mailing-lists.html
>>
>> Subversion reported the following
>> (you can copy the content of this dialog
>> to the clipboard using Ctrl-C):
>>
>> In file
>>
>> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'
>>  line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
>> ---
>> OK
>> ---
>>
>> followed by
>>
>> ---
>> TortoiseSVN
>> ---
>> Cleanup failed to process the following paths:
>> E:\Projekte\ORS_Applications\ORSOFT_7_5_1
>> sqlite[S5]: database is locked, executing statement 'PRAGMA
>>  case_sensitive_like=1;PRAGMA synchronous=OFF;PRAGMA
>>  recursive_triggers=ON;PRAGMA foreign_keys=OFF;PRAGMA locking_mode =
>>  NORMAL;PRAGMA journal_mode = TRUNCATE;'
>> Another process is blocking the working copy database, or the underlying
>> filesystem does not support file locking; if the working copy is on a
>> network filesystem, make sure file locking has been enabled on the file
>> server.
>> ---
>> OK
>> ---
>>
>>
>> Version info
>> TortoiseSVN 1.9.4, Build 27285 - 64 Bit , 2016/04/24 13:59:58
>> Subversion 1.9.4, -release
>> apr 1.5.2
>> apr-util 1.5.4
>> serf 1.3.8
>> OpenSSL 1.0.2g  1 Mar 2016
>> zlib 1.2.8
>> SQLite 3.12.1
>>
>> --
>>
>> Hartmut Leister <hardmo...@gmail.com>
>>
> Start with upgrading to a newer version of TortoiseSVN.
>
> Eric.
>

That's good advice in any case (latest 1.9 version is 1.9.7 I believe.
But 1.10.0 has also been released in the meantime).

OTOH, that particular error (libsvn_client/cleanup.c: line 227:
assertion failed (svn_dirent_is_absolute(dir_abspath))) seems to come
up once in a while, and I don't think it's root cause has been found
yet. I vaguely remember some previous discussions where it was hinted
that there might be a connection problem with the file storage (of the
working copy), or something else interfering. For example if the
working copy would be on a networked filesystem, and you lost
connection during the cleanup. I'm not sure though ...

@Hartmut: it would be very helpful if (1) you could reproduce this (if
possible with a scenario starting from scratch, so others can
reproduce it as well), and (2) what happens if you try it with 1.10.0.

-- 
Johan


Re: Subversion Exception during cleanup

2018-05-17 Thread Eric Johnson
Start with upgrading to a newer version of TortoiseSVN.

Eric.

On Thu, May 17, 2018 at 12:40 AM, Hartmut Leister <hardmo...@gmail.com>
wrote:

> I encountered the following exceptions (see below) in the mid of
> SVN-Cleanup.
>
> What I was doing:
> - SVN-merge via TortoiseSVN, stopped with Error due to SVN-lock
>   (small local changes separate from merged locations)
> - SVN cleanup via TortoiseSVN on locked folder -> exception
> - press [OK] -> next exception
> - press [OK]
> - trying cleanup again -> "Cleanup has successfully processed the
> following paths: ..."
>
> Best wishes
> Hartmut Leister
>
>
> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
>  'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\
> subversion\subversion\libsvn_client\cleanup.c'
>  line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
> ---
> OK
> ---
>
> followed by
>
> ---
> TortoiseSVN
> ---
> Cleanup failed to process the following paths:
> E:\Projekte\ORS_Applications\ORSOFT_7_5_1
> sqlite[S5]: database is locked, executing statement 'PRAGMA
>  case_sensitive_like=1;PRAGMA synchronous=OFF;PRAGMA
>  recursive_triggers=ON;PRAGMA foreign_keys=OFF;PRAGMA locking_mode =
>  NORMAL;PRAGMA journal_mode = TRUNCATE;'
> Another process is blocking the working copy database, or the underlying
> filesystem does not support file locking; if the working copy is on a
> network filesystem, make sure file locking has been enabled on the file
> server.
> ---
> OK
> ---
>
>
> Version info
> TortoiseSVN 1.9.4, Build 27285 - 64 Bit , 2016/04/24 13:59:58
> Subversion 1.9.4, -release
> apr 1.5.2
> apr-util 1.5.4
> serf 1.3.8
> OpenSSL 1.0.2g  1 Mar 2016
> zlib 1.2.8
> SQLite 3.12.1
>
> --
>
> Hartmut Leister <hardmo...@gmail.com> <hartmut.leis...@gmail.com>
>
>
>


Subversion Exception during cleanup

2018-05-17 Thread Hartmut Leister
 I encountered the following exceptions (see below) in the mid of
SVN-Cleanup.

What I was doing:
- SVN-merge via TortoiseSVN, stopped with Error due to SVN-lock
  (small local changes separate from merged locations)
- SVN cleanup via TortoiseSVN on locked folder -> exception
- press [OK] -> next exception
- press [OK]
- trying cleanup again -> "Cleanup has successfully processed the following
paths: ..."

Best wishes
Hartmut Leister


-------
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'
 line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
---
OK
---

followed by

---
TortoiseSVN
---
Cleanup failed to process the following paths:
E:\Projekte\ORS_Applications\ORSOFT_7_5_1
sqlite[S5]: database is locked, executing statement 'PRAGMA
 case_sensitive_like=1;PRAGMA synchronous=OFF;PRAGMA
 recursive_triggers=ON;PRAGMA foreign_keys=OFF;PRAGMA locking_mode =
 NORMAL;PRAGMA journal_mode = TRUNCATE;'
Another process is blocking the working copy database, or the underlying
filesystem does not support file locking; if the working copy is on a
network filesystem, make sure file locking has been enabled on the file
server.
---
OK
---


Version info
TortoiseSVN 1.9.4, Build 27285 - 64 Bit , 2016/04/24 13:59:58
Subversion 1.9.4, -release
apr 1.5.2
apr-util 1.5.4
serf 1.3.8
OpenSSL 1.0.2g  1 Mar 2016
zlib 1.2.8
SQLite 3.12.1

-- 

Hartmut Leister <hardmo...@gmail.com> <hartmut.leis...@gmail.com>


Re: Re: Subversion Exception!

2018-03-12 Thread Johan Corveleyn
On Fri, Mar 9, 2018 at 4:38 PM,
 wrote:
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))

On Mon, Mar 12, 2018 at 3:41 PM,
 wrote:
> Sorry I've solved the problem with my IT department. It was just a problem
> of proxy.

Interesting! Would it be able to give a bit more detailed information?
So a low level network problem (perhaps happening at just the wrong
moment) caused this. What / how precisely? Can you reproduce it, or
give some hints on how someone else could?

-- 
Johan


Antwort: Re: Subversion Exception!

2018-03-12 Thread David . Le . Deaut
Sorry I've solved the problem with my IT department. It was just a problem 
of proxy.

Thank for your help.

Best regards / Mit freundlichen Grüßen / 此致敬礼 / Cordialement,
David Le Deaut
Technical Project Leader
Wireless ASIC

Continental  Automotive GmbH
Siemensstrasse 12, 93055 Regensburg, Germany

Phone:  +49 941 790 8343
Fax:   +49 941 79099 3540
Email:   david.le.de...@continental-corporation.com
http://www.continental-automotive.com


Continental Automotive GmbH, Vahrenwalder Str. 9, D-30165 Hannover 
Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: Helmut 
Matschi 
Geschaeftsfuehrer/Managing Director: Georg Sistermanns, Harald Stuhlmann 
Sitz der Gesellschaft/Registered Office: Hannover 
Registergericht/Registered Court: Amtsgericht Hannover, HRB 59424
USt.-ID-Nr./VAT-ID-No. DE814950663 


Proprietary and confidential. Distribution only by express authority of
Continental AG or its subsidiaries.



Von:Johan Corveleyn <jcor...@gmail.com>
An: david.le.de...@continental-corporation.com, 
Kopie:  Subversion <users@subversion.apache.org>
Datum:  03/12/2018 11:49 AM
Betreff:Re: Subversion Exception!



On Fri, Mar 9, 2018 at 4:38 PM,
<david.le.de...@continental-corporation.com> wrote:
> -------
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
>
> 
'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---
> OK
> ---
>
> Hi,
>
> Seems SVN doesn't work with Certificate under Windows 10.
>

Thanks for your report. But what do you mean with "work with
certificate"? Do you use a client-side certificate to authenticate to
your svn server?

I don't think this error has anything to do with Windows 10, or with
"client certificate authentication". Or that would be very strange.
Can you describe in more detail what might be special about your
working copy, or about the way you're executing the commit command?

There must be something special, because obviously 'svn commit' works
fine for most users, also on Windows 10.

-- 
Johan




Re: Subversion Exception!

2018-03-12 Thread Johan Corveleyn
On Fri, Mar 9, 2018 at 4:38 PM,
<david.le.de...@continental-corporation.com> wrote:
> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
>
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---
> OK
> ---
>
> Hi,
>
> Seems SVN doesn't work with Certificate under Windows 10.
>

Thanks for your report. But what do you mean with "work with
certificate"? Do you use a client-side certificate to authenticate to
your svn server?

I don't think this error has anything to do with Windows 10, or with
"client certificate authentication". Or that would be very strange.
Can you describe in more detail what might be special about your
working copy, or about the way you're executing the commit command?

There must be something special, because obviously 'svn commit' works
fine for most users, also on Windows 10.

-- 
Johan


Re: Subversion Exception

2018-03-12 Thread Johan Corveleyn
On Mon, Mar 12, 2018 at 8:56 AM, Helge Belsvik <h...@dds.no> wrote:
> I got this message when trying to commit updated files:
>
> -------
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c'
> line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))
> ---
> OK
> ---

There must be something special with the state of your working copy,
or with the input you're giving TortoiseSVN to commit files. Can you
determine what's special about it?

Or even: can you reproduce this error with a self-containing testcase,
starting with a new, empty svn repository (created with "svnadmin
create", then checking that out with "svn co XXX" and building a
working copy and performing actions until you can replicate this
error)?

-- 
Johan


Subversion Exception

2018-03-12 Thread Helge Belsvik
I got this message when trying to commit updated files:

 

---

Subversion Exception!

---

Subversion encountered a serious problem.

Please take the time to report this on the Subversion mailing list

with as much information as possible about what

you were trying to do.

But please first search the mailing list archives for the error message

to avoid reporting the same problem repeatedly.

You can find the mailing list archives at

http://subversion.apache.org/mailing-lists.html

 

Subversion reported the following

(you can copy the content of this dialog

to the clipboard using Ctrl-C):

 

In file

'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\lib
svn_wc\wc_db.c'

line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))

---

OK   

---

 

MVH/Best Regards,

 

 - Helge 

 



Subversion Exception!

2018-03-09 Thread David . Le . Deaut
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c'
 line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK 
---

Hi,

Seems SVN doesn't work with Certificate under Windows 10.

Best regards / Mit freundlichen Grüßen / 此致敬礼 / Cordialement,
David Le Deaut
Technical Project Leader
Wireless ASIC

Continental  Automotive GmbH
Siemensstrasse 12, 93055 Regensburg, Germany

Phone:  +49 941 790 8343
Fax:   +49 941 79099 3540
Email:   david.le.de...@continental-corporation.com
http://www.continental-automotive.com


Continental Automotive GmbH, Vahrenwalder Str. 9, D-30165 Hannover 
Vorsitzender des Aufsichtsrats/Chairman of the Supervisory Board: Helmut 
Matschi 
Geschaeftsfuehrer/Managing Director: Georg Sistermanns, Harald Stuhlmann 
Sitz der Gesellschaft/Registered Office: Hannover 
Registergericht/Registered Court: Amtsgericht Hannover, HRB 59424
USt.-ID-Nr./VAT-ID-No. DE814950663 


Proprietary and confidential. Distribution only by express authority of
Continental AG or its subsidiaries.


Re: Subversion Exception Occurred When Network Connection Lost

2017-10-22 Thread kendall
Just a quick note that I saw the same error just now when I lost my network
connection:

---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file

'D:\Development\SVN\Releases\TortoiseSVN-1.9.7\ext\subversion\subversion\libsvn_wc\wc_db.c'
 line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK   
---

I'm using version 1.9.7 and checking for updates says it is the latest
version.



--
Sent from: http://subversion.1072662.n5.nabble.com/Subversion-Users-f84423.html


RE: Subversion Exception!

2017-01-30 Thread Janaka.PREMATHILAKA
Thank you ,

I have subversion plugin standalone and with eclipse.  Sometimes I cannot use 
from both sides.  It was crashed and could not recover but it got ok after 
restarting the PC.

Thank you and have a nice day. 
TS.

KRs, 
Janaka 




-Original Message-
From: Ryan Schmidt [mailto:subversion-2...@ryandesign.com] 
Sent: Monday, January 30, 2017 9:11 AM
To: PREMATHILAKA Janaka (DIGIT-EXT)
Cc: Subversion Users
Subject: Re: Subversion Exception!


> On Jan 27, 2017, at 10:46, janaka.premathil...@ext.ec.europa.eu wrote:
> 
> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.

What were you trying to do?


> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
>  
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>  
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'
> line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
> ---
> OK   
> ---

It's also a good idea to upgrade to the latest version before reporting a bug. 
The latest version of TortoiseSVN as of November 2016 is 1.9.5.




Re: Subversion Exception!

2017-01-30 Thread Ryan Schmidt

> On Jan 27, 2017, at 10:46, janaka.premathil...@ext.ec.europa.eu wrote:
> 
> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.

What were you trying to do?


> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
>  
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>  
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'
> line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
> ---
> OK   
> ---

It's also a good idea to upgrade to the latest version before reporting a bug. 
The latest version of TortoiseSVN as of November 2016 is 1.9.5.




Subversion Exception!

2017-01-29 Thread Janaka.PREMATHILAKA
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'
line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
---
OK
---


Re: Subversion Exception!

2016-12-16 Thread Stefan Hett

On 12/16/2016 9:49 AM, Anu Vasudevaru wrote:


In file

'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'

line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))

Please retry with the latest TSVN version (1.9.5). At least one case 
related to the error was fixed in that version, if I recall correctly.


--
Regards,
Stefan Hett



Re: Subversion Exception!

2016-12-16 Thread Ryan Schmidt

> On Dec 16, 2016, at 2:49 AM, Anu Vasudevaru <anu.vasudev...@eqs.com> wrote:
> 
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.

And what were you doing when this happened?

Is the problem reproducible?


> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
>  
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>  
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'
> line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
> ---
> OK   
> ---


Re: Subversion Exception - cleanup

2016-11-02 Thread Dan Atkinson
Hi Stefan,

Thanks for this.

As I mentioned, the repo in question is no longer corrupt without any
intervention by me to fix, so this isn't a problem. In any case, I'm glad
to hear that bumping up the SQLite version should possibly resolve the
problem for others in future.

Kind regards, Dan

On 1 November 2016 at 23:14, Stefan <luke1...@posteo.de> wrote:

> On 10/28/2016 16:12, Dan Atkinson wrote:
>
> Hi Johan,
>
> The repository is on a local drive and I have several other repositories
> on the same drive as well that were unaffected.
>
> I do some tasks (update/tag) on the repository via the command line. I
> just checked and the version of SVN used on the command line is
> 1.8.15.14429.
>
> In any case, when I restarted my machine this morning, my repo was no
> longer corrupt.
>
> I don't know what caused it, or why it was fine again this morning, but
> this is no longer an issue for me.
>
> Kind regards, Dan
>
> On 28 October 2016 at 14:43, Johan Corveleyn <jcor...@gmail.com> wrote:
>
>> [ Added Dan Atkinson to cc, because he asked us to :-). Dan, see below. ]
>>
>> On Fri, Oct 28, 2016 at 12:51 AM, Stefan <luke1...@posteo.de> wrote:
>> > On 10/27/2016 16:36, Dan Atkinson wrote:
>> >> Hi there,
>> >>
>> >> Firstly, I am not subscribed to this mailing list so would appreciate
>> >> being explicitly CC'd in any responses. :-)
>> >>
>> >> When I attempted to update my repository, I received the following
>> update:
>> >>
>> >> Error: The working copy database at 'D:\Work\SVN\trunk' is corrupt.
>> >> Error: Try a 'Cleanup'. If that doesn't work you need to do a fresh
>> >> checkout.
>> >>
>> >> When I attempted a cleanup, I received the following message:
>> >>
>> >> ---
>> >> Subversion Exception!
>> >> ---
>> >> Subversion encountered a serious problem.
>> >> Please take the time to report this on the Subversion mailing list
>> >> with as much information as possible about what
>> >> you were trying to do.
>> >> But please first search the mailing list archives for the error message
>> >> to avoid reporting the same problem repeatedly.
>> >> You can find the mailing list archives at
>> >> http://subversion.apache.org/mailing-lists.html
>> >>
>> >> Subversion reported the following
>> >> (you can copy the content of this dialog
>> >> to the clipboard using Ctrl-C):
>> >>
>> >> In file
>> >>  'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversio
>> n\subversion\libsvn_client\cleanup.c'
>> >>  line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
>> >> ---
>> >> OK
>> >> ---
>> >>
>> >>
>> >> ---
>> >> TortoiseSVN
>> >> ---
>> >> Cleanup failed to process the following paths:
>> >> D:\Work\SVN\trunk
>> >> The working copy database at 'D:\Work\SVN\trunk' is corrupt.
>> >> Try a 'Cleanup'. If that doesn't work you need to do a fresh checkout.
>> >> ---
>> >> OK
>> >> ---
>> >>
>> >> My version information is:
>> >> TortoiseSVN 1.9.4, Build 27285 - 64 Bit , 2016/04/24 13:59:58
>> >> Subversion 1.9.4, -release
>> >> apr 1.5.2
>> >> apr-util 1.5.4
>> >> serf 1.3.8
>> >> OpenSSL 1.0.2g  1 Mar 2016
>> >> zlib 1.2.8
>> >> SQLite 3.12.1
>> >>
>> >> I am running Windows 10 v1511 (OS Build 10586.601).
>> >>
>> >> Our SVN server (VisualSVN Server) is running SVN 1.7.6 (r1370777)
>> >>
>> >> I did try to search the archives for similar problems but received a
>> >> 403 from Google when I attempted it.
>> >>
>> >> If you require any further information, please let me know directly.
>> >>
>> >> Kind regards, Dan Atkinson
>> >
>> > In case of a WC DB corruption I'd say your best bet is to do a fresh
>> > checkout and copy over locally modified files from the old working copy
>> > to the new one.
>> >
>> > You can also try to debug/troubleshoot the database corruption and try
>> > to repair the database (sqlite3 -> pragma integrit

Re: Subversion Exception - cleanup

2016-11-01 Thread Stefan
On 10/28/2016 16:12, Dan Atkinson wrote:
> Hi Johan,
>
> The repository is on a local drive and I have several other
> repositories on the same drive as well that were unaffected.
>
> I do some tasks (update/tag) on the repository via the command line. I
> just checked and the version of SVN used on the command line is
> 1.8.15.14429.
>
> In any case, when I restarted my machine this morning, my repo was no
> longer corrupt.
>
> I don't know what caused it, or why it was fine again this morning,
> but this is no longer an issue for me.
>
> Kind regards, Dan
>
> On 28 October 2016 at 14:43, Johan Corveleyn <jcor...@gmail.com
> <mailto:jcor...@gmail.com>> wrote:
>
> [ Added Dan Atkinson to cc, because he asked us to :-). Dan, see
> below. ]
>
> On Fri, Oct 28, 2016 at 12:51 AM, Stefan <luke1...@posteo.de
> <mailto:luke1...@posteo.de>> wrote:
> > On 10/27/2016 16:36, Dan Atkinson wrote:
> >> Hi there,
> >>
> >> Firstly, I am not subscribed to this mailing list so would
> appreciate
> >> being explicitly CC'd in any responses. :-)
> >>
> >> When I attempted to update my repository, I received the
> following update:
> >>
> >> Error: The working copy database at 'D:\Work\SVN\trunk' is corrupt.
> >> Error: Try a 'Cleanup'. If that doesn't work you need to do a fresh
> >> checkout.
> >>
> >> When I attempted a cleanup, I received the following message:
> >>
> >> ---
> >> Subversion Exception!
> >> ---
> >> Subversion encountered a serious problem.
> >> Please take the time to report this on the Subversion mailing list
> >> with as much information as possible about what
> >> you were trying to do.
> >> But please first search the mailing list archives for the error
> message
> >> to avoid reporting the same problem repeatedly.
> >> You can find the mailing list archives at
> >> http://subversion.apache.org/mailing-lists.html
> <http://subversion.apache.org/mailing-lists.html>
> >>
> >> Subversion reported the following
> >> (you can copy the content of this dialog
> >> to the clipboard using Ctrl-C):
> >>
> >> In file
> >> 
> 
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'
> >>  line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
> >> ---
> >> OK
> >> ---
> >>
> >>
> >> ---
> >> TortoiseSVN
> >> ---
> >> Cleanup failed to process the following paths:
> >> D:\Work\SVN\trunk
> >> The working copy database at 'D:\Work\SVN\trunk' is corrupt.
> >> Try a 'Cleanup'. If that doesn't work you need to do a fresh
> checkout.
> >> ---
> >> OK
> >> ---
> >>
> >> My version information is:
> >> TortoiseSVN 1.9.4, Build 27285 - 64 Bit , 2016/04/24 13:59:58
> >> Subversion 1.9.4, -release
> >> apr 1.5.2
> >> apr-util 1.5.4
> >> serf 1.3.8
> >> OpenSSL 1.0.2g  1 Mar 2016
> >> zlib 1.2.8
> >> SQLite 3.12.1
> >>
> >> I am running Windows 10 v1511 (OS Build 10586.601).
> >>
> >> Our SVN server (VisualSVN Server) is running SVN 1.7.6 (r1370777)
> >>
> >> I did try to search the archives for similar problems but
> received a
> >> 403 from Google when I attempted it.
> >>
> >> If you require any further information, please let me know
> directly.
> >>
> >> Kind regards, Dan Atkinson
> >
> > In case of a WC DB corruption I'd say your best bet is to do a fresh
> > checkout and copy over locally modified files from the old
> working copy
> > to the new one.
> >
> > You can also try to debug/troubleshoot the database corruption
> and try
> > to repair the database (sqlite3 -> pragma integrity_check) but
> unless
> > you have a reason to try to save your working copy, there's
> little point
> > to do so, IMO.

Re: Subversion Exception - cleanup

2016-10-28 Thread Dan Atkinson
Hi Johan,

The repository is on a local drive and I have several other repositories on
the same drive as well that were unaffected.

I do some tasks (update/tag) on the repository via the command line. I just
checked and the version of SVN used on the command line is 1.8.15.14429.

In any case, when I restarted my machine this morning, my repo was no
longer corrupt.

I don't know what caused it, or why it was fine again this morning, but
this is no longer an issue for me.

Kind regards, Dan

On 28 October 2016 at 14:43, Johan Corveleyn <jcor...@gmail.com> wrote:

> [ Added Dan Atkinson to cc, because he asked us to :-). Dan, see below. ]
>
> On Fri, Oct 28, 2016 at 12:51 AM, Stefan <luke1...@posteo.de> wrote:
> > On 10/27/2016 16:36, Dan Atkinson wrote:
> >> Hi there,
> >>
> >> Firstly, I am not subscribed to this mailing list so would appreciate
> >> being explicitly CC'd in any responses. :-)
> >>
> >> When I attempted to update my repository, I received the following
> update:
> >>
> >> Error: The working copy database at 'D:\Work\SVN\trunk' is corrupt.
> >> Error: Try a 'Cleanup'. If that doesn't work you need to do a fresh
> >> checkout.
> >>
> >> When I attempted a cleanup, I received the following message:
> >>
> >> ---
> >> Subversion Exception!
> >> ---
> >> Subversion encountered a serious problem.
> >> Please take the time to report this on the Subversion mailing list
> >> with as much information as possible about what
> >> you were trying to do.
> >> But please first search the mailing list archives for the error message
> >> to avoid reporting the same problem repeatedly.
> >> You can find the mailing list archives at
> >> http://subversion.apache.org/mailing-lists.html
> >>
> >> Subversion reported the following
> >> (you can copy the content of this dialog
> >> to the clipboard using Ctrl-C):
> >>
> >> In file
> >>  'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\
> subversion\subversion\libsvn_client\cleanup.c'
> >>  line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
> >> ---
> >> OK
> >> ---
> >>
> >>
> >> ---
> >> TortoiseSVN
> >> ---
> >> Cleanup failed to process the following paths:
> >> D:\Work\SVN\trunk
> >> The working copy database at 'D:\Work\SVN\trunk' is corrupt.
> >> Try a 'Cleanup'. If that doesn't work you need to do a fresh checkout.
> >> ---
> >> OK
> >> ---
> >>
> >> My version information is:
> >> TortoiseSVN 1.9.4, Build 27285 - 64 Bit , 2016/04/24 13:59:58
> >> Subversion 1.9.4, -release
> >> apr 1.5.2
> >> apr-util 1.5.4
> >> serf 1.3.8
> >> OpenSSL 1.0.2g  1 Mar 2016
> >> zlib 1.2.8
> >> SQLite 3.12.1
> >>
> >> I am running Windows 10 v1511 (OS Build 10586.601).
> >>
> >> Our SVN server (VisualSVN Server) is running SVN 1.7.6 (r1370777)
> >>
> >> I did try to search the archives for similar problems but received a
> >> 403 from Google when I attempted it.
> >>
> >> If you require any further information, please let me know directly.
> >>
> >> Kind regards, Dan Atkinson
> >
> > In case of a WC DB corruption I'd say your best bet is to do a fresh
> > checkout and copy over locally modified files from the old working copy
> > to the new one.
> >
> > You can also try to debug/troubleshoot the database corruption and try
> > to repair the database (sqlite3 -> pragma integrity_check) but unless
> > you have a reason to try to save your working copy, there's little point
> > to do so, IMO.
> >
> > Although I doubt it's related to the corruption you ran into: Your
> > VisualSVN Server is quite outdated. I assume you are running Visual SVN
> > Server 2.5.6. I'd certainly suggest you to upgrade your server to 2.5.26
> > at least (which will bring SVN up to 1.7.21). The upgrade should be as
> > simple as clicking through the installer.
> >
> > If possible, you'd even upgrade to a later one which will bring SVN up
> > to 1.8 or 1.9 (currently VisualSVN Server 3.5.6 is the recommended
> version).
>
> It would of course be interesting to know how the working copy could
> have ended up being corrupt. Any idea how it got corrupted, Dan?
>
> Was there anything that could have corrupted the working copy database
> ($wc/.svn/wc.db) from outside perhaps? Is the working copy located on
> a network drive? Also useful to know: are you mixing different types
> of svn clients working on the same working copy (for instance, do you
> also access this same working copy with SVNKit)?
>
> --
> Johan
>


Re: Subversion Exception - cleanup

2016-10-28 Thread Johan Corveleyn
[ Added Dan Atkinson to cc, because he asked us to :-). Dan, see below. ]

On Fri, Oct 28, 2016 at 12:51 AM, Stefan <luke1...@posteo.de> wrote:
> On 10/27/2016 16:36, Dan Atkinson wrote:
>> Hi there,
>>
>> Firstly, I am not subscribed to this mailing list so would appreciate
>> being explicitly CC'd in any responses. :-)
>>
>> When I attempted to update my repository, I received the following update:
>>
>> Error: The working copy database at 'D:\Work\SVN\trunk' is corrupt.
>> Error: Try a 'Cleanup'. If that doesn't work you need to do a fresh
>> checkout.
>>
>> When I attempted a cleanup, I received the following message:
>>
>> ---
>> Subversion Exception!
>> ---
>> Subversion encountered a serious problem.
>> Please take the time to report this on the Subversion mailing list
>> with as much information as possible about what
>> you were trying to do.
>> But please first search the mailing list archives for the error message
>> to avoid reporting the same problem repeatedly.
>> You can find the mailing list archives at
>> http://subversion.apache.org/mailing-lists.html
>>
>> Subversion reported the following
>> (you can copy the content of this dialog
>> to the clipboard using Ctrl-C):
>>
>> In file
>>  
>> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'
>>  line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
>> ---
>> OK
>> ---
>>
>>
>> ---
>> TortoiseSVN
>> ---
>> Cleanup failed to process the following paths:
>> D:\Work\SVN\trunk
>> The working copy database at 'D:\Work\SVN\trunk' is corrupt.
>> Try a 'Cleanup'. If that doesn't work you need to do a fresh checkout.
>> ---
>> OK
>> ---
>>
>> My version information is:
>> TortoiseSVN 1.9.4, Build 27285 - 64 Bit , 2016/04/24 13:59:58
>> Subversion 1.9.4, -release
>> apr 1.5.2
>> apr-util 1.5.4
>> serf 1.3.8
>> OpenSSL 1.0.2g  1 Mar 2016
>> zlib 1.2.8
>> SQLite 3.12.1
>>
>> I am running Windows 10 v1511 (OS Build 10586.601).
>>
>> Our SVN server (VisualSVN Server) is running SVN 1.7.6 (r1370777)
>>
>> I did try to search the archives for similar problems but received a
>> 403 from Google when I attempted it.
>>
>> If you require any further information, please let me know directly.
>>
>> Kind regards, Dan Atkinson
>
> In case of a WC DB corruption I'd say your best bet is to do a fresh
> checkout and copy over locally modified files from the old working copy
> to the new one.
>
> You can also try to debug/troubleshoot the database corruption and try
> to repair the database (sqlite3 -> pragma integrity_check) but unless
> you have a reason to try to save your working copy, there's little point
> to do so, IMO.
>
> Although I doubt it's related to the corruption you ran into: Your
> VisualSVN Server is quite outdated. I assume you are running Visual SVN
> Server 2.5.6. I'd certainly suggest you to upgrade your server to 2.5.26
> at least (which will bring SVN up to 1.7.21). The upgrade should be as
> simple as clicking through the installer.
>
> If possible, you'd even upgrade to a later one which will bring SVN up
> to 1.8 or 1.9 (currently VisualSVN Server 3.5.6 is the recommended version).

It would of course be interesting to know how the working copy could
have ended up being corrupt. Any idea how it got corrupted, Dan?

Was there anything that could have corrupted the working copy database
($wc/.svn/wc.db) from outside perhaps? Is the working copy located on
a network drive? Also useful to know: are you mixing different types
of svn clients working on the same working copy (for instance, do you
also access this same working copy with SVNKit)?

-- 
Johan


Re: Subversion Exception - cleanup

2016-10-27 Thread Stefan
On 10/27/2016 16:36, Dan Atkinson wrote:
> Hi there,
>
> Firstly, I am not subscribed to this mailing list so would appreciate
> being explicitly CC'd in any responses. :-)
>
> When I attempted to update my repository, I received the following update:
>
> Error: The working copy database at 'D:\Work\SVN\trunk' is corrupt.  
> Error: Try a 'Cleanup'. If that doesn't work you need to do a fresh
> checkout.  
>
> When I attempted a cleanup, I received the following message:
>
> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
>
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>
> In file
>  
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'
>  line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
> ---
> OK   
> ---
>
>
> ---
> TortoiseSVN
> ---
> Cleanup failed to process the following paths:
> D:\Work\SVN\trunk
> The working copy database at 'D:\Work\SVN\trunk' is corrupt.
> Try a 'Cleanup'. If that doesn't work you need to do a fresh checkout.
> ---
> OK   
> ---
>
> My version information is:
> TortoiseSVN 1.9.4, Build 27285 - 64 Bit , 2016/04/24 13:59:58
> Subversion 1.9.4, -release
> apr 1.5.2
> apr-util 1.5.4
> serf 1.3.8
> OpenSSL 1.0.2g  1 Mar 2016
> zlib 1.2.8
> SQLite 3.12.1
>
> I am running Windows 10 v1511 (OS Build 10586.601).
>
> Our SVN server (VisualSVN Server) is running SVN 1.7.6 (r1370777)
>
> I did try to search the archives for similar problems but received a
> 403 from Google when I attempted it.
>
> If you require any further information, please let me know directly.
>
> Kind regards, Dan Atkinson

In case of a WC DB corruption I'd say your best bet is to do a fresh
checkout and copy over locally modified files from the old working copy
to the new one.

You can also try to debug/troubleshoot the database corruption and try
to repair the database (sqlite3 -> pragma integrity_check) but unless
you have a reason to try to save your working copy, there's little point
to do so, IMO.

Although I doubt it's related to the corruption you ran into: Your
VisualSVN Server is quite outdated. I assume you are running Visual SVN
Server 2.5.6. I'd certainly suggest you to upgrade your server to 2.5.26
at least (which will bring SVN up to 1.7.21). The upgrade should be as
simple as clicking through the installer.

If possible, you'd even upgrade to a later one which will bring SVN up
to 1.8 or 1.9 (currently VisualSVN Server 3.5.6 is the recommended version).

Regards,
Stefan




smime.p7s
Description: S/MIME Cryptographic Signature


Subversion Exception - cleanup

2016-10-27 Thread Dan Atkinson
Hi there,

Firstly, I am not subscribed to this mailing list so would appreciate being
explicitly CC'd in any responses. :-)

When I attempted to update my repository, I received the following update:

Error: The working copy database at 'D:\Work\SVN\trunk' is corrupt.
Error: Try a 'Cleanup'. If that doesn't work you need to do a fresh
checkout.

When I attempted a cleanup, I received the following message:

---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'
 line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
---
OK
---


---
TortoiseSVN
---
Cleanup failed to process the following paths:
D:\Work\SVN\trunk
The working copy database at 'D:\Work\SVN\trunk' is corrupt.
Try a 'Cleanup'. If that doesn't work you need to do a fresh checkout.
---
OK
---

My version information is:
TortoiseSVN 1.9.4, Build 27285 - 64 Bit , 2016/04/24 13:59:58
Subversion 1.9.4, -release
apr 1.5.2
apr-util 1.5.4
serf 1.3.8
OpenSSL 1.0.2g  1 Mar 2016
zlib 1.2.8
SQLite 3.12.1

I am running Windows 10 v1511 (OS Build 10586.601).

Our SVN server (VisualSVN Server) is running SVN 1.7.6 (r1370777)

I did try to search the archives for similar problems but received a 403
from Google when I attempted it.

If you require any further information, please let me know directly.

Kind regards, Dan Atkinson


Re: Subversion Exception Occurred When Network Connection Lost

2016-09-19 Thread Stefan Hett

On 9/19/2016 3:22 AM, som atic wrote:

---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_wc\wc_db.c'
 line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK
---

Version Information:
TortoiseSVN 1.9.4, Build 27285 - 64 Bit , 2016/04/24 13:59:58
Subversion 1.9.4, -release
apr 1.5.2
apr-util 1.5.4
serf 1.3.8
OpenSSL 1.0.2g  1 Mar 2016
zlib 1.2.8
SQLite 3.12.1


What was happening when the error occurred:
- Using Windows 10
- I had Tortoise SVN Log Messages dialog open
- Tried to double-click on a file to see the differences in it
- My network connection went down
- The TortoiseSVN dialog box kept spinning since it couldn't access 
the server

- I pressed "Cancel" to close the dialog box
- This error message then popped up


Might this be more of a TortoiseSVN issue in trying to open a file 
that didn't exist because the file couldn't be obtained from the server?


Is this a known issue?  I didn't see any references to it in the issue 
tracker.



Thanks!

There was an issue related to absolute path handling identified in <= 
SVN 1.9.4 which is nominated to get fixed in the next version. Maybe 
wait until that version is out (no ETA yet) and re-report the problem, 
in case it still occurs?



--
Regards,
Stefan Hett



Subversion Exception Occurred When Network Connection Lost

2016-09-18 Thread som atic
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_wc\wc_db.c'
 line 10235: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK
---

Version Information:
TortoiseSVN 1.9.4, Build 27285 - 64 Bit , 2016/04/24 13:59:58
Subversion 1.9.4, -release
apr 1.5.2
apr-util 1.5.4
serf 1.3.8
OpenSSL 1.0.2g  1 Mar 2016
zlib 1.2.8
SQLite 3.12.1


What was happening when the error occurred:
- Using Windows 10
- I had Tortoise SVN Log Messages dialog open
- Tried to double-click on a file to see the differences in it
- My network connection went down
- The TortoiseSVN dialog box kept spinning since it couldn't access the server
- I pressed "Cancel" to close the dialog box
- This error message then popped up


Might this be more of a TortoiseSVN issue in trying to open a file that didn't 
exist because the file couldn't be obtained from the server?

Is this a known issue?  I didn't see any references to it in the issue tracker.


Thanks!



Subversion Exception!

2016-08-16 Thread Wiesmann, Heinz Norbert
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.9.4\ext\subversion\subversion\libsvn_client\cleanup.c'
 line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
---
OK   
---


Mit freundlichen Grüßen / Best Regards

Heinz-Norbert Wiesmann
Teamleiter / team leader
Entwicklung / Development

RIB Information Technologies AG
Ein Unternehmen der RIB Gruppe
Vaihinger Straße 151
70567 Stuttgart
tel.: +49(711)7873-322
fax: +49(711)7873-231
mobil: -
mailto: heinz-norbert.wiesm...@rib-software.com
http://www.rib-software.com
--
HRB 23983 Stuttgart
Vorstand:
Marcus Lörz
Christian Höntschke
Helmut Schmid
Aufsichtsrat:
Michael Sauer (Vorsitzender)


--
Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht der angegebene 
Empfänger sind oder falls diese E-Mail irrtümlich an Sie adressiert wurde, 
verständigen Sie bitte umgehend den Absender. Danach löschen Sie bitte diese 
E-Mail. Das unerlaubte Benutzen, Kopieren sowie die unbefugte Übermittlung sind 
nicht gestattet.
--




Re: Subversion Exception!

2016-07-24 Thread Andreas Stieger

Gemmy Jing wrote:
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\update_editor.c'
> line 1550: assertion failed (action == svn_wc_conflict_action_delete)

You forgot about the part where you were supposed to explain what you did.

That being said, update to the compatible 1.8.12 or newer 1.9.4 and try again.
https://sourceforge.net/projects/tortoisesvn/files/1.8.12/Application/
https://sourceforge.net/projects/tortoisesvn/files/1.9.4/Application/

Andreas


Subversion Exception!

2016-07-24 Thread Gemmy Jing
Dear Subversion team,
I met this problem with the following information, could you resolve it? Thanks!
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\update_editor.c'
line 1550: assertion failed (action == svn_wc_conflict_action_delete)
---
OK
---

Legal Disclaimer:
The information contained in this message may be privileged and confidential. 
It is intended to be read only by the individual or entity to whom it is 
addressed or by their designee. If the reader of this message is not the 
intended recipient, you are on notice that any distribution of this message, in 
any form, is strictly prohibited. If you have received this message in error, 
please immediately notify the sender and delete or destroy any copy of this 
message!

RE: Subversion Exception! - on cleanup after uncomplete checkout

2016-05-02 Thread Bert Huijben


> -Original Message-
> From: Ryan Schmidt [mailto:subversion-2...@ryandesign.com]
> Sent: maandag 2 mei 2016 09:57
> To: Tomáš Bartek <tomas.bart...@gmail.com>
> Cc: Subversion Users <users@subversion.apache.org>
> Subject: Re: Subversion Exception! - on cleanup after uncomplete checkout
> 
> 
> > On Apr 29, 2016, at 2:17 AM, Tomáš Bartek <tomas.bart...@gmail.com>
> wrote:
> >
> > ---
> > Subversion Exception!
> > ---
> > Subversion encountered a serious problem.
> > Please take the time to report this on the Subversion mailing list
> > with as much information as possible about what
> > you were trying to do.
> > But please first search the mailing list archives for the error message
> > to avoid reporting the same problem repeatedly.
> > You can find the mailing list archives at
> > http://subversion.apache.org/mailing-lists.html
> >
> > Subversion reported the following
> > (you can copy the content of this dialog
> > to the clipboard using Ctrl-C):
> >
> > In file
> >  'D:\Development\SVN\Releases\TortoiseSVN-
> 1.9.3\ext\subversion\subversion\libsvn_client\cleanup.c'
> >  line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))

This is an assertion on the very first line of svn_client_cleanup2(), asserting 
that the passed argument is an absolute path (required, as documented).

Please report this issue at TortoiseSVN, as they somehow call this function 
with an invalid path.

Bert




Re: Subversion Exception! - on cleanup after uncomplete checkout

2016-05-02 Thread Ryan Schmidt

> On Apr 29, 2016, at 2:17 AM, Tomáš Bartek <tomas.bart...@gmail.com> wrote:
> 
> -------
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.
> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
> 
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
> 
> In file
>  
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.3\ext\subversion\subversion\libsvn_client\cleanup.c'
>  line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
> ---
> OK   
> ---

Could you be more specific about what you mean by "uncomplete checkout"?



Subversion Exception! - on cleanup after uncomplete checkout

2016-04-29 Thread Tomáš Bartek
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.9.3\ext\subversion\subversion\libsvn_client\cleanup.c'
 line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
---
OK
---


Re: Subversion Exception!

2016-03-03 Thread Ryan Schmidt

> On Mar 3, 2016, at 12:58 AM, Jagdish Deshmukh <jagdish.deshm...@exfo.com> 
> wrote:
> 
> ---
> Subversion Exception!
> ---
> Subversion encountered a serious problem.
> Please take the time to report this on the Subversion mailing list
> with as much information as possible about what
> you were trying to do.

What were you doing?

> But please first search the mailing list archives for the error message
> to avoid reporting the same problem repeatedly.
> You can find the mailing list archives at
> http://subversion.apache.org/mailing-lists.html
>  
> Subversion reported the following
> (you can copy the content of this dialog
> to the clipboard using Ctrl-C):
>  
> In file
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.3\ext\subversion\subversion\libsvn_client\cleanup.c'
> line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
> ---
> OK   
> ---



Subversion Exception!

2016-03-03 Thread Jagdish Deshmukh
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.9.3\ext\subversion\subversion\libsvn_client\cleanup.c'
line 227: assertion failed (svn_dirent_is_absolute(dir_abspath))
---
OK
---


Re: Subversion exception report

2016-02-19 Thread Carlos Hernandez Alaniz

Yes, that's it.
I had checked out the same repository in, let's say, "F:\folder_a" and 
"S:\folder_b".


Then I edited 3 files and by mistake I tried to commit them like this:
F:\folder_a\file1.cpp
F:\folder_a\file2.cpp
S:\folder_b\file3.cpp

Instead of taking "file3.cpp" from "F:\folder_a".

And then I got the exception.



Salu2. . .

On 19/02/2016 03:23 a.m., Bert Huijben wrote:



-Original Message-
From: Andreas Stieger [mailto:andreas.stie...@gmx.de]
Sent: vrijdag 19 februari 2016 10:58
To: Carlos Hernandez Alaniz <carlos.hernan...@gameloft.com>
Cc: users@subversion.apache.org
Subject: Re: Subversion exception report

Hello,

Carlos Hernandez Alaniz wrote:

In file
  'D:\Development\SVN\Releases\TortoiseSVN-

1.9.1\ext\subversion\subversion\libsvn_client\commit_util.c'

  line 1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath))

Please update to the compatible TortoiseSVN 1.9.3 (with svn 1.9.3) and try
again.


I had two copies of a repository and didn't notice I was
trying to commit two files from one, and one file from the other.

Could you describe this in more detail please?

By checking the sourcecode, I think this issue is reproducable by committing 
files from two different drives on Windows.

$ F:\>svn ci f:\svn-dev\dev g:\brk
svn: E235000: In file '..\..\..\subversion\libsvn_client\commit_util.c' line 
1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath))

Confirmed with 1.9.3.

Bert






RE: Subversion exception report

2016-02-19 Thread Bert Huijben


> -Original Message-
> From: Andreas Stieger [mailto:andreas.stie...@gmx.de]
> Sent: vrijdag 19 februari 2016 10:58
> To: Carlos Hernandez Alaniz <carlos.hernan...@gameloft.com>
> Cc: users@subversion.apache.org
> Subject: Re: Subversion exception report
> 
> Hello,
> 
> Carlos Hernandez Alaniz wrote:
> > In file
> >  'D:\Development\SVN\Releases\TortoiseSVN-
> 1.9.1\ext\subversion\subversion\libsvn_client\commit_util.c'
> >  line 1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath))
> 
> Please update to the compatible TortoiseSVN 1.9.3 (with svn 1.9.3) and try
> again.
> 
> > I had two copies of a repository and didn't notice I was
> > trying to commit two files from one, and one file from the other.
> 
> Could you describe this in more detail please?

By checking the sourcecode, I think this issue is reproducable by committing 
files from two different drives on Windows.

$ F:\>svn ci f:\svn-dev\dev g:\brk
svn: E235000: In file '..\..\..\subversion\libsvn_client\commit_util.c' line 
1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath))

Confirmed with 1.9.3.

Bert



Re: Subversion exception report

2016-02-19 Thread Andreas Stieger
Hello,
 
Carlos Hernandez Alaniz wrote:
> In file
>  
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.1\ext\subversion\subversion\libsvn_client\commit_util.c'
>  line 1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath))

Please update to the compatible TortoiseSVN 1.9.3 (with svn 1.9.3) and try 
again.

> I had two copies of a repository and didn't notice I was
> trying to commit two files from one, and one file from the other.

Could you describe this in more detail please?

Andreas



Subversion exception report

2016-02-18 Thread Carlos Hernandez Alaniz

Subversion says I should report this. So here is the exception:
/
//---//
//Subversion Exception!//
//---//
//Subversion encountered a serious problem.//
//Please take the time to report this on the Subversion mailing list//
//with as much information as possible about what//
//you were trying to do.//
//But please first search the mailing list archives for the error message//
//to avoid reporting the same problem repeatedly.//
//You can find the mailing list archives at//
//http://subversion.apache.org/mailing-lists.html//
//
//Subversion reported the following//
//(you can copy the content of this dialog//
//to the clipboard using Ctrl-C)://
//
//In file//
// 
'D:\Development\SVN\Releases\TortoiseSVN-1.9.1\ext\subversion\subversion\libsvn_client\commit_util.c'//
// line 1197: assertion failed (svn_dirent_is_absolute(base_dir_abspath))//
//---//
//OK //
//---/


I had two copies of a repository and didn't notice I was trying to 
commit two files from one, and one file from the other.


--




Salu2. . .



【Subversion Exception!】Whenever where the error occurred when downloading from 'https://github.com/MyCATApache/Mycat-download/trunk/'

2016-01-27 Thread wpf295288299
  ---
Subversion Exception!
---
Subversion遇到了一个严重的问题。
麻烦您花点时间将这个问题报告给Subversion
请尽量详细的描述您之前尝试的操作。
不过希望您先在邮件存档中搜索一下同样的问题,避免重复提交。
您可以登录下面的地址搜索邮件存档:
http://subversion.apache.org/mailing-lists.html

Subversion产生的报告如下
(您可以用Ctrl-C快捷键复制
本对话框的内容到剪切板):

文件
 
“D:\Development\SVN\Releases\TortoiseSVN-1.8.10\ext\subversion\subversion\libsvn_wc\update_editor.c”,行
 1550:断言失败(action == svn_wc_conflict_action_delete)
---
确定   
---


2016-01-27


wpf295288299 

Re: 【Subversion Exception!】Whenever where the error occurred when downloading from 'https://github.com/MyCATApache/Mycat-download/trunk/'

2016-01-27 Thread Andreas Stieger

Hello,

On 27/01/16 04:39, wpf295288299 wrote:

  ---
Subversion Exception!
---
Subversion遇到了一个严重的问题。
麻烦您花点时间将这个问题报告给Subversion
请尽量详细的描述您之前尝试的操作。
不过希望您先在邮件存档中搜索一下同样的问题,避免重复提交。
您可以登录下面的地址搜索邮件存档:
http://subversion.apache.org/mailing-lists.html
Subversion产生的报告如下
(您可以用Ctrl-C快捷键复制
本对话框的内容到剪切板):
文件
 “D:\Development\SVN\Releases\TortoiseSVN-1.8.10\ext \subversion 
\subversion\libsvn_wc\update_editor.c”,行

 1550:断言失败(action == svn_wc_conflict_action_delete)
---
确定
---




Upgrade to the compatible TortoiseSVN 1.8.12 (with Subversion 1.8.14) 
and try again!

http://sourceforge.net/projects/tortoisesvn/files/1.8.12/Application/

Andreas



Subversion Exception

2015-10-14 Thread Petr Jarošík
Hi,

the exception bellow occured when I tried to merge from branch to trunk.
On* Select revision range* window I marked one revision and doubleclicked
on modified file to see made changes on this file.

---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.9.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
 line 10179: assertion failed (svn_dirent_is_absolute(local_abspath))
---
OK
---

This window occured after clicking on OK button.

[image: Vložený obrázek 1]


BR,
Petr J.


Re: Subversion Exception

2015-10-14 Thread Andreas Stieger
Hi,

> In file
>  
> 'D:\Development\SVN\Releases\TortoiseSVN-1.9.1\ext\subversion\subversion\libsvn_wc\wc_db.c'
>  line 10179: assertion failed (svn_dirent_is_absolute(local_abspath))

Please update to TortoiseSVN 1.9.2 (linking against Subversion 1.9.2) and try 
again.

Andreas


Subversion Exception! assertion failed (handler-sline.code == 204)

2015-05-08 Thread Pieter Allgraf
To whom it may concern,

 

I tried to searched the current issues but were unable to find this issue,
if that's not the case I apologize.

 

After every commit I get an error even though it looks as if the commit was
successful.

 

Here is the exact error and what I do after the error report.

 

---

Subversion Exception!

---

Subversion encountered a serious problem.

Please take the time to report this on the Subversion mailing list

with as much information as possible about what

you were trying to do.

But please first search the mailing list archives for the error message

to avoid reporting the same problem repeatedly.

You can find the mailing list archives at

http://subversion.apache.org/mailing-lists.html

 

Subversion reported the following

(you can copy the content of this dialog

to the clipboard using Ctrl-C):

 

In file

'D:\Development\SVN\Releases\TortoiseSVN-1.8.11\ext\subversion\subversion\li
bsvn_ra_serf\commit.c'

line 2283: assertion failed (handler-sline.code == 204)

---

OK   

---

 

I then press the ok button which then brings up the screen to redo the
commit, but when I do the commit again it comes back with an error 

Error - out of date

Error - File previous so called failed commit is already exists 

Error - You have to update your working copy first.

 

When I then go and do an update it merge the file that I have just updated?

 

 

Awaiting your reply

 

 

Regards

 

Pieter

 



Re: Subversion exception : diff_editor.c internal malfunction

2015-04-27 Thread Stefan Hett
Maybe not applicable, but if you don't get a more specific reply from 
s/o else I'd first try to update your TortoiseSVN version. 1.8.7 is 
quite old. 1.8.11 is the latest build available (in between 1.8.7 and 
1.8.11 there are quire a few fixes so maybe one applies to ur issue as 
well).


To whom it mat concern;

I am sending this EMAIL to report a Subversion exception as 
requested.  I was using Tortoise SVN, 1.8.7 Build 25475 – 64 bit 
2014/05/05 to perfom a “show log” functionality.  While viewing the 
log  I right clicked on the current revision of code (which was 3 
revisions newer than mine) and requested “Show changes as unified 
diff”.  The execution of this operation was taking a very long time 
(10 minutes?) and I still saw no result, so I decided to select 
“cancel” from the progress window.  The following error resulted:


---

Subversion Exception!

---

Subversion encountered a serious problem.

Please take the time to report this on the Subversion mailing list

with as much information as possible about what

you were trying to do.

But please first search the mailing list archives for the error message

to avoid reporting the same problem repeatedly.

You can find the mailing list archives at

http://subversion.apache.org/mailing-lists.html

Subversion reported the following

(you can copy the content of this dialog

to the clipboard using Ctrl-C):

In file

'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\diff_editor.c'

line 1623: internal malfunction

---

OK





Subversion exception : diff_editor.c internal malfunction

2015-04-24 Thread McGinn, Colleen
To whom it mat concern;

I am sending this EMAIL to report a Subversion exception as requested.  I was 
using Tortoise SVN, 1.8.7 Build 25475 - 64 bit 2014/05/05 to perfom a show 
log functionality.  While viewing the log  I right clicked on the current 
revision of code (which was 3 revisions newer than mine) and requested Show 
changes as unified diff.  The execution of this operation was taking a very 
long time (10 minutes?) and I still saw no result, so I decided to select 
cancel from the progress window.  The following error resulted:

---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\diff_editor.c'
line 1623: internal malfunction
---
OK




Tortoise Subversion Exception, Help Needed

2015-04-22 Thread Shahbaz Akhter
Hello Users,

Please look into below issues I got during clean up ,Suddenly I ran into is 
this. I was doing clean up and I got below issue.

[cid:image001.png@01D07CF9.C18FEBC0]

Looking forward for your reply

Regards,
Shahbaz Akhter
DISCLAIMER: This email message and all attachments are confidential and may 
contain information that is Privileged, Confidential or exempt from disclosure 
under applicable law. If you are not the intended recipient, you are notified 
that any dissemination, distribution or copying of this email is strictly 
prohibited.  If you have received this email in error, please notify us 
immediately by return email to mailad...@spanservices.com and destroy the 
original message.  Opinions, conclusions and other information in this message 
that do not relate to the official of SPAN, shall be understood to be nether 
given nor endorsed by SPAN.


RE: Tortoise Subversion Exception, Help Needed

2015-04-22 Thread Bert Huijben
Hi,

 

This tells us that somehow your working copy has some invalid state stored.

 

This specific error message was replaced with an error message that contains
more data in December 2011 (backport to 1.7.x in r1213745), so I would
recommend you to upgrade your Subversion client (read: TortoiseSVN). If
possible I would recommend directly upgrading to 1.8.x as 1.7.x may be out
of support within a few months.

 

 

Most likely the actual problem has been fixed around that time as well as I
haven't seen error reports for this specific error in years.

 

Bert

 

From: Shahbaz Akhter [mailto:shahbaz.akh...@spanservices.com] 
Sent: woensdag 22 april 2015 09:14
To: users@subversion.apache.org
Subject: Tortoise Subversion Exception, Help Needed

 

Hello Users,

 

Please look into below issues I got during clean up ,Suddenly I ran into is
this. I was doing clean up and I got below issue.

 



 

Looking forward for your reply

 

Regards,

Shahbaz Akhter

DISCLAIMER: This email message and all attachments are confidential and may
contain information that is Privileged, Confidential or exempt from
disclosure under applicable law. If you are not the intended recipient, you
are notified that any dissemination, distribution or copying of this email
is strictly prohibited.  If you have received this email in error, please
notify us immediately by return email to mailad...@spanservices.com
mailto:mailad...@spanservices.com  and destroy the original message.
Opinions, conclusions and other information in this message that do not
relate to the official of SPAN, shall be understood to be nether given nor
endorsed by SPAN.



RE: Tortoise Subversion Exception, Help Needed

2015-04-22 Thread Shahbaz Akhter
Thanks for your quick response.

Yes I am aware of the new version 1.8.

But my major concern is that all my existing local directories is out of Sync 
with svn repositories.

It would great if you have any workaround for keeping in sync with my existing 
local directories.

Thanks
Shahbaz

From: Bert Huijben [mailto:b...@qqmail.nl]
Sent: Wednesday, April 22, 2015 2:03 PM
To: Shahbaz Akhter; users@subversion.apache.org
Subject: RE: Tortoise Subversion Exception, Help Needed

Hi,

This tells us that somehow your working copy has some invalid state stored.

This specific error message was replaced with an error message that contains 
more data in December 2011 (backport to 1.7.x in r1213745), so I would 
recommend you to upgrade your Subversion client (read: TortoiseSVN). If 
possible I would recommend directly upgrading to 1.8.x as 1.7.x may be out of 
support within a few months.


Most likely the actual problem has been fixed around that time as well as I 
haven't seen error reports for this specific error in years.

Bert

From: Shahbaz Akhter [mailto:shahbaz.akh...@spanservices.com]
Sent: woensdag 22 april 2015 09:14
To: users@subversion.apache.orgmailto:users@subversion.apache.org
Subject: Tortoise Subversion Exception, Help Needed

Hello Users,

Please look into below issues I got during clean up ,Suddenly I ran into is 
this. I was doing clean up and I got below issue.

[cid:image001.png@01D07D05.AC1E9BE0]

Looking forward for your reply

Regards,
Shahbaz Akhter

DISCLAIMER: This email message and all attachments are confidential and may 
contain information that is Privileged, Confidential or exempt from disclosure 
under applicable law. If you are not the intended recipient, you are notified 
that any dissemination, distribution or copying of this email is strictly 
prohibited.  If you have received this email in error, please notify us 
immediately by return email to 
mailad...@spanservices.commailto:mailad...@spanservices.com and destroy the 
original message.  Opinions, conclusions and other information in this message 
that do not relate to the official of SPAN, shall be understood to be nether 
given nor endorsed by SPAN.
DISCLAIMER: This email message and all attachments are confidential and may 
contain information that is Privileged, Confidential or exempt from disclosure 
under applicable law. If you are not the intended recipient, you are notified 
that any dissemination, distribution or copying of this email is strictly 
prohibited.  If you have received this email in error, please notify us 
immediately by return email to mailad...@spanservices.com and destroy the 
original message.  Opinions, conclusions and other information in this message 
that do not relate to the official of SPAN, shall be understood to be nether 
given nor endorsed by SPAN.


Subversion Exception diff_editor.c 1626

2015-04-17 Thread Tony Hailes
Whilst doing diff with url on a large tree with some files branched from the 
trunk:
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.11\ext\subversion\subversion\libsvn_wc\diff_editor.c'
line 1626: internal malfunction
---
OK
---


RE: Subversion Exception diff_editor.c 1626

2015-04-17 Thread Bert Huijben
This doesn't provide us enough information to reproduce your problem. 

(And 'large tree' is not well defined. For some users that could be thousand
files, while for others that would be hundreds of thousands of files)

 

To reproduce and fix your problem we need more information:

 

In this case interesting information might include:

 

Do you have externals in this working copy?

Do you use a normal Subversion server? 

Or something that just simulates Subversion. E.g. GitHub, Codeplex,
SvnBridge?

 

Are there incomplete nodes in your working copy (See: svn status)

 

But really we could use as much information as possible to reproduce your
problem.

 

Bert

 

From: Tony Hailes [mailto:tony.hai...@ttp.com] 
Sent: vrijdag 17 april 2015 16:48
To: users@subversion.apache.org
Subject: Subversion Exception diff_editor.c 1626

 

Whilst doing diff with url on a large tree with some files branched from
the trunk:

---

Subversion Exception!

---

Subversion encountered a serious problem.

Please take the time to report this on the Subversion mailing list

with as much information as possible about what

you were trying to do.

But please first search the mailing list archives for the error message

to avoid reporting the same problem repeatedly.

You can find the mailing list archives at

http://subversion.apache.org/mailing-lists.html

 

Subversion reported the following

(you can copy the content of this dialog

to the clipboard using Ctrl-C):

 

In file

'D:\Development\SVN\Releases\TortoiseSVN-1.8.11\ext\subversion\subversion\li
bsvn_wc\diff_editor.c'

line 1626: internal malfunction

---

OK   

---



Getting Subversion Exception while SVN Upgrade working copy

2015-03-26 Thread SivaShankar, Peddagopu (HP Storage)
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.10\ext\subversion\subversion\libsvn_wc\upgrade.c'
line 2231: assertion failed (result_format == SVN_WC__VERSION)
---
OK
---

Regards,
Sivasankar


Re: Getting Subversion Exception while SVN Upgrade working copy

2015-03-26 Thread Stefan Hett

Hi,

maybe better to start this of on the TortoiseSVN mailing list (since 
that's the client you seem to be using).


Regards,
Stefan


---

Subversion Exception!

---

Subversion encountered a serious problem.

Please take the time to report this on the Subversion mailing list

with as much information as possible about what

you were trying to do.

But please first search the mailing list archives for the error message

to avoid reporting the same problem repeatedly.

You can find the mailing list archives at

http://subversion.apache.org/mailing-lists.html

Subversion reported the following

(you can copy the content of this dialog

to the clipboard using Ctrl-C):

In file

'D:\Development\SVN\Releases\TortoiseSVN-1.8.10\ext\subversion\subversion\libsvn_wc\upgrade.c'

line 2231: assertion failed (result_format == SVN_WC__VERSION)

---

OK

---

Regards,

Sivasankar





Re: Getting Subversion Exception while SVN Upgrade working copy

2015-03-26 Thread Dave Huang

On 2015-03-26 6:08, Stefan Hett wrote:

Hi,

maybe better to start this of on the TortoiseSVN mailing list (since 
that's the client you seem to be using).


TortoiseSVN uses the Subversion library, which is where the exception is 
coming from. Also, the message explicitly says to report it on the 
Subversion mailing list, not the TortoiseSVN list.


--
Name: Dave Huang |  Mammal, mammal / their names are called /
INet: k...@azeotrope.org |  they raise a paw / the bat, the cat /
FurryMUCK: Dahan |  dolphin and dog / koala bear and hog -- TMBG
Dahan: Hani G Y+C 39 Y++ L+++ W- C++ T++ A+ E+ S++ V++ F- Q+++ P+ B+ PA+ PL++



Subversion Exception!

2015-02-05 Thread Peter Liedholm
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.4\ext\subversion\subversion\libsvn_ra_svn\marshal.c'
line 685: assertion failed (SVN_IS_VALID_REVNUM(rev))
---


TortoiseSVN 1.8.4, Build 24972 - 64 Bit , 2013/11/24 11:15:39
Subversion 1.8.5, -release
apr 1.4.8
apr-util 1.5.2
serf 1.3.2
OpenSSL 1.0.1e 11 Feb 2013
zlib 1.2.8

Steps to reproduce.
TortoiseSVN / Windows 7
Show log.
Dropdown button show range.
Enter Start revision data a year back.
Enter End revision head.

(This is a user fault since start seems to be the most recent date and end 
is the oldest date. Not intuitive)

/Peter


Re: Subversion Exception

2014-12-11 Thread Ryan Schmidt
On Dec 10, 2014, at 1:31 AM, jacksonjim wrote:

 ---
 Subversion Exception!
 ---
 Subversion遇到了一个严重的问题。
 麻烦您花点时间将这个问题报告给Subversion
 请尽量详细的描述您之前尝试的操作。
 不过希望您先在邮件存档中搜索一下同样的问题,避免重复提交。
 您可以登录下面的地址搜索邮件存档:
 http://subversion.apache.org/mailing-lists.html
 
 Subversion产生的报告如下
 (您可以用Ctrl-C快捷键复制
 本对话框的内容到剪切板):
 
 文件
  
 “D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c”,行
  1550:断言失败(action == svn_wc_conflict_action_delete)
 ---
 确定   
 ---

We need more information. Could you tell us what you were doing when this 
exception occurred?




Subversion Exception

2014-12-10 Thread jacksonjim
---
Subversion Exception!
---
Subversion遇到了一个严重的问题。
麻烦您花点时间将这个问题报告给Subversion
请尽量详细的描述您之前尝试的操作。
不过希望您先在邮件存档中搜索一下同样的问题,避免重复提交。
您可以登录下面的地址搜索邮件存档:
http://subversion.apache.org/mailing-lists.html


Subversion产生的报告如下
(您可以用Ctrl-C快捷键复制
本对话框的内容到剪切板):


文件
 
“D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c”,行
 1550:断言失败(action == svn_wc_conflict_action_delete)
---
确定   
---

‍

Subversion Exception!

2014-12-09 Thread 向日葵
---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

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)
---
确定   
---‍

Subversion Exception! - wc_db.c line 8713 assertion failed

2014-09-18 Thread Justin Hu - 胡恩杰
--- 
Subversion Exception! 
--- 
Subversion encountered a serious problem. 
Please take the time to report this on the Subversion mailing list 
with as much information as possible about what 
you were trying to do. 
But please first search the mailing list archives for the error message 
to avoid reporting the same problem repeatedly. 
You can find the mailing list archives at 
http://subversion.apache.org/mailing-lists.html 

Subversion reported the following 
(you can copy the content of this dialog 
to the clipboard using Ctrl-C): 

In file 
'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\wc_db.c'
 
line 8713: assertion failed (svn_dirent_is_absolute(local_abspath)) 
--- 
确定 
--- 


OS: Win7 x64,  8GB RAM, Using TSVN to access code on a local disk partition 
which is mirroring to a network driver on VM's openSUSE 13.1 SAMBA service.
TortoiseSVN 1.8.7, Build 25475 - 64 Bit , 2014/05/05 20:52:12 
Subversion 1.8.9, -release 
apr 1.5.1 
apr-util 1.5.3 
serf 1.3.5 
OpenSSL 1.0.1g 7 Apr 2014 
zlib 1.2.8

The issue happened when I double clicked a .c file listed in svn log window for 
remote HTTP svn server. Before this operation , I terminaled a long-time 
no-response TSVN window. It seems related to Windows temp file.


Sincerely
from Justin Hu



Subversion Exception! line 143: assertion failed (stream-read_fn != NULL)

2014-07-09 Thread Stephany Escobar
Hi,

I send you the message I received when I was trying to commit an update on
a file that I was working with.
I use a VPN connection to use SVN, and, at the first two attempts of commit
I was not able to connect to the VPN, therefore, I cancelled the
transaction.
Once I was able to connect to VPN, I tried to commit the change that I did,
and the process appeared to be right, because it was sending the file and
the progress bar was almost completed, but, instead of a confirmation, I
received a window saying that Tortoise SVN X64 has crashed, and, then,
received the following message:

---
Subversion Exception!
---
Subversion encountered a serious problem.
Please take the time to report this on the Subversion mailing list
with as much information as possible about what
you were trying to do.
But please first search the mailing list archives for the error message
to avoid reporting the same problem repeatedly.
You can find the mailing list archives at
http://subversion.apache.org/mailing-lists.html

Subversion reported the following
(you can copy the content of this dialog
to the clipboard using Ctrl-C):

In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_subr\stream.c'
 line 143: assertion failed (stream-read_fn != NULL)
---
Aceptar

Thanks in advance for your help.
Regards,
-- 
*Stephany Escobar*


Subversion Exception Updating

2014-07-09 Thread Gilberto Gomez Gualdron

Hi everyone.

An exception just happened when I execute a regular update of my local 
repository:



In file
 
'D:\Development\SVN\Releases\TortoiseSVN-1.8.7\ext\subversion\subversion\libsvn_wc\update_editor.c'
 line 1550: assertion failed (action == svn_wc_conflict_action_delete)


The exception happen after one folder was displayed as added in the 
update results window. After that the crush.


Thanks in advance.

Best regards,

Gilberto Gomez



  1   2   3   >