On Sat, 2009-10-24 at 20:28 -0700, Zach Welch wrote: 
> Hi all,
> 
> There has been talk about creating branches on the server, but
> local branches eliminate the pressing need for public branches.
> I believe public branches often result in tragedy of the commons;
> without clear ownership, they may not be managed as efficiently as with
> branches managed wholly individual developers.  Cleanup is a problem.
> 
> Last night, I started creating a mirror of my repository (as a fork on
> repo.or.cz).  While I am having problems trying to push my branches, our
> past issues were resolved by its maintainer promptly, so something
> should appear there soon enough.  I encourage other active developers to
> follow a similar approach, so let me know if a similar attempt works for
> you on that site.  

After a couple a false start, I managed to get a 'release-script' branch
pushed to a forked copy of our mirrored repository:

  http://repo.or.cz/w/openocd/ztw.git

Thus, my release script patches may be pulled into a new branch:

  git remote add ztw git://repo.or.cz/openocd/ztw.git
  git checkout -b ztw/release-script
  git pull ztw +ztw/release-script

I also published my 'parsing-cleanup' branch for initial consideration,
though I plan to rebase it to extract some bug fixes for 0.3.0.
Otherwise, its bulk should be considered for merging during 0.4.0-dev.

Cheers,

Zach

_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to