Discussion:
Why can’t I create folder ??
Piyaporn Settabunjong
2018-05-21 03:52:49 UTC
Permalink
Dear sir ,

I already update to version 1.10.0 then can create my folder. This is success.
But when I try to check out code to my folder. It error as below.

[cid:***@01D3F0F1.D8637E60]


---------------------------
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_subr\dirent_uri.c'
line 1601: assertion failed (! svn_path_is_url(relative))
---------------------------
OK
---------------------------

Piyaporn Settabunjong (Lek)
Spacing Control, Sustaining RSS
HGST, a Western Digital company
***@hgst.com<mailto:***@hgst.com>
Tel: +66 37 270 500 Ext. 612721
[HGST_Logo_email (1)]
203, 205 M.7, ThaTum, Srimahaphote, Prachinburi 25140
www.hgst.com<http://www.hgst.com/>

From: Johan Corveleyn [mailto:***@gmail.com]
Sent: 18 May, 2018 5:19 PM
To: Piyaporn Settabunjong <***@wdc.com>
Cc: Andreas Stieger <***@gmx.de>; ***@subversion.apache.org
Subject: Re: Why can’t I create folder ??

Since you're using the TortoiseSVN client, you can find the latest release of TortoiseSVN here:

https://tortoisesvn.net/downloads.html

(Note: the Apache Subversion project doesn't distribute binary packages of SVN, we just release the source code. The page http://subversion.apache.org/packages.html contains links to different distributors of binary packages of SVN. So where to get the latest version of whatever distribution you're using, it depends ... only if you're building from source yourself, you can download the latest version from the subversion.apache.org<http://subversion.apache.org> website.).
--
Johan

On Fri, May 18, 2018 at 11:57 AM, Piyaporn Settabunjong <***@wdc.com<mailto:***@wdc.com>> wrote:
How to update version. Kindly please advise.

Piyaporn Settabunjong (Lek)
Spacing Control, Sustaining RSS
HGST, a Western Digital company
***@hgst.com<mailto:***@hgst.com>
Tel: +66 37 270 500 Ext. 612721
[HGST_Logo_email (1)]
203, 205 M.7, ThaTum, Srimahaphote, Prachinburi 25140
www.hgst.com<http://www.hgst.com/>

From: Andreas Stieger [mailto:***@gmx.de<mailto:***@gmx.de>]
Sent: 18 May, 2018 3:36 AM
To: ***@subversion.apache.org<mailto:***@subversion.apache.org>
Subject: Re: Why can’t I create folder ??




On 05/17/2018 02:43 PM, Piyaporn Settabunjong wrote:
In file
'D:\Development\SVN\Releases\TortoiseSVN-1.8.6\ext\subversion\subversion\libsvn_subr\dirent_uri.c'
line 1571: assertion failed (! svn_path_is_url(relative))

Update to TortoiseSVN 1.8.12 (compatible), 1.9.7 (also comptible) and 1.10.0 (recommended), and try again.

Andreas
Johan Corveleyn
2018-05-25 14:37:58 UTC
Permalink
On Mon, May 21, 2018 at 5:52 AM, Piyaporn Settabunjong
Post by Piyaporn Settabunjong
Dear sir ,
I already update to version 1.10.0 then can create my folder. This is success.
But when I try to check out code to my folder. It error as below.
---------------------------
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
In file
'D:\Development\SVN\Releases\TortoiseSVN-1.10.0\ext\subversion\subversion\libsvn_subr\dirent_uri.c'
line 1601: assertion failed (! svn_path_is_url(relative))
---------------------------
OK
---------------------------
Okay, so that's basically the same error as with 1.8.6 that you
reported earlier.

I'm just guessing here, but one possible reason could be an
"svn:externals" definition [1] that contains some incorrect values.
I'd start with investigating those.

You should be able to find any "svn:externals" properties under the
URL you're trying to checkout by executing this:

svn propget -R svn:externals $URL

Also: just to double check you should probably try to repeat your
action with the commandline client, outside of TortoiseSVN (by
executing 'svn checkout $URL'), to see if you get the same error.

[1] http://svnbook.red-bean.com/nightly/en/svn.advanced.externals.html
--
Johan
Continue reading on narkive:
Loading...