On Mon, May 21, 2018 at 5:52 AM, Piyaporn Settabunjong
<piyaporn.settabunj...@wdc.com> wrote:
> 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
> 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
> ---------------------------

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

Reply via email to