i want to undelete these files
[root@localhost sn_dev]# svn log -v --xml | grep 'action="[D]"'
action="D"
action="D">/branches/sn_dev/mob/assets</path>
action="D">/branches/sn_dev/mob/javascripts</path>
action="D">/branches/sn_dev/mob/json</path>
action="D"
i have done
svn revert --recursive mob
svn commit -m "readded files"
however the files still shows deleted status on SVN...
any help?