You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Untrack files that have been deleted.
# We add an at symbol to every name.
# See http://stackoverflow.com/questions/1985203/why-subversion-skips-files-which-contain-the-symbol#1985366
svn status | grep -v "^[ \t]*\..*" | grep "^\!" | awk '{print $2 "@"}' | xargs svn del --force --quiet
Not sure what it does since every time the svn folder is regenerated, right?
The text was updated successfully, but these errors were encountered:
This code generated errors and had to delete it:
Not sure what it does since every time the svn folder is regenerated, right?
The text was updated successfully, but these errors were encountered: