octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: distributed version control


From: Shai Ayal
Subject: Re: distributed version control
Date: Mon, 28 Jan 2008 20:18:59 +0200

On Jan 28, 2008 7:07 PM, Shai Ayal <address@hidden> wrote:
>
> On Jan 28, 2008 6:37 PM, Rafael Laboissiere <address@hidden> wrote:
> > * David Bateman <address@hidden> [2008-01-28 16:22]:
> >
> > > Don't pull and clone make a copy of the repository? What about
> > > committing back to the master repository over https? I really have no
> > > idea of the capabilities of the versioning tools proposed, and as SVN
> > > was off the cards I haven't entered into this discussion till now.
> >
> > Well, git and hg works around a different model than that of cvs and svn.
> > There is no "master repository" and "committing to a master repository"
> > makes little sense with these tools.  Under this paradigm, every developer
> > will have a private repository and will be able to pull or clone from JWE's
> > repository (you could call JWE's repo the "master repo" but, in principle,
> > it will be one repository like the others, besides the fact that John will
> > use it for making the releases).
> >
> > Git has a git-push command that allows using it in a cvs- or svn-like
> > manner, but I think we would better asking JWE to pull the changes from our
> > repositories instead of falling back to the old version-control paradigm.
>
> How is the pull done? do we email it to jwe, or do we need a server
> that jwe can connect to?
>

To reply to my own question, the hg site suggests three methods, two
of which can be email based, and one needs a server:
http://www.selenic.com/mercurial/wiki/index.cgi/CommunicatingChanges

So if I understand right, our current method of working via email
patches will probably stay almost the same, except that the merges can
now be distributed and won't take too much of jwe's time?

Shai


reply via email to

[Prev in Thread] Current Thread [Next in Thread]