|
From: Jason K. <jk...@sh...> - 2006-11-22 14:39:25
|
Wow, I'm surprised that bug made it this far! Thanks!
Jason
-----Original Message-----
From: sta...@li...
[mailto:sta...@li...] On Behalf Of
Andreas Pillath
Sent: November 22, 2006 9:31 AM
To: sta...@li...
Subject: [Statsvn-developers] statsvn: linux too many open files ...
Hi,
I tried to run statsvn 0.1.3 on a project on linux, but after some time
I got the error
"Unable to obtain diff: too many open files".
Solution:
I added to
net.sf.statsvn.util.SvnDiffUtils.getLineDiff()
final InputStream diffStream = callSvnDiff(oldRevNr, newRevNr, filename);
try {
...
} finally {
diffStream.close();
}
Now it works.
--
Mit freundlichen Gruessen
Andreas Pillath
ISE GmbH
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Statsvn-developers mailing list
Sta...@li...
https://lists.sourceforge.net/lists/listinfo/statsvn-developers
|