Caching problems
"Ojares Rami EINT" <[email protected]> Thu, 15 Jan 2004 17:28:53 +0200
| Newsgroups | gmane.comp.java.netbeans.modules.javacvs.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, There seems to be some internal caching going on under the hood. I want to do the following: - find all the files that NEEDS_MERGE with status command - Delete those files. - Do a normal update When I use the same client object to execute both of those commands instead of doing a normal update for the deleted files from server to local javacvs reports a conflict as if the files were not deleted at all. Javacvs behaves normally only if I use separate clients that have separate connection objects. Reusing the same AdminHandler does not have any effect (which would be to me more understandable) but it seems the contents of the deleted files seem to be cached/related to the connection used. Could someone point me where does the update get the contents of the deleted file because I can not find it. - rami ojares