git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Git Subversion problem
@ 2007-01-24 17:40 alan
  2007-01-25  9:54 ` Eric Wong
  0 siblings, 1 reply; 3+ messages in thread
From: alan @ 2007-01-24 17:40 UTC (permalink / raw)
  To: git

I think I tracked down where my problem with using Git to pull subversion 
repositories came from.

It seems that if the repository has a file larger than what will fit in 
memory, it does not react well.  (Yes, I know that you should not check in 
huge data files into a repository, but accidents happen and Subversion 
does not make it easy to remove them.)

I can work around the problem at the moment, but it may be something that 
the person who maintains that chunk of git may want to look at.

-- 
"Invoking the supernatural can explain anything, and hence explains nothing."
                   - University of Utah bioengineering professor Gregory Clark

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Git Subversion problem
  2007-01-24 17:40 Git Subversion problem alan
@ 2007-01-25  9:54 ` Eric Wong
  2007-01-25 16:54   ` alan
  0 siblings, 1 reply; 3+ messages in thread
From: Eric Wong @ 2007-01-25  9:54 UTC (permalink / raw)
  To: alan; +Cc: git

alan <alan@clueserver.org> wrote:
> I think I tracked down where my problem with using Git to pull subversion 
> repositories came from.
> 
> It seems that if the repository has a file larger than what will fit in 
> memory, it does not react well.  (Yes, I know that you should not check in 
> huge data files into a repository, but accidents happen and Subversion 
> does not make it easy to remove them.)
> 
> I can work around the problem at the moment, but it may be something that 
> the person who maintains that chunk of git may want to look at.

Which version of git-svn are you using?  Can you try git-svn from
version 1.4.4.4 of git and see if that problem can be reproduced?  The
new delta fetching code in the latest git.git master may try to store
the entire file in memory when receiving it over the network.

-- 
Eric Wong

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Git Subversion problem
  2007-01-25  9:54 ` Eric Wong
@ 2007-01-25 16:54   ` alan
  0 siblings, 0 replies; 3+ messages in thread
From: alan @ 2007-01-25 16:54 UTC (permalink / raw)
  To: Eric Wong; +Cc: git

On Thu, 25 Jan 2007, Eric Wong wrote:

> alan <alan@clueserver.org> wrote:
>> I think I tracked down where my problem with using Git to pull subversion
>> repositories came from.
>>
>> It seems that if the repository has a file larger than what will fit in
>> memory, it does not react well.  (Yes, I know that you should not check in
>> huge data files into a repository, but accidents happen and Subversion
>> does not make it easy to remove them.)
>>
>> I can work around the problem at the moment, but it may be something that
>> the person who maintains that chunk of git may want to look at.
>
> Which version of git-svn are you using?

1.4.4.2 from FC6.

> Can you try git-svn from
> version 1.4.4.4 of git and see if that problem can be reproduced?  The
> new delta fetching code in the latest git.git master may try to store
> the entire file in memory when receiving it over the network.

I will give it a try and see if it chokes.

-- 
"Invoking the supernatural can explain anything, and hence explains nothing."
                   - University of Utah bioengineering professor Gregory Clark

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-01-25 16:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-24 17:40 Git Subversion problem alan
2007-01-25  9:54 ` Eric Wong
2007-01-25 16:54   ` alan

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).