delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DomainKey-Signature: | a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:to:subject:message-id:references | |
:mime-version:content-type:in-reply-to; q=dns; s=default; b=azVv | |
5mTV3IguyIALNBGOd6XXlCw3tsbIf8Bf92JYhQXngYy7rpwCttA5fNyZp9hSfiBJ | |
VVI5xkVp7Vh5/LZc//+wvBdKfdVNWD+CBqG1OJyWe2BokXZyh1178ph+zJcrFjmm | |
O5f2zT9VUU0mS2YDNW8csZigmoH4lY4ef4nmXQw= | |
DKIM-Signature: | v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id |
:list-unsubscribe:list-subscribe:list-archive:list-post | |
:list-help:sender:date:from:to:subject:message-id:references | |
:mime-version:content-type:in-reply-to; s=default; bh=cMElsgnGFd | |
C0PFP1/pxNzHgtGsU=; b=xfkVJEaglqRAWabPNtIePc/uDliLIh5NrjvbY8IRHk | |
FoCiBHUC5Ovxsf+HMgzPyQM/a+gsqYdcx9WnM/aIeNIFywWlIakHeAiJSc968zoI | |
Go4ZvvPKsk4Jt6eNNJZm5i0OfP+Y1yQog9aJNwkao+KowOyM+tuYyDPXvIFre+7R | |
w= | |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Id: | <cygwin.cygwin.com> |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sourceware.org/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Authentication-Results: | sourceware.org; auth=none |
X-Virus-Found: | No |
X-Spam-SWARE-Status: | No, score=-0.3 required=5.0 tests=AWL,BAYES_05,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.2 |
X-HELO: | mail107.syd.optusnet.com.au |
Date: | Sat, 26 Apr 2014 13:34:01 +1000 |
From: | Duncan Roe <duncan_roe AT acslink DOT net DOT au> |
To: | cygwin AT cygwin DOT com |
Subject: | Re: GIT (was: Coverity Scan) |
Message-ID: | <20140426033401.GA14738@dimstar.local.net> |
Mail-Followup-To: | cygwin AT cygwin DOT com |
References: | <0C723FEB5B4E5642B25B451BA57E2730751B9B9A AT S1P5DAG3C DOT EXCHPROD DOT USA DOT NET> <139855391 DOT 20140426032748 AT yandex DOT ru> <535B00FA DOT 6020500 AT gmail DOT com> |
MIME-Version: | 1.0 |
In-Reply-To: | <535B00FA.6020500@gmail.com> |
User-Agent: | Mutt/1.5.22 (2013-10-16) |
X-Optus-CM-Score: | 0 |
X-Optus-CM-Analysis: | v=2.1 cv=U6SrU4bu c=1 sm=1 tr=0 a=+cDhJlqnNvz9E7c5l3ERGg==:117 a=+cDhJlqnNvz9E7c5l3ERGg==:17 a=y26AOypDAAAA:8 a=PO7r1zJSAAAA:8 a=M1kyBYkWWGkA:10 a=PwOq_wIXoGUA:10 a=kj9zAlcOel0A:10 a=iaFubHWvAAAA:8 a=it5xVeZDQ8LeLKZWHusA:9 a=CjuIK1q_8ugA:10 |
X-IsSubscribed: | yes |
On Sat, Apr 26, 2014 at 08:42:34AM +0800, JonY wrote: > On 4/26/2014 07:27, Andrey Repin wrote: > > This is exactly what makes me dislike it strongly. This, and idiotic model of > > copying whole repository to my machine, when I only want to glance at the > > source code, and find the culprit of my current issues. > > I've spent 3 hours downloading a 200Mb repo of a project, where the Subversion > > client pulled 4 or 5Mb HEAD of it in like 10 minutes, once I realized what an > > idiotic weight I pulled and went to google to see if it can be done better. > > And "fine control" doesn't mix with "project consistency" at all. > > Subversion is aimed at versioning of a whole project, in a supposedly > > consistent state at each version. What can be more "fine" than this, is beyond > > my understanding. > > git clone --depth 1 if you don't care about history. > > > You can still commit separate files from working copy, though, but this > > practice is discouraged for the greater good of the project you develop. > > > > Don't you need to git add individual files to mark for commit? Won't you > get into the same problems if you forgot to commit files in SVN? > > > "git commit -a" commits modified files without the need to add them first. You always have to add new files. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |