On 10/21/05, Fabrice Dewasmes <[EMAIL PROTECTED]> wrote:
> Ray Sprinkle wrote:
>
> >I share your concern about the dev team.  I use slide at work and have been 
> >submitting small patches and helping on the user list but have seen no 
> >activity from the committers.
> >
> >There is a limit to how much time I can contribute
> >
> Same here... Unfortunately
>
> > but I would like to see the project moving forward again.  Slide is not 
> > perfect and there may be better architectures out there but: It works now! 
> > Lots of incremental improvements are possible and I would like to see them 
> > continue.

I could not find any other java-based webdav projects.  Are there? 
Still, I'd prefer apache.

> I would add that failing to have any answer to this email/thread would
> be of very bad news as this would (may) mean that no committer feel
> concerned. For me Slide is of great interest as its implementation is in
> java AND works... I would be very disappointed that this project becomes
> stalled.

Same here on all that's said.  We use slide and plan to increase our
use but I've been getting worried.  If the community really has
stalled, it would be better for those of use who still need slide to
chip in together rather than try to fork it privately.  We only use
slide as a thin webdav layer for other document stores so my view of
the project is skewed, but I can't afford for the whole thing to die.

I'm sure the current committers would appreciate help, or if they are
just gone (don't think so but I don't know who's who here)  I'm sure
the apache board could help.

Can we get a role call of people lurking on this list who need slide
and could help in some way if asked?  Maybe that would help?

Geoff


> >-----Original Message-----
> >From: Fabrice Dewasmes [mailto:[EMAIL PROTECTED]
> >Sent: Friday, October 21, 2005 9:50 AM
> >To: Slide Developers Mailing List
> >Subject: BUG in versioning helper
> >
> >Please correct me if I'm wrong but it seems that versioning helper suffers 
> >from a little bug in the update method. The webDAV spec mentions that all 
> >dead properties of previous VR should be copied to VCR in case of 
> >uncheckout. So a call is made to update from the uncheckout method.
> >The comments say that the dead properties are being copied from VR to VCR 
> >but the code "says" something else. Please see proposed patch for this and 
> >tell me if I'm wrong. For me this bug as been introduced when ResourceKind 
> >were introduced.
> >
> >If things are OK I can file this in bugzilla and post patch.
> >
> >However, i'd lik eto mention that it's the fourth patch I submit since a few 
> >months and none of them have been integrated...... Again, I'm a bit worried 
> >about slide dev team, is it still alive ?
> >
> >Fabrice
> >
> >Index: VersioningHelper.java
> >===================================================================
> >RCS file: 
> >/home/cvspublic/jakarta-slide/src/webdav/server/org/apache/slide/webdav/util/VersioningHelper.java,v
> >retrieving revision 1.118
> >*diff -u -r1.118 VersioningHelper.java*
> >*--- VersioningHelper.java     25 Feb 2005 16:57:55 -0000      1.118*
> >*+++ VersioningHelper.java     21 Oct 2005 13:39:38 -0000*
> >@@ -1578,7 +1578,7 @@
> >         while (propertyEnum.hasMoreElements()) {
> >             NodeProperty p = (NodeProperty)propertyEnum.nextElement();
> >             //if( !p.isLiveProperty() ) {
> >-            if (resourceKind.isSupportedLiveProperty(p.getPropertyName())) {
> >+            if
> >+ (!resourceKind.isSupportedLiveProperty(p.getPropertyName())) {
> >                 vcrRevisionDescriptor.setProperty(p);
> >             }
> >         }
> >
> >
> >--
> >Fabrice Dewasmes
> >Responsable du domaine urbanisation des systèmes d'information [EMAIL 
> >PROTECTED]
> >06.89.88.65.37
> >--
> >Open Wide
> >14 rue Gaillon
> >75002 PARIS
> >www.openwide.fr
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
>
>
> --
> Fabrice Dewasmes
> Responsable du domaine urbanisation des systèmes d'information
> [EMAIL PROTECTED]
> 06.89.88.65.37
> --
> Open Wide
> 14 rue Gaillon
> 75002 PARIS
> www.openwide.fr
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to