I have a cache-like folder (called “minified”) that holds minified css files. The files inside are not part of svn but the folder itself is. When the files inside are deleted, a script knows to recreate them from the non-minified versions.
However, when doing this delete of css files, I accidentally deleted the “minified” folder. Since it is empty in svn and thus rather trivial, I figure it should be possible to re-add it in. Is this possible and how should I go about it? This happened on a remote server, not my local dev machine.
Thanks for any help you can give.
if you didn’t make a
svn cito commit your accident, a simplesvn revert minifieldorsvn updateshould be enough.If you simply removed/recreated the directory, delete it again, and then run
svn updateit should repair the problem and recreate the.svndirectory