项目版本升级之后,新修改的代码无法提交 报错
原因就是版本虽然已经创建,但是作为终结的版本了,因此无法提交,解决的方法就是给这个版本另外再创建一个分支就可以提交了,新的代码将被提交到新的分支当中。
The server reported an error while performing the "cvs commit" command.
Aresoftcallcenter2008cc3_log4j: cvs commit: sticky tag `cc3_log4j' for file `web/pages/LeftMenu/mycallin/mycallin_search.jsp' is not a branch
Aresoftcallcenter2008cc3_log4j: cvs [commit aborted]: correct above errors first!
原因就是版本虽然已经创建,但是作为终结的版本了,因此无法提交,解决的方法就是给这个版本另外再创建一个分支就可以提交了,新的代码将被提交到新的分支当中。