[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: sccs2svn.py errors

From: Robert Zeh <rzeh_at_efs-us.com>
Date: 2005-04-14 15:50:49 CEST

Joey Mukherjee wrote:

> Ok, with the new 1.1.4, I am now able to run sccs2svn.py; however, I
> did have to add a dependence on libxml2 in the libsvn_client-1.la
> file. After doing that, the python programs which depend on client
> now will work. At least I think they do, because I am now getting a
> different error.
>
> The script will run and it looks like its working, but after it runs
> for a while, I get the following error:
>
> Traceback (most recent call last):
> File "./sccs2svn.py", line 475, in ?
> core.run_app(run)
> File "/opt/local/subversion-1.1.4/lib/svn-python/svn/core.py", line
> 33, in run_app
> return apply(func, (pool,) + args, kw)
> File "./sccs2svn.py", line 409, in run
> interface.add(i)
> File "./sccs2svn.py", line 243, in add
> svn.delta.svn_txdelta_send_string(delta.getFileContents(),
> File "./sccs2svn.py", line 143, in getFileContents
> return os.popen(command).read()
> OSError: [Errno 24] Too many open files
>
> I did a "limit descriptors 1024" before running it, but it gets the
> same error.
>
> The question is, how do I reduce the number of open files that
> Subversion uses.
>
> This is on a Solaris 2.9 system with Subversion 1.1.4 with a FSFS
> backend.
>
> Thanks for any help!
> Joey
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
Could you send me a copy of the script that you have? It looks like
I've forgotten to
close a file at some point.

Robert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 14 15:54:07 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.