Hello. Faced with the question of how to get the current version of the repository's working copy which I have. I have already found a similar question http://old.nabble.com/How-to-check-if-WC-out-of-date-td7638315.html There was this response: Remote revision returned by status.getRemoteRevision () is non-null only in those cases when the item was changed in the repository. So, if the Working Copy is not out-of-date, the method returns null. If WC is out-of-date a remote revision is not null (I checked that) but the real repository revision.
I currently have a working copy of the repository (in the attached file) with revision of 36, while I did commit a review com.google.code.ihtika.IhtikaClient.Test.test.java and remote repository has been numbered 37. Why do status.getRemoteRevision () returns null - currently the same version different? http://old.nabble.com/file/p32026725/updates.zip updates.zip -- View this message in context: http://old.nabble.com/How-to-check-if-WC-out-of-date-tp32026725p32026725.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
