Skip navigation.

My Scattered Techie Notes

while mastering the firebending

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)