Hi everyone! SVNKit's Javadocs specify for doImport()'s ignoreUnknownNodeTypes parameter that: >>If ignoreUnknownNodeTypes is false, ignores files of which the node type is unknown, such as device files and pipes.<< [1]
It strikes me as odd that ignoreUnknownNodeTypes = false (i.e. saying "do not ignore") should let SVNKit ignore unknown node types, whereas ignoreUnknownNodeTypes = true (i.e. saying "do ignore") should let it import such nodes. Is the Javadoc correct? Best regards, Christian 1) http://svnkit.com/javadoc/org/tmatesoft/svn/core/wc/SVNCommitClient.html#doImport%28java.io.File,%20org.tmatesoft.svn.core.SVNURL,%20java.lang.String,%20org.tmatesoft.svn.core.SVNProperties,%20boolean,%20boolean,%20org.tmatesoft.svn.core.SVNDepth%29 -- View this message in context: http://subversion.1072662.n5.nabble.com/Are-docs-on-doImport-s-ignoreUnknownNodeTypes-parameter-right-tp179060.html Sent from the SVNKit - Users mailing list archive at Nabble.com.