Hello,
Got the following error message while updating the translation of "help-screens-C.po" What to do?
Thanks, `Jamil
[jamil@dev help]$ cvs commit -m "updated on 26 Sep, 2004" bn.po cvs server: sticky tag `1.10' for file `bn.po' is not a branch cvs [server aborted]: correct above errors first! [jamil@dev help]$
Jamil Ahmed writes:
[jamil@dev help]$ cvs commit -m "updated on 26 Sep, 2004" bn.po cvs server: sticky tag `1.10' for file `bn.po' is not a branch cvs [server aborted]: correct above errors first!
You have explicitly checked out that version at some time. CVS remembers that and keeps the file on that version. And since there can only be one version 1.10 ...
You can see this if you do "cvs status bn.po", and remove sticky tags with "cvs update -A bn.po".