gwt-unit 缓存不存在
当我尝试提交 SVN 时,我遇到此错误。
svn: 'C:\Users\wageeha junaid\workspace\Copy of HOLS\gwt-unitCache\gwt-unitCache- 00000132A65F0D8B' does not exist
I am facing this error when i try to commit my SVN .
svn: 'C:\Users\wageeha junaid\workspace\Copy of HOLS\gwt-unitCache\gwt-unitCache- 00000132A65F0D8B' does not exist
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你不应该将unitCache提交到版本控制系统。为此目的使用 svn:ignore 。
you should not commit the unitCache to the versioning system. use svn:ignore for that purpose.
如果您使用 Eclipse,则可以轻松修复:右键单击 gwt-unitCache 文件夹并按“刷新”。问题是您需要在提交之前从包资源管理器更新文件夹。
Easy fix if you are using Eclipse: Right click on the gwt-unitCache folder and press Refresh. The problem is that you need to update the folder from the package explorer before you commit.