From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 5 03:00:37 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1809516A4DE for ; Sat, 5 Aug 2006 03:00:37 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9918543D46 for ; Sat, 5 Aug 2006 03:00:36 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7530aLf086771 for ; Sat, 5 Aug 2006 03:00:36 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7530acN086695; Sat, 5 Aug 2006 03:00:36 GMT (envelope-from gnats) Resent-Date: Sat, 5 Aug 2006 03:00:36 GMT Resent-Message-Id: <200608050300.k7530acN086695@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Michael P. Soulier" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B138516A4DD for ; Sat, 5 Aug 2006 02:50:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 772B143D45 for ; Sat, 5 Aug 2006 02:50:31 +0000 (GMT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.13.1/8.13.1) with ESMTP id k752oVgV005620 for ; Sat, 5 Aug 2006 02:50:31 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.13.1/8.13.1/Submit) id k752oV6b005619; Sat, 5 Aug 2006 02:50:31 GMT (envelope-from nobody) Message-Id: <200608050250.k752oV6b005619@www.freebsd.org> Date: Sat, 5 Aug 2006 02:50:31 GMT From: "Michael P. Soulier" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-2.3 Cc: Subject: ports/101385: Mercurial fails to init a repository X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Aug 2006 03:00:37 -0000 >Number: 101385 >Category: ports >Synopsis: Mercurial fails to init a repository >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Aug 05 03:00:30 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Michael P. Soulier >Release: 5.4 >Organization: >Environment: [msoulier@kanga ~]$ uname -a FreeBSD kanga.digitaltorque.ca 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root@harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: I have these built out of ports. [msoulier@kanga ~]$ pkg_info | grep mercurial mercurial-0.9.1 A fast, lightweight source control management system [msoulier@kanga ~]$ pkg_info | grep python python-2.4.3 An interpreted object-oriented programming language Unfortunately, mercurial isn't working properly. [msoulier@kanga ~]$ cd work [msoulier@kanga work]$ ls [msoulier@kanga work]$ mkdir foobar [msoulier@kanga work]$ touch foobar/{hello.c,Makefile} [msoulier@kanga work]$ cd foobar/ [msoulier@kanga foobar]$ hg init [msoulier@kanga foobar]$ ls -a ./ ../ .hg/ Makefile hello.c [msoulier@kanga foobar]$ ls -a .hg ./ ../ data/ [msoulier@kanga foobar]$ ls -a .hg/data/ ./ ../ There's no metadata. No repository, essentially. Nothing to clone, so of course that doesn't work either. [msoulier@kanga foobar]$ cd .. [msoulier@kanga work]$ ls foobar/ [msoulier@kanga work]$ hg clone foobar myfoobar 0 files updated, 0 files merged, 0 files removed, 0 files unresolved [msoulier@kanga work]$ ls myfoobar/ [msoulier@kanga work]$ It doesn't even report errors. This doesn't happen on my Linux boxes where I'm running Mercurial. >How-To-Repeat: See description above. >Fix: >Release-Note: >Audit-Trail: >Unformatted: