我正在尝试将 commons-lang-2.0.jar 升级到 commons-lang-2.4.jar。尝试将 2.4 jar 添加到源代码管理 Clear Case 时抛出以下错误:
An element with this name (commons-lang-2.4.jar) has ALREADY been created in ClearCase for
this directory [lib], may be in a different version history of this directory that the one
you are seeing.
Review the version history of this directory [lib] to find it.
我觉得这是因为 commons-lang-2.0 jar 存在于 lib 文件夹中,并且在添加 2.4 之前我需要删除 2.0。有人能告诉我我是否正确吗?如果是这样,我怎样才能删除 2.0 jar 并用 2.4 替换它?