You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-user@jakarta.apache.org by Nicolas Gauthier <ga...@gmail.com> on 2007/03/14 13:57:37 UTC

RE: How to disable versionning?

Thanks for your answers!

I had already try to replace the 'slide.properties' file into the '
slide-kernel.jar' but it doesn't works anymore.

Do you think I could replace the TxFileContentStore without any risks?

It contains :

String revisionUri = uri.toString() + "_" +
revisionDescriptor.getRevisionNumber();

I could replace it by :

String revisionUri = uri.toString();