Received: from spf3.us4.outblaze.com (spf3.us4.outblaze.com [205.158.62.25]) by sdf.lonestar.org (8.12.10/8.12.10) with ESMTP id iAPM7PE9006336 for ; Thu, 25 Nov 2004 22:07:25 GMT Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) by spf3.us4.outblaze.com (Postfix) with ESMTP id D7EC853CF6 for ; Thu, 25 Nov 2004 22:07:24 +0000 (GMT) Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXRv6-0006Bi-H3 for migo@homemail.com; Thu, 25 Nov 2004 17:16:56 -0500 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CXRuh-0006Bc-5S for gnu-arch-users@gnu.org; Thu, 25 Nov 2004 17:16:31 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1CXRug-0006BQ-Ng for gnu-arch-users@gnu.org; Thu, 25 Nov 2004 17:16:30 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CXRug-0006BM-L5 for gnu-arch-users@gnu.org; Thu, 25 Nov 2004 17:16:30 -0500 Received: from [144.140.70.40] (helo=gizmo05bw.bigpond.com) by monty-python.gnu.org with smtp (Exim 4.34) id 1CXRkt-0004LV-2Q for gnu-arch-users@gnu.org; Thu, 25 Nov 2004 17:06:23 -0500 Received: (qmail 659 invoked from network); 25 Nov 2004 22:06:19 -0000 Received: from unknown (HELO bwmam11.bigpond.com) (144.135.24.100) by gizmo05bw.bigpond.com with SMTP; 25 Nov 2004 22:06:19 -0000 Received: from cpe-144-132-221-212.nsw.bigpond.net.au ([144.132.221.212]) by bwmam11.bigpond.com(MAM REL_3_4_2a 180/19532362) with SMTP id 19532362; Fri, 26 Nov 2004 08:06:19 +1000 Received: by poolcompsonline.com (Postfix, from userid 1000) id B612778CBA; Fri, 26 Nov 2004 09:09:21 +1100 From: Zenaan Harkness To: arch In-Reply-To: <2CD1CE0A-3F2B-11D9-96AC-000A95B34330@spymac.com> References: <200411251217.58812.bobbyholley@comcast.net> <2CD1CE0A-3F2B-11D9-96AC-000A95B34330@spymac.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1101420561.22900.66.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Fri, 26 Nov 2004 09:09:21 +1100 Subject: [Gnu-arch-users] Re: user id? X-BeenThere: gnu-arch-users@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: a discussion list for all things arch-ish List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: gnu-arch-users-bounces+migo=homemail.com@gnu.org Errors-To: gnu-arch-users-bounces+migo=homemail.com@gnu.org Status: RO Content-Length: 1844 Lines: 67 > tla archive-setup myProg--mainline--0.1 > > gives me: > > * creating category tao@spymac.com--2004/myProg > arch: no arch user id set > > yet there's no command to set my 'id'.. > tla my-id foo > > my-id: invalid id (foo) > > > there's nothing in his tutorial on this and the documentation is sparse > in this regard. Help would be greatly appreciated. I got bitten by this "one command does setting, viewing _and_ deleting thing in the past too. The important thing to remember out of this is the help command, and to read the help any time you get stuck. In this case, "tla my-id" can also set your id. See help output below. Good luck Zenaan $ tla my-id -H print or change your id usage: tla my-id [options] [id] -h, --help Display a help message and exit. -H Display a verbose help message and exit. -V, --version Display a release identifier string and exit. -e, --errname specify program name for errors -u, --uid print only the UID portion of the ID With no argument print your arch id. With an argument, record ID-STRING as your id in ~/.arch-params/=id Your id is recorded in various archives and log messages as you use arch. It must consist entirely of printable characters and fit on one line. By convention, it should have the form of an email address, as in this example: Jane Hacker The portion of an id string between < and > is called your uid. arch sometimes uses your uid as a fragment when generating unique file names. The option -u (--uid) causes only the uid part of your id string to be printed. _______________________________________________ Gnu-arch-users mailing list Gnu-arch-users@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/