This is what I typed in my last attempt. I've made several attempts after the one that worked earlier.
C:\>set REPOS_DIR=h:\repos\my-repos C:\>mkdir h:\repos C:\>svnadmin create %REPOS_DIR% C:\>svn mkdir -m "Create directory structure." "file:///%REPOS_DIR%/trunk" "file:///%REPOS_DIR%/branches" "file:///%REPOS_DIR%/tags" svn: E235000: In file '..\..\..\subversion\libsvn_subr\dirent_uri.c' line 2307: assertion failed (svn_uri_is_canonical(url, pool)) C:\> On Thu, May 28, 2015 at 11:30 AM, Stefan Sperling <s...@elego.de> wrote: > On Thu, May 28, 2015 at 11:08:17AM +0300, Antti Simola wrote: > > Hello, > > > > > > > > I’m learning to use the command-line Subversion (1.8.13 64-bit Win, > > SLIKSVN) by reading the book online and doing some tests. I followed the > > quick-start guide for some experiments: > > > > > > > > https://subversion.apache.org/quick-start > > > > > > > > The first time around went spotless. But the second time when I wanted to > > create another repo for another project I get the following error > message: > > > > > > > > svn: E235000: In file '..\..\..\subversion\libsvn_subr\dirent_uri.c' line > > 2307: assertion failed (svn_uri_is_canonical(url, pool)) > > > > > > when I execute the part that makes trunk, branches and tags > > subdirectories. That opens a dialog window for the error as well. Does > > anyone have any idea what I’m doing wrong here? > > > > Can you please show exactly what you typed on the command line > when this happened? > > > > > > > Antti Simola > > > > > > > > > > > > PS: There’s a typo in quick-start guide as the first “ is missing from > the > > tags subdirectory address. > > Fixed, thanks. >