[csw-maintainers] experimental: subversion --> git, mercurial

rupert THURNER rupert at opencsw.org
Sun Jul 17 07:48:24 CEST 2011


2011/7/13 Maciej Bliziński <maciej at opencsw.org>:
> 2011/6/20 Ben Walton <bwalton at opencsw.org>:
>> Excerpts from rupert THURNER's message of Sun Jun 19 09:00:55 -0400 2011:
>>
>> Hi Rupert,
>>
>>> as an experiment, i tried to convert the subversion gar repository to git
>>> and mercurial:
>>>  * http://code.google.com/p/gar/ (hg)
>>>  * https://github.com/opencsw/gar (git)
>>
>> I like this! :)  I'm not keen on mercurial given my exposure to it,
>> but anything distributed would be a step up.
>
> I agree.  I did check out gar from github today and I would love to
> work on git-controlled gar sources.  Does anyone have a good idea how
> will we push the code updates back to subversion?  Or can we migrate
> off of subversion to github (or git in general) and stop relying on
> gar being checked into subversion together with the build
> descriptions?

if one clones the svn repository, attach it to the git repo, then
synchronization would be possible i gess. checkout (once):
  git svn clone https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2 gar
  cd gar
  git remote add origin git at github.com:opencsw/gar.git

do changes and commit (regular) :
  <changes>
  git push
  git svn dcommit

rupert.


More information about the maintainers mailing list