[ 
https://issues.apache.org/jira/browse/SCM-791?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16578839#comment-16578839
 ] 

Ilya Basin commented on SCM-791:
--------------------------------

That's rather due to the $HOME env. var.
run the following in the elevated cygwin shell to move the mappings to 
/etc/gitconfig
{code}
git config --global --unset  url.file:///cygdrive/c.insteadOf   file:///C:
git config --global --unset  url.file:///cygdrive/c.insteadOf   file://C:
git config --global --unset  url.file:////.insteadOf

git config --system   url.file:///cygdrive/c.insteadOf   file:///C: file:///C:
git config --system   url.file:///cygdrive/c.insteadOf   file://C: file://C:
git config --system   url.file:////.insteadOf            file://///
{code}

> maven-scm-provider-gitexe - Lastest version (1.9.2) doesn't work properly in 
> Cygwin
> -----------------------------------------------------------------------------------
>
>                 Key: SCM-791
>                 URL: https://issues.apache.org/jira/browse/SCM-791
>             Project: Maven SCM
>          Issue Type: Bug
>          Components: maven-scm-provider-gitexe
>    Affects Versions: 1.9.2
>         Environment: Cygwin under Windows 8
>            Reporter: Irineu Ruiz
>            Priority: Critical
>             Fix For: waiting-for-feedback
>
>         Attachments: bad-01ba0c0.txt, good-SCM-791.txt, 
> test_1.9.2_Cygwin.log, test_1.9.2_prompt.log, test_HEAD_Cygwin.log, 
> test_HEAD_prompt.log
>
>
> The tests of the maven-scm project fails in CygWin and passed in command 
> prompt, as you can see in the attachment.
> Also, using Cygwin under Windows 8, we can't execute a mvn release:prepare 
> properly, because pom.xml is not correct commited in tag and HEAD of 
> repository.
> The maven gives a false positive of Build Sucess, but the tag is incorret, 
> with the SNAPSHOT termination in version.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to