Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taskr too old for couchapp 0.6.2? #2

Open
donpdonp opened this issue Jun 20, 2010 · 3 comments
Open

taskr too old for couchapp 0.6.2? #2

donpdonp opened this issue Jun 20, 2010 · 3 comments

Comments

@donpdonp
Copy link

$ 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

@klml
Copy link

klml commented Jun 25, 2010

2010-06-20 09:55:40 [ERROR] couchapp error: You aren't in a couchapp.

do you have a .couchapprc in the directory?
http://wiki.github.com/couchapp/couchapp/manual-2

can you show us $ ls -a ?

@donpdonp
Copy link
Author

i left out the 'cd' command, but i did cd into taskr. here is another go:

donp@sparky:/tmp$ git clone http://github.com/jchris/taskr.git

Resolving deltas: 100% (838/838), done.

donp@sparky:/tmp$ curl -X PUT http://localhost:5984/taskr
{"error":"file_exists","reason":"The database could not be created, the file already exists."}

donp@sparky:/tmp$ cd taskr/

donp@sparky:/tmp/taskr$ couchapp push http://localhost:5984/taskr

2010-06-27 20:39:13 [ERROR] couchapp error: You aren't in a couchapp.

donp@sparky:/tmp/taskr$ ls -a

. .. _attachments evently .git .gitignore README.md validate_doc_update.js vendor views

if .couchapprc is a requirement for couchapp, maybe a blank one should be put in the repo, or a more informative error message be used.

@klml
Copy link

klml commented Jun 28, 2010

I always used .couchapprc but You are right: 'couchapp push http://localhost:5984/taskr2' works as well, but only with an, even empty, .couchapprc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants