You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Markus Sinner <si...@psitronic.de> on 2005/11/30 23:33:10 UTC

Missing files in working copy

Version: subversion 1.1.4-2 Debian/GNU Linux Sarge

Hello,

since yesterday I have a stange problem with a working copy. Some files 
are set to absent="true" in .svn/entries and i cannot get a working copy 
out of the repo.

<entry
    name="login.php"
    kind="file"
    absent="true"/>


I deleted the whole tree and updated it again, but the files are still 
missing.

svn status does not "know" the file:

$ svn status login.php
?      login.php

But WebSVN displays the file. And another coder using tortoise SVN also 
does not encounter any problems.

We tried to delete the file, then update, and then i tried to add the 
file again with "svn add file.php". But that did not work

$ svn add login.php
svn: warning: 'login.php' befindet sich bereits unter Versionskontrolle


I need help :-(

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