<div class="gmail_quote">On Sun, Jul 17, 2011 at 07:48, rupert THURNER <span dir="ltr"><<a href="mailto:rupert@opencsw.org">rupert@opencsw.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div class="im">2011/7/13 Maciej Bliziński <<a href="mailto:maciej@opencsw.org">maciej@opencsw.org</a>>:<br>
</div><div class="im">> 2011/6/20 Ben Walton <<a href="mailto:bwalton@opencsw.org">bwalton@opencsw.org</a>>:<br>
>> Excerpts from rupert THURNER's message of Sun Jun 19 09:00:55 -0400 2011:<br>
>><br>
>> Hi Rupert,<br>
>><br>
>>> as an experiment, i tried to convert the subversion gar repository to git<br>
>>> and mercurial:<br>
>>>  * <a href="http://code.google.com/p/gar/" target="_blank">http://code.google.com/p/gar/</a> (hg)<br>
>>>  * <a href="https://github.com/opencsw/gar" target="_blank">https://github.com/opencsw/gar</a> (git)<br>
>><br>
>> I like this! :)  I'm not keen on mercurial given my exposure to it,<br>
>> but anything distributed would be a step up.<br>
><br>
> I agree.  I did check out gar from github today and I would love to<br>
> work on git-controlled gar sources.  Does anyone have a good idea how<br>
> will we push the code updates back to subversion?  Or can we migrate<br>
> off of subversion to github (or git in general) and stop relying on<br>
> gar being checked into subversion together with the build<br>
> descriptions?<br>
<br>
</div>if one clones the svn repository, attach it to the git repo, then<br>
synchronization would be possible i gess. checkout (once):<br>
  git svn clone <a href="https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2" target="_blank">https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2</a> gar<br>
  cd gar<br>
  git remote add origin git@github.com:opencsw/gar.git<br>
<br>
do changes and commit (regular) :<br>
  <changes><br>
  git push<br>
  git svn dcommit<br><br></blockquote><div><br></div><div>when building libserf, not using a standard svn working copy but a git checkout, it gives:</div><div>* Platform solaris9-i386 (built on host 'current9x')</div>

<div>Use of uninitialized value $REVISION in sprintf at gar//bin/mkpackage line 31.</div><div>Use of uninitialized value $REVISION in sprintf at gar//bin/mkpackage line 31.</div><div>  CSWlibserf0-0        /home/rupert/pkgs/17.Jul.2011/libserf0_0_stub-1.0.0,REV=2011.07.17-SunOS5.9-all-NOTVERSIONED.pkg.gz</div>

<div>  CSWlibserf1-0        /home/rupert/pkgs/17.Jul.2011/libserf1_0-1.0.0,REV=2011.07.17-SunOS5.9-i386-NOTVERSIONED.pkg.gz</div><div><br></div><div> </div></div><br>