Closed GoogleCodeExporter closed 9 years ago
You shouldn't be running the app like this. Use the instructions in the
Makefile or
run the rietveld.py helper script.
Original comment by gvanrossum@gmail.com
on 18 Jun 2009 at 6:30
There's a step by step instruction to set up your own instance of Rietveld on
this
Wiki page: http://code.google.com/p/rietveld/wiki/DeployingRietveld
Original comment by albrecht.andi
on 18 Jun 2009 at 6:52
That doesn't work:
>python rietveld.py update
Traceback (most recent call last):
File "rietveld.py", line 225, in <module>
sys.exit(main())
File "rietveld.py", line 212, in main
Update(argv[2:])
File "rietveld.py", line 174, in Update
re.DOTALL).match(output).group(1)
AttributeError: 'NoneType' object has no attribute 'group'
Original comment by drak...@gmail.com
on 18 Jun 2009 at 6:58
Ok, the problem with that was that I needed to have the latest version of the
svn
command line for windows from collabnet installed. The rietveld.py file works
again.
However I still get the same error when I click on Start Review.
Original comment by drak...@gmail.com
on 18 Jun 2009 at 7:10
It turns out I needed to delete all my previous issues and start new ones. The
old ones
don't work.
Issue solved.
Original comment by drak...@gmail.com
on 18 Jun 2009 at 7:16
Original comment by albrecht.andi
on 18 Jun 2009 at 7:27
Original issue reported on code.google.com by
drak...@gmail.com
on 18 Jun 2009 at 5:55