public
Rubygem
Description: Take FogBugz offline with you
Clone URL: git://github.com/francois/fogbugz_offline.git
francois (author)
Thu May 15 13:51:13 -0700 2008
commit  044a17bdfbcc45cce9cd9bdc861b8719a23cbb90
tree    a85721a5b764576695fc3931f095bf388bef5190
parent  8ac223ce4e400667f391c217c4c8be1aa5ad8fab
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/ Thu May 15 13:51:13 -0700 2008 FogbugzOffline::Commands::Login specifications. [francois]
directory lib/ Thu May 15 13:51:13 -0700 2008 FogbugzOffline::Commands::Login specifications. [francois]
directory script/ Wed May 14 18:38:52 -0700 2008 Initial checkin [francois]
directory spec/ Thu May 15 13:51:13 -0700 2008 FogbugzOffline::Commands::Login specifications. [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.