[ 
http://jira.codehaus.org/browse/SCM-434?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=160562#action_160562
 ] 

Dan Tran commented on SCM-434:
------------------------------

please disregard the following SvnExportCommand's changes in the patch

            //svn barbs if outputDirectory exists
            File outputDir = new File( outputDirectory );
            if ( outputDir.list().length == 0 )
            {
                outputDir.delete();
            }

it is another proposed patch for SCM-432

> Allow SVN provider to pick addition system properties per command to issue 
> extra param like --force, etc
> --------------------------------------------------------------------------------------------------------
>
>                 Key: SCM-434
>                 URL: http://jira.codehaus.org/browse/SCM-434
>             Project: Maven SCM
>          Issue Type: Improvement
>          Components: maven-scm-provider-svn
>    Affects Versions: 1.1
>            Reporter: Dan Tran
>         Attachments: SCM-434.patch
>
>
> here is a list of additional properties
>   svn.params  applies to all svn commands
>   svn.export.params applies to export only
>   .....

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to