Jul 112011
Remove added files using svn add
Answer:
To remove files from committed into the SVN in the next commit if you have just added them using the svn add, you should use svn revert
e.g.
# svn revert file.txt
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Remove added files using svn add
Answer:
To remove files from committed into the SVN in the next commit if you have just added them using the svn add, you should use svn revert
e.g.
# svn revert file.txt