jira-importer commented on issue #647: URL: https://github.com/apache/maven-scm/issues/647#issuecomment-2964608924
**[Dan Tran](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=dantran)** commented second thought, from svn provider perspective, its may not like this kind of code //svn barbs if outputDirectory exists File outputDir = new File( outputDirectory ); if ( outputDir.list().length == 0 ) { outputDir.delete(); } since it assumes the client to do that work prior using export command. Perhaps we should make exception to do it at plugin level with check for svn -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
