You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by ma...@gmail.com on 2006/07/29 19:44:50 UTC

deleted all .svn/entries files; any way to recover?

I have a svn working copy that I did a fair amount of work on.  In a
move of stupidity, I cleared out every .svn/entries file.  In other
words, every .svn/entries file in my working copy is now a zero-byte
file.

Is there any reasonably easy way to recover or re-create the files?

If not, what's the easiest way to commit the changes I made?

Thanks!
Matt

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

Re: deleted all .svn/entries files; any way to recover?

Posted by Eric Hanchrow <of...@blarg.net>.
>>>>> "matthew" == matthew garman <ma...@gmail.com> writes:

    matthew> I have a svn working copy that I did a fair amount of
    matthew> work on.  In a move of stupidity, I cleared out every
    matthew> .svn/entries file.  In other words, every .svn/entries
    matthew> file in my working copy is now a zero-byte file.

    matthew> Is there any reasonably easy way to recover or re-create
    matthew> the files?

    matthew> If not, what's the easiest way to commit the changes I
    matthew> made?

Here's what I'd do:

* get a new working copy by running "svn co" again.

* move all the files from the old, hosed working copy into the new
  working copy (excluding, of course, the files under .svn)

* check in the new working copy 

* rm -rf the old one

* resolve to never again muck with stuff in .svn!

-- 
When it comes to electronic voting, most liberals are just plain
old-fashioned nuts.
        -- Joe Andrew, former chairman of the Democratic National
           Committee

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