You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Wade Hampton <wa...@nsc1.net> on 2004/11/22 22:18:44 UTC

"No such file or directory" on checkout leaves locks....

I am fairly new to subversion but really like it, however I am having a 
problem.  I am
running Subversion 1.1.1 on RedHat 7.3 (server) and RedHat 9 (client).

My server crashed earlier today (subversion should have been idle at the 
time, however). 
I am now trying to checkout a repository but am getting an error:

    svn checkout <url>/svn/<reponame>   test123
    A  test123/trunk/.....
    ...
    A test123/trunk/install_system/aaareadme.txt
    svn:  In directory  'test123/trunk/install_system'
    svn:  Can't change executability of file 
'test123/trunk/install_system/VERSION.sh':
        No such file or directory.

svn status shows a lock in trunk/install_system

I ran svn cleanup on the repository:
   svn cleanup <path>/svn/<reponame>

However, I am still gettting the same error when trying to check it out
(e.g., checkout into a new directory):
    svn checkout <server>/svn/<name> test3

Any help would be most appreciated....
--
Wade Hampton

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