Re: Issue 2529 in reviewboard: Error 500 when trying to upload a diff

2012-04-05 Thread reviewboard


Comment #3 on issue 2529 by smbswi...@gmail.com: Error 500 when trying to  
upload a diff

http://code.google.com/p/reviewboard/issues/detail?id=2529

I found the answer.Because I user tortoise svn in windows,when I use the  
tortoise patch tool to create a patch file,it has some Chinese  
character.That causes a decode error.
The simplest solution is to use some other tools to create patch,or edit  
python file to support Chinese character CODEC.



--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2529 in reviewboard: Error 500 when trying to upload a diff

2012-04-05 Thread reviewboard


Comment #4 on issue 2529 by smbswi...@gmail.com: Error 500 when trying to  
upload a diff

http://code.google.com/p/reviewboard/issues/detail?id=2529

And that's the problem of tortoise svn...

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2529 in reviewboard: Error 500 when trying to upload a diff

2012-03-19 Thread reviewboard


Comment #2 on issue 2529 by keke9...@gmail.com: Error 500 when trying to  
upload a diff

http://code.google.com/p/reviewboard/issues/detail?id=2529

The database i used is mysql,and default encoding is utf-8.
Do  I need some other settings in Reviewboarad?

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Re: Issue 2529 in reviewboard: Error 500 when trying to upload a diff

2012-03-17 Thread reviewboard

Updates:
Status: SetupIssue

Comment #1 on issue 2529 by trowb...@gmail.com: Error 500 when trying to  
upload a diff

http://code.google.com/p/reviewboard/issues/detail?id=2529

It looks like something is wrong with your database encoding. You'll need  
to check the configuration of your database.


--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.



Issue 2529 in reviewboard: Error 500 when trying to upload a diff

2012-03-14 Thread reviewboard

Status: New
Owner: 
Labels: Type-Defect Priority-Medium

New issue 2529 by smbswi...@gmail.com: Error 500 when trying to upload a  
diff

http://code.google.com/p/reviewboard/issues/detail?id=2529

* NOTE: Do not post confidential information in this bug report. *
*   If you need immediate support, please contact*
*   reviewbo...@googlegroups.com *

What version are you running?
1.6.4

What's the URL of the page containing the problem?
http://localhost/reviewboard/r/new/

What steps will reproduce the problem?
1.when I created a review request and tried to upload a diff file,it  
suggestssome error occurs(error 500).
The base directory area I input 'http://localhost/svn/hello', which can be  
accessed with web browser.


The error log message can be seen in log.txt.

What is the expected output? What do you see instead?
Review request should be created without error.

What operating system are you using? What browser?

WinXP
Please provide any additional information below.

1.Some information about Subversion settings:I used Subversion and Apache,  
the Repository path: http://localhost/svn/hello or file:///F:/Mysvn/hello,  
the repository works well,supports http and file protocol.


2.I configured the repository setting in the  
Database--Scmtools-Repositories,as follow

Hosting service : custom
Repository type : Subversion
Path : http://localhost/svn/hello
Username : username
Password : password
Access Control :
Publicly accessible : is selected
Users with access : All users are selected

Thanks for your generous help!

Attachments:
log.txt  5.3 KB

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-issues@googlegroups.com.
To unsubscribe from this group, send email to 
reviewboard-issues+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/reviewboard-issues?hl=en.