Closed OEP closed 10 years ago
Oh yeah, the traceback:
File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py" in get_response
111. response = callback(request, *callback_args, **callback_kwargs)
File "/home/pkilgo/projects/django-buffet/buffet/../buffet/vcs/views.py" in repo_commit_detail
151. entry.changed = client.changed(rev)
File "/home/pkilgo/local/lib/python/anyvcs/svn.py" in changed
474. assert m
Using changed() on a commit where a copy was performed seems to cause problems with SvnRepo. I seem to have a repo that was initialized like so:
The command that runs is:
whose output is
and the line that causes the regex to fail is: