[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Yet another nenwbie question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-08-19 19:13:37 CEST

"Brad Cox, Ph.D." <bcox@virtc.com> writes:
>
> svnadmin create /opt/svn # /opt is writable by me BTW
> svn import MyProject file:///opt/svn/MyProject
>
> I got an error saying MyProject is a bad URL.

It's hard to give you an answer when we don't have a precise error
from you.

Do you not have file:/// support compiled into your client? Run 'svn
--version', and see if 'ra_local' is a module you have.

> Hopefully the right way involes svnserver (or apache), not file:
> arguments on every command.

Subversion doesn't make you type URLs for every command -- only for
initial checkouts. You're making an incorrect assumption. :-)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 19 19:18:23 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.