sajingeo / rietveld

Automatically exported from code.google.com/p/rietveld
Apache License 2.0
0 stars 0 forks source link

Clicking on Start Review fails #124

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Update to latest from SVN
2. svn export project to temp directory
3. navigate to django directory and rm contrib/gis and all *.po and *.mo 
files.
4. zip up the django directory
5. update the project
6. Create new issue, and click start review.
7. See error page.

What is the expected output? What do you see instead?
I expect to see some facility to start the review, either a side by side 
diff or some way to comment on the patchset. Instead I see an error page 
'Oops the link appears to be broken" in Chrome

What version of the product are you using? On what operating system?
Latest updated this morning, uploaded from WinXP machine.

Please provide any additional information below.
Additionally viewing side-by-side diffs fails as well.

Original issue reported on code.google.com by drak...@gmail.com on 18 Jun 2009 at 5:55

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago

Original comment by albrecht.andi on 18 Jun 2009 at 7:27