Re: Can't get path to work on Windows
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-11-30 02:28:32 CET
"Robo" <robo555@gmx.net> writes:
> The root of the repository is e:\svn\, from the svnadmin create command, and
So you claim the command
svn mkdir file:///e:/svn/ath
gives the error
Committed revision 1.
I don't believe you. When you report a problem please give the
svn mkdir file:///e:/svn/ath -m 'message including the word Athletics'
and you are not using the correct form of argument quoting for
[Looks like we do have a bug in mkdir, it probably should not create
> and no folder call "ath" is created.
I've already told you: "svn mkdir URL" will not create a folder; it
If you run the command "svn ls file:///e:/svn" what output do you get?
ath/
indicating that the directory has been created.
> To add to the confusion, sometimes when I type that command, it creates an
I suspect you didn't quote the commit message correctly. The correct
> I've just tried Philip's suggestion and used
I didn't suggest that. Drives use the form "e:" not "e/", and the
> But I got the message:
That's the correct error in this case.
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Sat Nov 30 02:29:12 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.