Re: Git Subversion problem

Previous thread: Re: .git/info/refs by Jakub Narebski on Wednesday, January 24, 2007 - 10:10 am. (10 messages)

Next thread: Re: .git/info/refs by Jakub Narebski on Wednesday, January 24, 2007 - 10:25 am. (1 message)
From: alan
Date: Wednesday, January 24, 2007 - 10:40 am

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
-

From: Eric Wong
Date: Thursday, January 25, 2007 - 2:54 am

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
-

From: alan
Date: Thursday, January 25, 2007 - 9:54 am

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
-

Previous thread: Re: .git/info/refs by Jakub Narebski on Wednesday, January 24, 2007 - 10:10 am. (10 messages)

Next thread: Re: .git/info/refs by Jakub Narebski on Wednesday, January 24, 2007 - 10:25 am. (1 message)