From this thread, many seem to think that RCS is outdated, e.g., dominated by git, etc. I'm a luddite and value its simplicity.
So please don't suggest that I switch to another control system.
The question is: if my locked revision is of the form a.b.c.d, is there a way to force from the command line that the next revision is a.b+1? E.g., I have a file with lock 3.29.1.5 and I'd like my automated bash script to force the next revision to be 3.30.
Obviously, I could parse the output of rlog -r, but that's very clumsy and inefficient.
Thanks for any help
So please don't suggest that I switch to another control system.
The question is: if my locked revision is of the form a.b.c.d, is there a way to force from the command line that the next revision is a.b+1? E.g., I have a file with lock 3.29.1.5 and I'd like my automated bash script to force the next revision to be 3.30.
Obviously, I could parse the output of rlog -r, but that's very clumsy and inefficient.
Thanks for any help