RE: Error with quick-start experiment

2015-05-28 Thread Bert Huijben
. Bert From: Antti Simola [mailto:asimol...@gmail.com] Sent: donderdag 28 mei 2015 12:49 To: Bert Huijben Cc: users@subversion.apache.org Subject: Re: Error with quick-start experiment Thanks! I got it working now by following the updated quick-start. There's perhap

Re: Error with quick-start experiment

2015-05-28 Thread Antti Simola
wrote: > > Hi, > > > > You could use %REPOS_DIR:\=/% instead of just %REPOS_DIR% to replace all > ‘\’ characters with ‘/’ > > > > (In batch scripts you might have to enable cmd extensions, but on the > commandline this is enabled by default) > &g

RE: Error with quick-start experiment

2015-05-28 Thread Bert Huijben
nt: donderdag 28 mei 2015 11:55 To: Bert Huijben Subject: Re: Error with quick-start experiment Thanks! There's another error now with replaced slashes: C:\>svn mkdir -m "Create directory structure." "file:\\\%REPOS_DIR%\trunk " "file:\\\%REPOS_DIR%\branches &q

RE: Error with quick-start experiment

2015-05-28 Thread Bert Huijben
[mailto:asimol...@gmail.com] Sent: donderdag 28 mei 2015 11:19 To: Antti Simola; users@subversion.apache.org Subject: Re: Error with quick-start experiment 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

Re: Error with quick-start experiment

2015-05-28 Thread Stefan Sperling
On Thu, May 28, 2015 at 11:38:17AM +0200, Stefan Sperling wrote: > The quick-start page is wrong. I've fixed the page. Thanks!

Re: Error with quick-start experiment

2015-05-28 Thread Stefan Sperling
On Thu, May 28, 2015 at 12:19:17PM +0300, Antti Simola wrote: > 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 "Creat

Re: Error with quick-start experiment

2015-05-28 Thread Antti Simola
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"

Re: Error with quick-start experiment

2015-05-28 Thread Stefan Sperling
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.ap