|
From: Hans-Bernhard B. <HBB...@t-...> - 2009-06-07 13:20:15
|
Ben Abbott wrote:
> To be save I've removed all files marked by "?" and "M" (uknown and
> modified, I assume?)
Unknown files wouldn't pose a problem unless you did something really
weird (like, say, copy modified *.trm files somewhere else than the
*.trm directory). You can usually leave them alone.
> $ cvs update -d | grep '^M ' | sed "s/^M /rm /g" | /bin/sh
> $ cvs update -d
cvs update -d -C
would do that job more easily.
|