As a revision SVNRevision's pre-defined constant fields can be used. For example, to update the Working Copy to the latest revision of the repository use {@link SVNRevision#HEAD HEAD}.
@param file the Working copy item to be updated
@param revision the desired revision against which the item will be updated
@param recursive if true and file
isa directory then the entire tree will be updated, otherwise if false - only items located immediately in the directory itself
@return the revision number to which file
was updated to
@throws SVNException
@deprecated use {@link #doUpdate(File,SVNRevision,SVNDepth,boolean,boolean)} instead
|
|
|
|
|
|