From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lennart Borgman Newsgroups: gmane.emacs.devel Subject: Re: Watchpoints for emacs lisp. Date: Mon, 17 May 2010 18:09:31 +0200 Message-ID: References: <28512483.post@talk.nabble.com> <28523705.post@talk.nabble.com> <28567671.post@talk.nabble.com> <28574547.post@talk.nabble.com> <7FA18246-9874-4EC2-AAEB-55B693541C20@mit.edu> <28577522.post@talk.nabble.com> <28585093.post@talk.nabble.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: dough.gmane.org 1274112602 969 80.91.229.12 (17 May 2010 16:10:02 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 17 May 2010 16:10:02 +0000 (UTC) Cc: Emacs-devel@gnu.org To: "alin.s" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon May 17 18:10:00 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OE2tE-0005tI-8Z for ged-emacs-devel@m.gmane.org; Mon, 17 May 2010 18:10:00 +0200 Original-Received: from localhost ([127.0.0.1]:52384 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OE2tD-0003vB-MR for ged-emacs-devel@m.gmane.org; Mon, 17 May 2010 12:09:59 -0400 Original-Received: from [140.186.70.92] (port=38197 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OE2t8-0003uD-OZ for Emacs-devel@gnu.org; Mon, 17 May 2010 12:09:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OE2t7-0002fS-8b for Emacs-devel@gnu.org; Mon, 17 May 2010 12:09:54 -0400 Original-Received: from mail-fx0-f41.google.com ([209.85.161.41]:45151) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OE2t7-0002f2-3x for Emacs-devel@gnu.org; Mon, 17 May 2010 12:09:53 -0400 Original-Received: by fxm20 with SMTP id 20so3528768fxm.0 for ; Mon, 17 May 2010 09:09:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=P+JPh0JYG3C5cbvnnEvJoM/jRcYhh2BQOa1+rHtCXtU=; b=NM776Y5qsHOOXebdizbDC6kLxLISQnqto8rVUh1oaaRPnAW+fg32L9JGTH7pBmMKtz Catgg6cPyrFHQFVjaeTwTMzhz1Q2J+5e6ahLRD5yrXVMfPQ6riV2DhuP2L0vRlR5/Rb7 5e85gZ/v2tHstG6YBesspTWmROMHP8Oplau3U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=jAyeZ9Rq5hBqwvAySVXm2ul2DEy/dIful5ynICbRFLJ1bVxCvopg01sNmmczY8OQbh jjSTpa5re6DgCYWA1ZRFin7E7ummHIW8wBZuNUCRun33y9ZMlBGxc1OVFFzt07UJ6lqU cYnwYUUP/eX9FIWLtykbvv/A+blnpXoeECohc= Original-Received: by 10.239.133.141 with SMTP id 13mr488940hbv.104.1274112591093; Mon, 17 May 2010 09:09:51 -0700 (PDT) Original-Received: by 10.239.164.81 with HTTP; Mon, 17 May 2010 09:09:31 -0700 (PDT) In-Reply-To: <28585093.post@talk.nabble.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:124857 Archived-At: On Mon, May 17, 2010 at 5:52 PM, alin.s wrote: > > > > Lennart Borgman (gmail) wrote: >> >> >> bzr checkout lp:emacs trunk >> >> > > I installed bzr (latest version) and executed bzr checkout lp:emacs trunk, > but I got a .pack package. > > debian:~/trunk/.bzr/repository/upload# file m2byd3g1f72ci5wa2v5n.pack > m2byd3g1f72ci5wa2v5n.pack: data > > The problem is: how can I create a normal repository, like in cvs? > > I want to see the sources of emacs, not compressed into an unknown format. > How can I uncompress that file ? Did you do all the steps in the instructions on EmacsWiki? bzr whoami "Alin Soare " bzr init-repo --2a emacs/ cd emacs bzr checkout lp:emacs trunk