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

RE: import problem

From: Bob Archer <bob.archer_at_amsi.com>
Date: Fri, 30 Oct 2009 10:37:01 -0400

> I'm trying to copy an unversioned tree of files into a repository that
> I've just created using import. However, I'm getting the following
> error when trying to import:
>
> $ svn import mytree file:///n/home00/gafiore/repos/trunk -m "Initial
> import"
> svn: Can't open file
> '/n/home00/gafiore/repos/db/transactions/0-1.txn/next-ids':
> Input/output error

It sounds to me like you don't have permissions to that path. You did create a repository there using svnadmin first right?

Also, is that file:// path on your local machine? If not, make sure no one else is accessing it. file:// is really meant for single user local machine repository access.

BOb

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2413016

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-30 15:38:22 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.