I have a quick question about a new method added to the
IRemoteResource.getBufferedStorage(IProgressMonitor) method.
The javadoc states :
"Returns an IStorage that contains (or provides access to) the buffered
contents of the remote resource. Returns <code>null</code> if the remote
resource does not have contents (i.e. is not a file)."
What exactly does this mean in terms of a team plugin? Should it return a
cached version of the clean latest in the repository as I assume?
What about things that aren't files, but have versioned content? For
instance, subversion directories have versioned contents.