开发者

How do I stop Mercurial's "hg serve -d" service under Windows?

I'm technically savvy but don't have extensive experien开发者_开发问答ce with servers/daemons (I'm a Windows guy, so...command lines intimidate me).

I started a Mercurial server using the hg serve -d command, and all was well.

Now, I want to stop it, and can't find a process to kill. Does anybody know the process name or a relatively simply CLI command to get it done?


Here's a link to stop and start the Mercurial server via command line https://www.mercurial-scm.org/wiki/hgserve

The information you're looking for is at the bottom of the page.


You can choice one of below ways:

1: You must enter Processes tab in Window Task Manager and try to kill process which names hg.exe, its description is Mecurial Distributed SCM. Note: I sent ps -W | grep hg to cygwin to find it. Hope this way can help you

How do I stop Mercurial's "hg serve -d" service under Windows?

2: Another way, you can using ToitorseHg to start and stop server instead using command line hg serve

[ Open ToitorseHg -> Repository -> Web Server ]

Good luck


Did you try accessing the "Services" GUI? Not sure if mercurial shows up there, but its worth a try...

Start -> Administrative Tools -> Services

If Administrative Tools does not show up, right click the taskbar, click properties, click "start Menu" and customize. Then check "Show Administrative Tools". This is from memory since our IT department prevents us average users from doing this :-)

Good luck

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜