gwt-unit cache 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- 000开发者_StackOverflow00132A65F0D8B' does not exist
you should not commit the unitCache to the versioning system. use svn:ignore for that purpose.
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.
精彩评论