Operating System - Linux
1828371 Members
3033 Online
109976 Solutions
New Discussion

whether the source in cvs can be revise after taged

 

whether the source in cvs can be revise after taged

i use cvs to manager the source in my projects, however, i am in trouble to revise the version after tag,
nomatter it is -r or -b.

once i revise some files in brach, it always echo up_to_date check fail, if the file was added later than import, else no affect to the revise file.

i wonder weather i can revise one file by
cvs -q ci -r tagxxxx
clause?

thanks for your tips,
frederick
frederick
1 REPLY 1
Bill Thorsteinson
Honored Contributor

Re: whether the source in cvs can be revise after taged

If anyone else has changed
the files you need to update
your sandbox before you
commot. The message indicates
you will loose changes if
you commit.

If you have the tagged versions in you sandbox
use the -A option to clear
the sticky tags.

Check out the best practices at http://www.tldp.org/REF/CVS-BestPractices/html/index.html