I have deployed jackrabbit2.6.3.war in tomcat7.0.
By using jackrabbit standalone jar . Written a program to save a file in repository
I can save/push a file to jackrabbit default repository. If I'm trying to save/push the same file,It is creating a new version of the same file.
Now My Question is I want to edit these files by using webdav . I have changed IE settings and am able to open in read-only mode. I want to open in read-write mode.
Another Question : Even if I open a file in read-write mode and change something in it , will jackrabbit create new version of the file OR will the file get overridden?
But according to JCR regulation,one file cannot overrite the existing file,always create a new version of it.
Thanks..