bwinfrey
unread,Feb 29, 2012, 1:05:50 PM2/29/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to CouchApp
.couchappignore
[
".*~$", ".*\\.swp$", ".*\\.bak$", ".*\\.coffee$"
]
CouchApp Push
2012-02-29 09:58:39 [CRITICAL] u'script.js~'
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/couchapp/dispatch.py", line
48, in dispatch
return _dispatch(args)
File "/usr/lib/python2.7/site-packages/couchapp/dispatch.py", line
92, in _dispatch
return fun(conf, conf.app_dir, *args, **opts)
File "/usr/lib/python2.7/site-packages/couchapp/commands.py", line
79, in push
doc.push(dbs, noatomic, browse, force)
File "/usr/lib/python2.7/site-packages/couchapp/localdoc.py", line
122, in push
doc = self.doc(db, force=force)
File "/usr/lib/python2.7/site-packages/couchapp/localdoc.py", line
218, in doc
del attachments[name]
KeyError: u'script.js~'
Exited: 65280
If I delete the temporary files (.*~$) or comment the .couchappignore
entries the push succeeds.
Do I have something setup wrong?