Community
Participate
Working Groups
Adding a review item i.e. manual selection of line range on a resource. is created with revision 5.
SVNRevision give us access to the "kind" which is set to 5 to indicate Base file (for the case when we create a remote svn file instance from an IFile). However this does not give the actual revision number. Some test have to be done to identify the best way to resolve to the remote base revision number. we could start e.g. ISVNLocalFile svnFile = SVNWorkspaceRoot.getSVNFileFor((IFile) resource); svnFile.getUrl();
Alvaro, are you planning to resolve this for 1.0?
(In reply to comment #2) > Alvaro, are you planning to resolve this for 1.0? This one is fixed by Sebastien's commit for: https://bugs.eclipse.org/bugs/show_bug.cgi?id=375372 Sebastien, could you please mark this one as fixed ?
Solved with solution for bug375372