Re: [Zope-dev] Subversion

2004-05-04 Thread Chris Withers
Hi Tim, Tim Peters wrote: There's a svn property you can set on a higher level folder in the repository that can control a mapping for file extensions to this property, IIRC. I am hazy on it but I know it's possible. If so, it's not documented. Perhaps you're thinking of the svn:ignore property?

Re: [Zope-dev] Subversion

2004-05-04 Thread Jamie Heilman
Chris Withers wrote: I suppose it's still one step up from CVS where you have to specify the binary-ness of each file you upload rather than being able to put a mapping i na config file... CVSROOT/cvswrappers ___ Zope-Dev maillist - [EMAIL

Re: [Zope-dev] Zope 2.X Session problems

2004-05-04 Thread Alex V. Koval
Hi Chris, On Wed, 21 Apr 2004 11:36:59 -0400, Chris McDonough [EMAIL PROTECTED] wrote: What do you have the transient object timeout set for? Do you mean this (/temp_folder/session_data): Data object timeout value in minutes: 20 Also, here is a part of zope.conf for your reference: # from

RE: [Zope-dev] Segfault and Deadlock

2004-05-04 Thread Tim Peters
As Andrew Langmead has already discovered, the LinuxThreads issue with SIGSEGV was reported on the Python bug tracker almost a year ago (well, reported, but not diagnosed): SIGSEGV causes hung threads (Linux) http://www.python.org/sf/756924 Looks like: can't CNTRL-C when running

[Zope-dev] Zope 2.X Session problems

2004-05-04 Thread Kris Erickson
Per this thread that seems to have been dropped (MaxTransientObjectsExceeded Error); I have been having a similar situation--i'm wondering if it's a situation in which a for loop is getting passed null values to set into session? Example: form = {} for k,v in request.form.items():

[Zope-dev] Re: [Zope-CMF] Re: Date based snapshots

2004-05-04 Thread Dieter Maurer
Dylan Jay wrote at 2004-5-4 09:28 +1000: ... I have a specialized connection that lets you see all objects as they have been at a given time -- provided this information is still there. It gives you a POSKeyError, when this is not the case. This sounds like what I'm looking for. Does it work

[Zope-dev] Re: Date based snapshots

2004-05-04 Thread Dylan Jay
- Original Message - From: Dieter Maurer [EMAIL PROTECTED] Newsgroups: gmane.comp.web.zope.cmf,gmane.comp.web.zope.plone.user Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Tuesday, May 04, 2004 4:31 AM Subject: Re: Date based snapshots Dylan Jay wrote at 2004-5-3 15:57 +1000: I have

RE: [Zope-dev] Subversion

2004-05-04 Thread Tim Peters
[Chris Withers] ... Is it worth asking on the SVN lists how hard this would be to implement? I mean, we have the svn:ignore property, and we have the svn:eol-style property, what we want is a combination of those two, how hard can it be? 0.5 wink I don't think we want a combination of the

RE: [Zope-dev] Segfault and Deadlock

2004-05-04 Thread Carl Witty
On Mon, 2004-05-03 at 15:57, [EMAIL PROTECTED] wrote: Tim Peters [EMAIL PROTECTED] wrote on 05/03/2004 04:41:08 PM: [EMAIL PROTECTED] If someone cares enough to work up a patch, Python's patch tracker is open all night: http://sf.net/tracker/?atid=305470group_id=5470 I

[Zope-dev] Re: [Zope-CMF] Re: Date based snapshots

2004-05-04 Thread Dylan Jay
- Original Message - From: Dieter Maurer [EMAIL PROTECTED] To: Dylan Jay [EMAIL PROTECTED] Cc: [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Wednesday, May 05, 2004 5:13 AM Subject: Re: [Zope-CMF] Re: Date based snapshots Dylan Jay wrote at 2004-5-4 09:28 +1000: ... I have a

[Zope-dev] Proposal: cvs to subversion transition May 11 (?)

2004-05-04 Thread Jim Fulton
Jim Fulton wrote: Sorry for the false start. I totally missed a flaw in subversion's handling of text-file line endings. I suspect that this is fixable, but it's not going to be fixed today. I think that this issue has been resolved. I have updated my cvs to svn conversion software to set the