Hi Jason, Jason Pratt schrieb: > felix - in a previous conversation we discussed using jackrabbit > instead of svn, i am wondering if i can do a sync/update the same way > as in svn. so i guess it would be your second statement.
I fear, that using JCR as a source control system out of the box is not really possible. But since it provides most of the things required to build such a tool, it might certainly be possible. For the easiest thing, using the repository as a file server, you just access the repository using WebDAV, for example by accessing the /dav/default/ path to access the default workspace. Regards Felix > > jason > > On Fri, Jan 23, 2009 at 3:55 PM, Felix Meschberger <[email protected]> wrote: >> Hi Jason, >> >> Jason Pratt schrieb: >>> hello - i am wondering how i would go about sync files similar to what would >>> be done using subversion or cvs? any ideas? >> I fear, I do not completely understand you question. What files would >> you want to synchronized where ? Do you want to manage files in a source >> control system and send them to the repository ? >> >> Or do you want to version control the files in the repository ? and do >> source control operations there ? >> >> Regards >> Felix >> >
