If you have a really old tree on your local disk (for example if you
didn't do check out or update for a long time), then you must do cvs
update first.
But if it is a really old tree then it would be better to check out
another fresh source tree, do your changes there and commit them, for
example:
cvs co sip_router
cd sip_router
make the changes
cvs ci
Jan.
On 13-01 15:10, Greg Fausak wrote:
Jan Janak wrote:
On 13-01 12:38, Greg Fausak wrote:
old postgres also does TONS of opens. I hacked my
SER to
wait on the dbopen. I've attempted a couple of times to check in
the hacked code but always run into problems (operator I'm sure).
What problems ?
Jan.
I tried to 'check in', couldn't figure out
how to do it.
I did it once before, probably too long between updates?
---greg