RTC - 签入时出错,文件被标记为添加但已存在于存储库中
RTC - Error during check-in, Files are marked as additions but already exist in the repository
在 Eclipse 中,我在尝试签入某些本地更改时收到以下错误。
RTC - 4.0.6(Eclipse 的 RTC 客户端插件)
Errors encountered during Check-in
Parent '/WLSample/apps/wlapp/ipad/css' has multiple children with the name 'main.css'.
Parent '/WLSample/apps/wlapp/ipad/css' has multiple children with the name 'main.css'.
main/remote 存储库和我的存储库工作区已经包含这些正在签入的文件。但是,“待定更改”视图将文件显示为添加文件,而不是标记为已编辑文件。
也许你可以试试像
1. 从 css 文件中恢复最新的更改,并检查在待定更改下不应该有任何未解决的或添加的文件更改。
2.检查后,如果由于文件添加的最新更改影响,则逐行还原并检查未决更改的状态。
在 Eclipse 中,我在尝试签入某些本地更改时收到以下错误。
RTC - 4.0.6(Eclipse 的 RTC 客户端插件)
Errors encountered during Check-in
Parent '/WLSample/apps/wlapp/ipad/css' has multiple children with the name 'main.css'.
Parent '/WLSample/apps/wlapp/ipad/css' has multiple children with the name 'main.css'.
main/remote 存储库和我的存储库工作区已经包含这些正在签入的文件。但是,“待定更改”视图将文件显示为添加文件,而不是标记为已编辑文件。
也许你可以试试像 1. 从 css 文件中恢复最新的更改,并检查在待定更改下不应该有任何未解决的或添加的文件更改。 2.检查后,如果由于文件添加的最新更改影响,则逐行还原并检查未决更改的状态。