Re: subversion error

2016-12-08 Thread Stefan Hett
Hi Jane, On 12/7/2016 7:50 PM, Yue, Jane wrote: Thanks, Jane I doubt that you will get any reasonable support for such an old TSVN version. You'd certainly upgrade at least to TSVN 1.7.15 but even this is EOL for over two years already. I suggest you upgrade to TSVN 1.9.5, tbh. -- Regards,

Re: Subversion Error During Update

2015-08-19 Thread Andreas Stieger
Hello, James Trainor wrote: > While attempting update the trunk of https://github.com/EllisLab/CodeIgniter > I received the following error. >   > In file > 'D:\Development\SVN\Releases\TortoiseSVN-1.8.8\ext\subversion\subversion\libsvn_wc\update_editor.c' > line 1550: assertion failed (action ==

Re: Subversion error!

2015-01-27 Thread Ben Reser
On 1/21/15 7:47 AM, Tran Ngoc Lieu, Ms wrote: > Dear Mr/Ms, > > I meet the problem with svn as the following: > "In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.8.6\ext\subversion\subversion\libsvn_wc\wc_db_update_move.c' > line 1039: assertion failed (move_dst_revision == expected_move_

RE: Subversion error!

2015-01-27 Thread Tran Ngoc Lieu, Ms
al Message- From: Ryan Schmidt [mailto:subversion-2...@ryandesign.com] Sent: Wednesday, January 28, 2015 8:48 AM To: Tran Ngoc Lieu, Ms Cc: Subversion Users Subject: Re: Subversion error! On Jan 21, 2015, at 9:47 AM, Tran Ngoc Lieu, Ms wrote: > I meet the problem with svn as the followin

Re: Subversion error!

2015-01-27 Thread Ryan Schmidt
On Jan 21, 2015, at 9:47 AM, Tran Ngoc Lieu, Ms wrote: > I meet the problem with svn as the following: > "In file > > 'D:\Development\SVN\Releases\TortoiseSVN-1.8.6\ext\subversion\subversion\libsvn_wc\wc_db_update_move.c' > line 1039: assertion failed (move_dst_revision == expected_move_dst_re

RE: Subversion error in Python code

2014-05-22 Thread Bert Huijben
The error is raised in ‘svn.exe’, not inside the python code. I don’t know what makes this code fail for you. The checkout appears to work for me. Can you send me the dump file, to allow looking at this in more details? (With the symbols .zip file from the SlikSvn website this should prov

Re: Subversion error

2011-10-19 Thread Daniel Shahaf
What's happening here is that svn_client_checkout3() asserts that its API contract is being fulfilled. So, either TortoiseSVN fails to svn_uri_canonicalize() the URL before passing it to libsvn_client, or svn_uri_canonicalize() called by tsvn and svn_uri_is_canonical() called by the assertion disa

Re: Subversion error

2011-10-18 Thread Konstantin Kolinko
2011/10/19 Isaac Hogue : > I'm running Windows 7 64 bit and trying to checkout an existing svn > repository.  I am able to connect to the same from an alternate computer. > Thanks, > -Isaac > --- > Subversion Exception! > --- > Subversion encountered