public
Rubygem
Description: Take FogBugz offline with you
Clone URL: git://github.com/francois/fogbugz_offline.git
name age message
file .gitignore Wed May 14 19:08:20 -0700 2008 Ignore files. [francois]
file LICENSE Wed May 14 18:38:52 -0700 2008 Initial checkin [francois]
file README Wed May 14 19:53:54 -0700 2008 Wrote minor docs in README. [francois]
file Rakefile Thu May 15 12:32:01 -0700 2008 Report the full backtrace when running specific... [francois]
file TODO Wed May 14 18:38:52 -0700 2008 Initial checkin [francois]
directory bin/ Wed May 14 19:47:52 -0700 2008 Initial stab at init subcommand implementation. [francois]
directory lib/ Thu May 15 13:31:31 -0700 2008 Reintroduced FogbugzOffline::Config, but it is ... [francois]
directory script/ Wed May 14 18:38:52 -0700 2008 Initial checkin [francois]
directory spec/ Thu May 15 13:31:31 -0700 2008 Reintroduced FogbugzOffline::Config, but it is ... [francois]
directory tmp/ Thu May 15 11:59:57 -0700 2008 Make sure tmp/ is created, and ignore specifica... [francois]
README
FogbugzOffline
==============

Take FogBugz offline with you, anywhere you go!

With Git, and distributed version control in general, developers need a quick way to grab their working set with them.  
This tool uses the FogBugz API to CRUD cases from FogBugz.  New cases are assigned temporary numbers (for local 
referencing), and when pushed to the central server are assigned their real case numbers.

Cases can be locally managed: listed, resolved, edited, assigned, closed, reopened and searched.

Alpha Notes
===========

This Gem is strictly alpha quality: most commands are not implemented.