Bugs item #2315180, was opened at 2008-11-19 10:29 Message generated for change (Settings changed) made by sborho You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968354&aid=2315180&group_id=199155
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Marc Nijweide (nijweide) Assigned to: Nobody/Anonymous (nobody) Summary: Clone fails on # in local path Initial Comment: When local path contains # character (e.g., C:\Projects\C#\MyProject), clone fails with message: *** repository C:\Projects\C not found[command interrupted] ---------------------------------------------------------------------- Comment By: TK Soh (tksoh) Date: 2008-12-10 22:42 Message: Per Mercurial developer, the '#' is used as branch separator. It doesn't appear that they are treating as bug: On Sun, Nov 30, 2008 at 10:03 AM, Benoit Boissinot <[email protected]> wrote: > On Sun, Nov 30, 2008 at 3:50 AM, TK Soh <[email protected]> wrote: >> A user of TortoiseHg has reported this, which I confirmed with recent >> crew version of Mercurial: >> >> $ hg -R crew# tip >> changeset: 6797:694223a29ad4 >> tag: tip >> user: [email protected] >> date: Thu Jul 03 20:53:14 2008 -0700 >> summary: Added missing --config global option to zsh_completion. >> >> $ hg clone crew# c1 >> abort: repository crew not found! > > That's the branch separator, see mercurial.hg.parseurl(). > > regards, > > Benoit > ---------------------------------------------------------------------- Comment By: TK Soh (tksoh) Date: 2008-11-19 20:17 Message: I tried with command-line hg, and it's having the same problem. You may want to post this to the mercurial list. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=968354&aid=2315180&group_id=199155 ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Tortoisehg-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop
