My Scattered Techie Notes

while mastering the firebending

Subscribe to RSS feed

Posts tagged with "svn"

Undo that SVN rm

Use the svn revert command:

svn revert --recursive example_folder


and your life saved smile (can be also apply to svn add)