Posted in Subversion , 17.12.2013
svn st | grep '^!' | awk '{print $2} | xargs svn delete --forceWenn Dateien ins Repository aufgenommen wurden, die dann doch nicht gebraucht wurden, können sie... weiterlesen »
Posted in Subversion , 19.09.2012
The secret is to make sure it's on the ignore list before you commit the delete. If you do it in that order, the delete won't propagate to others' working copie... weiterlesen »
Posted in Subversion , 07.09.2008
Resolving conflicts (aus: http://gcc.gnu.org/wiki/SvnBasic) In SVN, the conflict status is sort of 'sticky': after a conflict is detected, SVN remembers that th... weiterlesen »