public interface ISVNFileFilter
ISVNFileFilter is used by SVNCommitClient during an import operation
to filter out undesired paths, so that those paths do not get to a repository.boolean accept(File file) throws SVNException
file - file to accept or notSVNExceptionCopyright © 2004-2011 TMate Software Ltd. All Rights Reserved.