[Owncloud] Re: Ideas for improving owncloud
Tulio Magno Quites Machado Filho
tuliom at quites.com.br
Wed Feb 23 23:00:32 UTC 2011
On Wednesday 23 February 2011 15:55:02 Fabio Alessandro Locati wrote:
> I would suggest to look in a MongoDB idea, because this would make the
> sharing very efficient, easy and secure, the only downside is that we have
> to implement the versioning. We could keep a db of deltas and a db with all
> the 'last version' of the objects.
I think Git is simpler than that.
I saves all copies of a file. There is no need to use deltas. ;-)
I recommend to read the chapter 9 of Pro Git:
http://progit.org/book/ch9-0.html
I think that it will be necessary to modify the way that git works because it
was created to provide versions for the whole repository (like SVN) and not
per file (like CVS) as used in other services. Anyway, this can simplify
everything.
> 2011/2/23 srikanth tiyyagura <srikanth.tulasiram at gmail.com>
> > I selected versioning of git , eventhough I dont know
> >
> > anything about it but I have coding experience and interest. I started
> > searching for php library that deals with git. . .
> >
> > Anybody know about git and versioning, guide me please ....
If you need help to understand how git works, feel free to contact me.
I'm not a git developper, but I've studied it.
--
Tulio Magno
More information about the Owncloud
mailing list