[CRITICAL] nothing to repeat
The above is the error that I get when I tried to push the code in my couchDB. It was all working well until I tried to pull changes from Git repository that our team uses. Haven't resolved it yet.
Any idea(s) or help will be appreciated!
Detailed Error Report is below (for additional info.):
thoughtboard$ couchapp push http://localhost:5984/thoughtboard_db
2011-07-04 14:52:52 [CRITICAL] nothing to repeat
$ couchapp push http://localhost:5984/thoughtboard_db
2011-07-04 14:52:52 [CRITICAL] nothing to repeat
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/couchapp/dispatch.py", line 48, in dispatch
return _dispatch(args)
File "/usr/local/lib/python2.6/dist-packages/couchapp/dispatch.py", line 92, in _dispatch
return fun(conf, conf.app_dir, *args, **opts)
File "/usr/local/lib/python2.6/dist-packages/couchapp/commands.py", line 79, in push
doc.push(dbs, noatomic, browse, force)
File "/usr/local/lib/python2.6/dist-packages/couchapp/localdoc.py", line 122, in push
doc = self.doc(db, force=force)
File "/usr/local/lib/python2.6/dist-packages/couchapp/localdoc.py", line 185, in doc
self._doc.update(self.dir_to_fields(self.docdir, manifest=manifest))
File "/usr/local/lib/python2.6/dist-packages/couchapp/localdoc.py", line 303, in dir_to_fields
elif self.check_ignore(name):
File "/usr/local/lib/python2.6/dist-packages/couchapp/localdoc.py", line 285, in check_ignore
match = re.match(i, item)
File "/usr/lib/python2.6/re.py", line 137, in match
return _compile(pattern, flags).match(string)
File "/usr/lib/python2.6/re.py", line 245, in _compile
raise error, v # invalid expression
error: nothing to repeat