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