From: <sh...@al...> - 2000-03-17 03:21:58
|
> I just discovered that I can't be in my project working directory, I > have to be in the actual print directory (I work in a different one to > make sure nothing stomps over what I'm working on). Oooh, that's really dangerous. It's very easy to accidently back out changes done by other people that way. It's recommended that you always work in just one directory. There's no possible way for CVS to stomp on anything you've done. If CVS notes a conflict during an update, it will make a backup copy of the file you were working on. Eric |