On Jan 20, 5:34 pm, FND <[email protected]> wrote:
> Off the top of my head, I can think of these basic/official components:
> * TiddlyWiki core (Trunk/core/, along with tests and such)
> * Cook (Trunk/tools/cooker/)
> * jQuery plugins (Trunk/core/jquery/plugins/)

To get things started I went ahead and today created a cooker repo and
imported the existing cooker "stuff" into it.

    https://github.com/TiddlyWiki/cooker

I used svn2git[1] with this command line:

    svn2git http://svn.tiddlywiki.org/Trunk/tools/cooker --rootistrunk

I tried a few different incarnations of svn2git and git-svn and the
above was the one that worked. I was not inclined to investigate why
the other techniques did not work. Presumably something to do with the
combination of the non-standard repo layout of svn.tiddlywiki.org and
the fact that a subdir was being imported.

If this looks okay, I'll start the process for some of the other
parts.

I added a very basic README to the cooker repo, and made the
test_suite run (not that it asserts anything).

Presumably a next step with cook and ginsu would be to package them in
a proper Ruby way[2].

[1] https://github.com/nirvdrum/svn2git

[2] The reason for doing so is that it encourages encapsulation and
separation of concerns. These tools should live and breathe
independently of other things; if you want to use them, just install
them...

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tiddlywikidev?hl=en.

Reply via email to