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

Re: Latest Win32 binaries

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2001-10-11 12:34:53 CEST

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.
>
> 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"

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.

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

  • application/pgp-signature attachment: stored
Received on Sat Oct 21 14:36:44 2006

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.