Kevin Pilch-Bisson <kevin@pilch-bisson.net> writes:
> On Thu, Oct 11, 2001 at 10:26:32AM +0200, Stefan Reich?r wrote:
> > Hi,
>> I am new to svn.
>> I want to use it locally under windows.
>
> Well, be careful. It isn't even alpha yet, especially under windows.
I know :)
> >
>> First I created a repository with:
>> > svnadmin create d:\svn
>> that worked.
>
> Good.
> >
>> Now I want to import some files to the repository, I tried:
>> > svn import d:/svn/test test
>> -- > Unrecognized URL scheme: d:\svn\test
>
> Repositories have to be specified as URL's. So for you example it would be
> "svn import file:///d:/svn/test test"
>
I tried the following commands:
[e:\ftp\cvs\svn\tst] svn import file:///d:/svn/test test
--> svn_error: #21067 : <Bad URL passed to RA layer>
--> svn_ra_local__split_URL: URL does not contain `file://' prefix
[e:\ftp\cvs\svn\tst]svn import file://d:/svn/test test
--> svn_error: #21067 : <Bad URL passed to RA layer>
--> svn_ra_local__split_URL: URL does not contain `file://' prefix
I have no idea what I should try else.
> Just as to do it remotely would be(was when we went self hosting).
>
> "svn import http://svn.collab.net/repos/svn/trunk import-tree"
> >
>> How do I specify a local repository?
>>
>> Stefan.
>
> Hope that helps. You might also want to look at the beginnings of a user
> manual which can be found in the svn source tree under doc/user.
Stefan.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:44 2006