You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by Jason Pratt <jp...@gmail.com> on 2009/01/21 18:39:44 UTC

sync of files

hello - i am wondering how i would go about sync files similar to what would
be done using subversion or cvs? any ideas?

Re: sync of files

Posted by Felix Meschberger <fm...@gmail.com>.
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 <fm...@gmail.com> 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
>>
> 



Re: sync of files

Posted by Jason Pratt <jp...@gmail.com>.
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.

jason

On Fri, Jan 23, 2009 at 3:55 PM, Felix Meschberger <fm...@gmail.com> 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
>

Re: sync of files

Posted by Felix Meschberger <fm...@gmail.com>.
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