$ couchapp version
Couchapp (version 0.6.2)
$ git clone http://github.com/jchris/taskr.git
Initialized empty Git repository in /home/donp/Documents/Code/taskr/.git/
remote: Counting objects: 1756, done.
$ curl -X PUT http://localhost:5984/taskr
{"ok":true}
$ couchapp push http://localhost:5984/taskr
2010-06-20 09:55:40 [ERROR] couchapp error: You aren't in a couchapp.
$ ls
_attachments evently README.md validate_doc_update.js vendor views
$ couchapp version
Couchapp (version 0.6.2)
$ git clone http://github.com/jchris/taskr.git
Initialized empty Git repository in /home/donp/Documents/Code/taskr/.git/
remote: Counting objects: 1756, done.
$ curl -X PUT http://localhost:5984/taskr
{"ok":true}
$ couchapp push http://localhost:5984/taskr
2010-06-20 09:55:40 [ERROR] couchapp error: You aren't in a couchapp.
$ ls
_attachments evently README.md validate_doc_update.js vendor views