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

newbie question

From: Paul Marculescu <paul_at_p16.pub.ro>
Date: 2002-02-23 03:11:21 CET

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

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