[UPHPU] svn unset file flagged for delete
Alvaro Carrasco
alvaro at epliant.com
Fri Oct 26 15:47:57 MDT 2007
Wade Preston Shearer wrote:
>> My coworker just accidently flagged a file for delete in SVN, but has
>> not committed it yet. Is there a way to remove this status?
>
> One way that I just thought of is to delete (rm) the file and then
> update (svn update), but that seems kind of like a hack. Would svn
> revert work?
>
>
That probably won't work, since the fact that the file was deleted is
stored on the .svn file.
This should do it:
svn revert path/to/file
Alvaro
More information about the UPHPU
mailing list