From owner-freebsd-stable@FreeBSD.ORG Tue Jan 29 16:49:57 2013 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 20509B70 for ; Tue, 29 Jan 2013 16:49:57 +0000 (UTC) (envelope-from ike@blackskyresearch.net) Received: from rs149.luxsci.com (rs149.luxsci.com [64.49.224.181]) by mx1.freebsd.org (Postfix) with ESMTP id EB9E48C4 for ; Tue, 29 Jan 2013 16:49:56 +0000 (UTC) Received: from rs149.luxsci.com (localhost.localdomain [127.0.0.1]) by rs149.luxsci.com (8.14.4/8.13.8) with ESMTP id r0TGnuT8029721; Tue, 29 Jan 2013 11:49:56 -0500 Received: (from root@localhost) by rs149.luxsci.com (8.14.4/8.13.8/Submit) id r0TGn2H6028600; Tue, 29 Jan 2013 16:49:02 GMT Received: (from sender 74627) (rs149.luxsci.com [127.0.0.1]) by LuxSci SP; Tue, 29 Jan 2013 16:49:02 +0000 Subject: Re: svn - but smaller? Content-Type: text/plain; charset=iso-8859-1 From: "Isaac (.ike) Levy" In-Reply-To: Date: Tue, 29 Jan 2013 11:48:31 -0500 Content-Transfer-Encoding: quoted-printable References: <20130123144050.GG51786@e-Gitt.NET> <20130125092723.GC79995@e-Gitt.NET> <1359320641-6493504.60501067.fr0RL3aYw027137@rs149.luxsci.com> To: John Mehr X-Lux-Comment: Message r0TGmWxX027565 sent by user #74627 Message-Id: <1359478142-8003652.41205547.fr0TGmWxX027565@rs149.luxsci.com> X-Comment: LuxSci SP Message ID - 1359478142-8003652.41205547 Cc: freebsd-stable@freebsd.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 16:49:57 -0000 On Jan 27, 2013, at 10:27 PM, John Mehr wrote: > Hello, >=20 > I think I've got all of the protocol issues sorted out as good as = they'll probably get. I can't get the exact file permissions from the = get-file requests -- it only lets me know which ones are executable. = Setting executables to 0755 and non-executables to 0644 would work for = all files in my copy of /usr/src except for = /usr/src/usr.bin/lex/mkskel.sh (0744) and = /usr/src/usr.sbin/pkg_install/tkpkg (0754). Since they're both = executable for root, unless there's an issue, we could probably let it = slide and assign them 0755 permissions. >=20 > All I have left at this point is to add support for command line = configuration options, add comments, tidy everything up, get it to = conform to the "man style" guidelines and test it against a remote = repository. John, All, Just a quick announce re. "svnup" utility is really exciting/important = work- I wanted to give a shout that I re-focued my shell based c[v]sup = workalike, and I'm gunnin' for a basically functional utility this = weekend sometime. The folks managing ctm(1) deltas on the distribution servers, have = kicked in some help to make this happen on the server side. Just to be clear: I'm not trying to compete or confuse- the "svnup" work = is terribly important to me- but I (and some colleagues) need a = workalike *asap*. With that, I'll keep driving updates from all around into the wiki page: https://wiki.freebsd.org/UsersFetchingSource Best, .ike