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

Re: newbie question

From: Kevin Pilch-Bisson <kevin_at_pilch-bisson.net>
Date: 2002-02-23 04:29:28 CET

On Sat, Feb 23, 2002 at 04:11:21AM +0200, Paul Marculescu wrote:
> Hi!
Hi!
>
> I'm trying to begin using subversion under win32.
>
> I created a local repository:
> svnadmin create e:\test\svn\repos1
>
> and when I try to import some data into it I get miscellaneous errors
> caused by the file url:
>
> svn import file:///e:/test/svn/repos1 e:/sweat/track
> svn_error: #21085 : <URL is not a versioned resource>
> svn_ra_local__split_URL: Unable to find valid repository

Our URL parsing code _STILL_ doesn't recognize paths with a drive spec in
them. Try doing:

e:
svn import file:///test/svn/repos1 e:\sweat\track

I'm going to add a faq entry about this right now.
>
> svn import file://e:/test/svn/repos1 e:/sweat/track
> svn_error: #21075 : <Bad URL passed to RA layer>
> svn_ra_local__split_URL: URL contains unsupported hostname
>
> svn import file:///e:\test\svn\repos1 e:/sweat/track
> svn_error: #21085 : <URL is not a versioned resource>
> svn_ra_local__split_URL: Unable to find valid repository
>
> The repository seems to be ok. ( svnadmin lsrevs e:\test\svn\repos1
> works )
>
> How do I specify a URL for the local repository?
>
> Thanks.
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
>

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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:37:09 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.