You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Vadim Milyukov (JIRA)" <ji...@codehaus.org> on 2012/01/30 19:58:02 UTC

[jira] (MRELEASE-711) repository not found while pushing project stored in mercurial

    [ https://jira.codehaus.org/browse/MRELEASE-711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=290356#comment-290356 ] 

Vadim Milyukov commented on MRELEASE-711:
-----------------------------------------

this replace will solve your issue
-		<developerConnection>scm:hg:file:///${basedir}</developerConnection>
+		<developerConnection>scm:hg:${basedir}</developerConnection>

                
> repository not found while pushing project stored in mercurial
> --------------------------------------------------------------
>
>                 Key: MRELEASE-711
>                 URL: https://jira.codehaus.org/browse/MRELEASE-711
>             Project: Maven 2.x Release Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2.1
>         Environment: windows 7 x64
>            Reporter: Alexander Maksimenko
>
> [INFO] Checking in modified POMs...
> [INFO] EXECUTING: cmd.exe /X /C "hg branch"
> [DEBUG] default
> [INFO] EXECUTING: cmd.exe /X /C "hg outgoing"
> [INFO] EXECUTING: cmd.exe /X /C "hg commit --message "[maven-release-plugin] prepare release 1.0.18.5" C:\dev\project\sasha\test\pom.xml C:\dev\project\sasha\test\generated\pom.xml C:\dev\project\sasha\test\application\pom.xml C:\dev\project\sasha\test\reports\pom.xml C:\dev\project\sasha\test\reports\fonts\pom.xml C:\dev\project\sasha\test\reports\tem
> plates\pom.xml C:\dev\project\sasha\test\integration\ppc\common\pom.xml C:\dev\project\sasha\test\webapp\pom.xml C:\dev\project\sasha\test\migration\pom.xml C:\dev\project\sasha\test\customreport\pom.xml C:\dev\project\sasha\test\weblogic\pom.xml C:\dev\project\sasha\test\integration\release\pom.xml"
> [INFO] EXECUTING: cmd.exe /X /C "hg push file:///C:\dev\project\sasha\test"
> [DEBUG] [DEBUG] abort: repository /C:\dev\project\sasha\test not found!
> pushing to file:///C%3A%5Cdev%5Cproject%5Csasha%5Ctest
> [ERROR]
> EXECUTION FAILED
>   Execution of cmd : push failed with exit code: -1.
>   Working directory was:
>     C:\dev\project\sasha\test
>   Your Hg installation seems to be valid and complete.
>     Hg version: 1.9+10-e9264b45237d (OK)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira