www.delorie.com/archives/browse.cgi   search  
Mail Archives: geda-user/2015/09/02/13:05:02

X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f
X-Recipient: geda-user AT delorie DOT com
X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=simple; d=mail.ud03.udmedia.de; h=
subject:to:references:from:message-id:date:mime-version
:in-reply-to:content-type:content-transfer-encoding; s=beta; bh=
fWfohWgr2NywkGlOIA4puvv2Hu1pb4GH6eWmiYLnyc4=; b=jgyjkt18chpfGLUt
ZZ8jPTW2LKp2w6Y6IIsbG5+Y89RURo1tpKeb3g8+fReG9XixTJcAJZCLLK3i25zD
CbjgEBbAbJE+8m9yXCXp6BpA05eXtbhqTI8s+BY1qCTtEkHWcZu0xxUQ9KBJwFS+
A+LKkjnjFZJpYmCJj5s4YbaPWlw=
Subject: Re: [geda-user] community repository
To: geda-user AT delorie DOT com
References: <55E6DBB1 DOT 5080704 AT jump-ing DOT de> <55E72148 DOT 20802 AT ecosensory DOT com>
From: "Markus Hitter (mah AT jump-ing DOT de) [via geda-user AT delorie DOT com]" <geda-user AT delorie DOT com>
Message-ID: <55E72C25.2090303@jump-ing.de>
Date: Wed, 2 Sep 2015 19:04:37 +0200
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101
Thunderbird/38.2.0
MIME-Version: 1.0
In-Reply-To: <55E72148.20802@ecosensory.com>
Reply-To: geda-user AT delorie DOT com
Errors-To: nobody AT delorie DOT com
X-Mailing-List: geda-user AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

Am 02.09.2015 um 18:18 schrieb John Griessen:
> I thought saving bitmap image files in a VCS was not good for size, but...

I think one can safely relax a bit from such restrictions. Git stores files, that's all. The only thing to consider is that a file pushed sooner or later gets fetched from all participants, so 10 GB disk images are indeed not a good idea.

Regarding disk usage: deleting these commits also deletes the files. As does deleting a branch made for the discussion. The cost of creating a branch is close to zero, branching does _not_ include file copying[1].


That said: glad to see you like the plan.


Markus


[1]
From the command line:

$ du -sk
111796	.
$ git branch bla
$ du -sk
111804	.
$ git branch -d bla
Deleted branch bla (was 1c1358c).
$ du -sk
111796	.

-- 
- - - - - - - - - - - - - - - - - - -
Dipl. Ing. (FH) Markus Hitter
http://www.jump-ing.de/

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019