[issue2997] Pulling from paths with fragments (#tag) broken between 1.7 and 1.9?

Danny Tuppeny bugs at mercurial.selenic.com
Sat Sep 10 04:35:24 CDT 2011


New submission from Danny Tuppeny <danny+hg at tuppeny.com>:

I was just trying to set my build server up (CC.NET) to build fro a specific 
tag. Since it doesn't have support for this, I just added the tag to the end 
of the repo path:

\\myserver\Development\MyRepo#Stage

However, I got this error:

abort: repository \\myserver\Development\MyRepo#Stage not found!

It worked fine on my local machine (1.7). I tried upgrading my local machine 
to the latest version, and now it fails with the same error. I've included 
the commands + output below. I can't find anything online about this problem 
- is this a bug, or is this no longer supported for network file paths?

-- Commands/Output --

C:\Temp>hg version
Mercurial Distributed SCM (version 1.7.3)

C:\Temp>hg pull \\myserver\Development\MyRepo#Stage
pulling from \\myserver\Development\MyRepo
adding changesets
adding manifests
adding file changes
added 693 changesets with 26418 changes to 15011 files
(run 'hg update' to get a working copy)

C:\Temp>hg version
Mercurial Distributed SCM (version 1.9.2)

C:\Temp>hg pull \\myserver\Development\MyRepo#Stage
abort: repository \\myserver\Development\MyRepo#Stage not found!

----------
messages: 17343
nosy: DanTup
priority: bug
status: unread
title: Pulling from paths with fragments (#tag) broken between 1.7 and 1.9?

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue2997>
____________________________________________________


More information about the Mercurial-devel mailing list