You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by damodar <da...@infotech.stph.net> on 2002/12/10 13:48:06 UTC

Need help!!!!

Hi

I have built the svn server with the latest working copy on a Red Hat 
linux 8 and built the apache and svn server as per the installation 
information of INSTALL file.

I have created the repository using 
svnadmin create 

Now when I am trying to create a directory in the newly created 
repository with the command:

svn mkdir /path to repository/newdirectory name -m "this is my first 
project"  Then I get the following error:

svn: subversion/libsvn_subr/io.c:1746:(apr_err=3D2,src_err=3D0)
svn: No such file or directory
svn: svn_io_file_open : Can't open /home/reposityor/.svn/lock

Can you help me in resolving this error.

Thanks in advance.

damodar


Re: Need help!!!!

Posted by Ben Collins-Sussman <su...@collab.net>.
The svn client only operates on URLs.  Try
file:///absolute/path/to/repos.

And read the book.  :-)


"damodar" <da...@infotech.stph.net> writes:

> Hi
> 
> I have built the svn server with the latest working copy on a Red Hat 
> linux 8 and built the apache and svn server as per the installation 
> information of INSTALL file.
> 
> I have created the repository using 
> svnadmin create 
> 
> Now when I am trying to create a directory in the newly created 
> repository with the command:
> 
> svn mkdir /path to repository/newdirectory name -m "this is my first 
> project"  Then I get the following error:
> 
> svn: subversion/libsvn_subr/io.c:1746:(apr_err=3D2,src_err=3D0)
> svn: No such file or directory
> svn: svn_io_file_open : Can't open /home/reposityor/.svn/lock
> 
> Can you help me in resolving this error.
> 
> Thanks in advance.
> 
> damodar

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org