From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sverre Rabbelier Subject: Re: git svn unhandled.log compression Date: Thu, 19 Mar 2009 12:06:01 +0100 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: QUOTED-PRINTABLE Cc: git@vger.kernel.org To: Tim Blechmann , Eric Wong X-From: git-owner@vger.kernel.org Thu Mar 19 12:07:59 2009 Return-path: Envelope-to: gcvg-git-2@gmane.org Received: from vger.kernel.org ([209.132.176.167]) by lo.gmane.org with esmtp (Exim 4.50) id 1LkG6B-0004mr-PF for gcvg-git-2@gmane.org; Thu, 19 Mar 2009 12:07:44 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753754AbZCSLGJ convert rfc822-to-quoted-printable (ORCPT ); Thu, 19 Mar 2009 07:06:09 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754658AbZCSLGG (ORCPT ); Thu, 19 Mar 2009 07:06:06 -0400 Received: from mail-bw0-f169.google.com ([209.85.218.169]:34232 "EHLO mail-bw0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753754AbZCSLGF convert rfc822-to-8bit (ORCPT ); Thu, 19 Mar 2009 07:06:05 -0400 Received: by bwz17 with SMTP id 17so440137bwz.37 for ; Thu, 19 Mar 2009 04:06:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=gL6NHJPpOFS94RJbzMkrhJrAMV57FG+6MDvPvxGnU8I=; b=VMEAjOc4BuGjHbba7VwmFjhCGbQ0hlEsFm5a8U+fzydFig8Aobzq2xyljQEgdb/HlH pYYTIRgtLQPWSiGpJLR9UFFFOZtQgl7GrZ/VYwy65ULnoU/ql3VCsGNysPj+/1qncWIq Vzxsn7Zq5UpJyV4pO6sPAIEOE4VRBLUomjmDY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=fuof9hEW405UWbXukma+PTIHKVoYja9UYRJ8xwqNGFLFX/I1bTs+iEOyMN8ODzc4Og 0Cgs5rccftcAvVsU7hHlAMC/JHzf17xWWDTl+FgofwAaTqkVvdzy5Dsj1HEAB0dVK/te 2rRWKE36Opk4kUzPM2s2G33zh1g/coa8U8TK8= Received: by 10.103.92.8 with SMTP id u8mr1045594mul.34.1237460761656; Thu, 19 Mar 2009 04:06:01 -0700 (PDT) In-Reply-To: Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Archived-At: Heya [full message quoted as now ccing Eric] On Thu, Mar 19, 2009 at 00:30, Tim Blechmann wrote: > is there a way to compress the unhandled.log files, generated by git = svn? > tracking several projects with git svn, the unhandled.log files are > larger, than the actual data ... > > e.g. the mirror of the svn repository of the boost library gives me: > 135M =A0 =A0.git/objects > 283M =A0 =A0.git/svn > > the unhandled.log files can be compressed at pretty high rates, these > are the differently compressed files from the trunk of boost svn: > 9.0M =A0 =A0unhandled.log > 584K =A0 =A0unhandled.log.gz > 396K =A0 =A0unhandled.log.bz2 > 344K =A0 =A0unhandled.log.lzma > > i am not familiar with the git svn codebase, so i am not sure, whethe= r > it is feasible to implement a compression of the unhandled.log files, > but it would definitely save me quite a lot of hd space ... On that note, Eric, what does the unhandled.log file do in the first place? It's name would suggest it lists all revisions that aren't handled yet, but the contents of the file seem to only grow over time, what gives? --=20 Cheers, Sverre Rabbelier