* git svn unhandled.log compression
@ 2009-03-18 23:30 Tim Blechmann
2009-03-19 11:06 ` Sverre Rabbelier
0 siblings, 1 reply; 4+ messages in thread
From: Tim Blechmann @ 2009-03-18 23:30 UTC (permalink / raw)
To: git
[-- Attachment #1: Type: text/plain, Size: 880 bytes --]
hi all,
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 .git/objects
283M .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 unhandled.log
584K unhandled.log.gz
396K unhandled.log.bz2
344K unhandled.log.lzma
i am not familiar with the git svn codebase, so i am not sure, whether
it is feasible to implement a compression of the unhandled.log files,
but it would definitely save me quite a lot of hd space ...
thnx, tim
--
tim@klingt.org
http://tim.klingt.org
The most wonderful opportunity which life offers is to be human.
Henry Miller
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: git svn unhandled.log compression
2009-03-18 23:30 git svn unhandled.log compression Tim Blechmann
@ 2009-03-19 11:06 ` Sverre Rabbelier
2009-03-19 12:18 ` Tim Blechmann
0 siblings, 1 reply; 4+ messages in thread
From: Sverre Rabbelier @ 2009-03-19 11:06 UTC (permalink / raw)
To: Tim Blechmann, Eric Wong; +Cc: git
Heya
[full message quoted as now ccing Eric]
On Thu, Mar 19, 2009 at 00:30, Tim Blechmann <tim@klingt.org> 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 .git/objects
> 283M .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 unhandled.log
> 584K unhandled.log.gz
> 396K unhandled.log.bz2
> 344K unhandled.log.lzma
>
> i am not familiar with the git svn codebase, so i am not sure, whether
> 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?
--
Cheers,
Sverre Rabbelier
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: git svn unhandled.log compression
2009-03-19 11:06 ` Sverre Rabbelier
@ 2009-03-19 12:18 ` Tim Blechmann
2009-03-19 17:55 ` Eric Wong
0 siblings, 1 reply; 4+ messages in thread
From: Tim Blechmann @ 2009-03-19 12:18 UTC (permalink / raw)
To: Sverre Rabbelier; +Cc: Eric Wong, git
[-- Attachment #1: Type: text/plain, Size: 612 bytes --]
>> i am not familiar with the git svn codebase, so i am not sure, whether
>> 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?
according to the man page, it logs unhandled svn properties
tim
--
tim@klingt.org
http://tim.klingt.org
art is short - life is long
Jack Kerouac
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: git svn unhandled.log compression
2009-03-19 12:18 ` Tim Blechmann
@ 2009-03-19 17:55 ` Eric Wong
0 siblings, 0 replies; 4+ messages in thread
From: Eric Wong @ 2009-03-19 17:55 UTC (permalink / raw)
To: Tim Blechmann; +Cc: Sverre Rabbelier, git
Tim Blechmann <tim@klingt.org> wrote:
> >> i am not familiar with the git svn codebase, so i am not sure, whether
> >> 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?
>
> according to the man page, it logs unhandled svn properties
Yup, it logs things that git-svn currently cannot handle. It's meant to
be machine parseable so other tools[1] can process them after-the-fact.
I would accept a patch for a command like "git svn gc" to deal with
compressing them.
[1] - as far as I know there are none
--
Eric Wong
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-03-19 17:56 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-18 23:30 git svn unhandled.log compression Tim Blechmann
2009-03-19 11:06 ` Sverre Rabbelier
2009-03-19 12:18 ` Tim Blechmann
2009-03-19 17:55 ` Eric Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).