Changelog creation fails on Windows if svn password has spcecial characters
---------------------------------------------------------------------------

                 Key: MCHANGELOG-124
                 URL: https://jira.codehaus.org/browse/MCHANGELOG-124
             Project: Maven 2.x Changelog Plugin
          Issue Type: Bug
    Affects Versions: 2.2
         Environment: Windows XP SP3
            Reporter: Sei Syvalta


On Linux:   [INFO] Executing: /bin/sh -c cd /home/path && svn --username svnupd 
--password '*****' --non-interactive log -v -r
On Windows: [INFO] Executing: cmd.exe /X /C "svn --username svnupd --password 
***** --non-interactive log -v -r

Result in Windows: authorization failed: Could not authenticate to server: 
rejected Basic challenge. The command works if double quotes are added: 
--password "*****"

After a quick look this seems actually svn scm provider issue. If that is 
correct, I can submit issue there too.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to