public
Rubygem
Description: Take FogBugz offline with you
Clone URL: git://github.com/francois/fogbugz_offline.git
Search Repo:
name age message
folder .gitignore Wed May 14 19:08:20 -0700 2008 Ignore files. [francois]
folder LICENSE Wed May 14 18:38:52 -0700 2008 Initial checkin [francois]
folder README Wed May 14 19:53:54 -0700 2008 Wrote minor docs in README. [francois]
folder Rakefile Thu May 15 12:32:01 -0700 2008 Report the full backtrace when running specific... [francois]
folder TODO Wed May 14 18:38:52 -0700 2008 Initial checkin [francois]
folder bin/ Thu May 15 13:51:13 -0700 2008 FogbugzOffline::Commands::Login specifications. [francois]
folder lib/ Thu May 15 13:51:13 -0700 2008 FogbugzOffline::Commands::Login specifications. [francois]
folder script/ Wed May 14 18:38:52 -0700 2008 Initial checkin [francois]
folder spec/ Thu May 15 13:51:13 -0700 2008 FogbugzOffline::Commands::Login specifications. [francois]
folder 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.