Issue Type: Bug Bug
Assignee: Jesse Glick
Components: mercurial, plugin
Created: 07/Feb/13 8:17 PM
Description:

We use Mercurial for source control and have a central repository located on a server on the network that we access directly via the file system. I realize that this is not the recommended setup (ssh or https is preferred), but being on the LAN, the security concerns are not an issue.

The problem I have is that the following command WORKS from the command line:
hg clone \\MACHINENAME\Path\To\Repo

... but when I configure the Mercurial plugin to use this path, I get the following error:

Building in workspace C:\Program Files (x86)\Jenkins\workspace\TestProject
$ "C:\Program Files\TortoiseHG\hg.exe" --debug clone --rev default --noupdate \\MACHINENAME\Path\To\Repo "C:\Program Files (x86)\Jenkins\workspace\TestProject"
abort: repository \\MACHINENAME\Path\To\Repo not found!
ERROR: Failed to clone \\MACHINENAME\Path\To\Repo
ERROR: Failed to clone \\MACHINENAME\Path\To\Repo
Finished: FAILURE

I have of course replaced the paths. I have tried every combination of \ and / possible. However the fact that it works from the command-line and not from the plug-in makes me think it's a bug with the plug-in.

Is there a way to do what I'm trying to do without setting up SSH or HTTPS access to the repo?

Environment: Windows 7 x64, LAN
Project: Jenkins
Labels: mercurial plugin
Priority: Major Major
Reporter: Zamir Khan
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to