Nope. I think you need to add me to the project group.
> There is already another branch by Rolf Schmidt that instead focuses
> on a full-featured GUI. You can read about it here:
> http://code.google.com/p/hooke/wiki/HookeGUI
He sent me his branch as of Jan 1, and I went through and grabbed some
of those ideas. I haven't worked on the GUI much yet, and I imagine
that is where things will get... interesting :p.
I've read the page you reference, and it looks good :), but I couldn't
actually find the new svn branch. This will be my 'learn-SVN'
project, so I may just be being stupid:
$ svn checkout http://hooke.googlecode.com/svn/ hooke.svn
$ ls hooke.svn/branches/
illysam
> I hope you can work together to merge the thing, so to get the best of
> both worlds (and avoiding too much forking).
Definitely.
Oh, I've posted the Sphinx documentation for my branch here:
http://www.physics.drexel.edu/~wking/rsrch/hooke/
--
This email may be signed or encrypted with GPG (http://www.gnupg.org).
The GPG signature (if present) will be attached as 'signature.asc'.
For more information, see http://en.wikipedia.org/wiki/Pretty_Good_Privacy
My public key is at http://www.physics.drexel.edu/~wking/pubkey.txt
Ah, I am stupid. illysam is Rolf's branch. I was expecting a name
closer to "rschmidt" :p.
How do people feel about migrating to Mercurial?
Google supports it:
http://code.google.com/p/support/wiki/ConvertingSvnToHg
And it's distributed, so it's easier for other people to make changes:
http://mercurial.selenic.com/guide/#collaborative_development
Because of the Google-code support, I've deprecated my Git branch in
favor of a Mercurial branch:
http://www.physics.drexel.edu/~wking/code/hg/hooke
My recent Git work is now the "wtk" branch":
wking@mjolnir hooke $ hg branches
wtk 257:10951010e15d
illysam 9:b2cf6608edd5
default 162:98423149f185 (inactive)
There is also a browsable interface to the repo at
http://www.physics.drexel.edu/~wking/code/hg/hgwebdir.cgi/hooke
If you can, please hold off on pulling from or merging the illysams
branch, which is currently detached from the main tree. I'm going to
graft it onto an approprate position once I get the ok from Massimo.