You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Gaston Fiore <ga...@gmail.com> on 2009/10/29 18:02:59 UTC

import problem

Hello,

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

Any ideas on what the problem is?

Thanks!

-Gaston

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: import problem

Posted by Bob Archer <bo...@amsi.com>.
> 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@subversion.tigris.org].