Re: Issue 3425 in reviewboard: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff.

2014-09-15 Thread reviewboard


Comment #10 on issue 3425 by sanford@gmail.com: PySVN, UTF-8 file with  
svn:keywords set raises exception trying to upload diff.

https://code.google.com/p/reviewboard/issues/detail?id=3425

Can't wait! Thank you so much!

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3425 in reviewboard: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff.

2014-09-15 Thread reviewboard


Comment #9 on issue 3425 by trowb...@gmail.com: PySVN, UTF-8 file with  
svn:keywords set raises exception trying to upload diff.

https://code.google.com/p/reviewboard/issues/detail?id=3425

Thank you! We'll get this fixed for 2.0.8

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3425 in reviewboard: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff.

2014-09-15 Thread reviewboard


Comment #8 on issue 3425 by sanford@gmail.com: PySVN, UTF-8 file with  
svn:keywords set raises exception trying to upload diff.

https://code.google.com/p/reviewboard/issues/detail?id=3425

Sorry! There it is:


2014-09-15 12:25:21,187 - INFO -  - Using reviewboard.scmtools.svn.pysvn  
backend for SVN
2014-09-15 12:25:21,295 - ERROR - None - svn -  
/api/review-requests/3267/diffs/ - Error uploading new diff: 'ascii' codec  
can't decode byte 0xef in position 30: ordinal not in range(128)

Traceback (most recent call last):
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/webapi/resources/diff.py",  
line 292, in create

request.FILES.get('parent_diff_path'))
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/reviews/forms.py",  
line 116, in create

history)
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/diffviewer/forms.py",  
line 69, in create

request=self.request)
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/diffviewer/managers.py",  
line 156, in create_from_upload

save=save)
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/diffviewer/managers.py",  
line 182, in create_from_data

check_existence=(not parent_diff_file_contents)))
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/diffviewer/managers.py",  
line 300, in _process_files

request=request))):
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/scmtools/models.py",  
line 272, in get_file_exists

base_commit_id, request)
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/scmtools/models.py",  
line 473, in _get_file_exists_uncached

exists = self.get_scmtool().file_exists(path, revision)
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/scmtools/core.py",  
line 156, in file_exists

self.get_file(path, revision)
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/scmtools/svn/__init__.py",  
line 117, in get_file

return self.client.get_file(path, revision)
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/scmtools/svn/pysvn.py",  
line 105, in get_file

return self._do_on_path(self._get_file_data, path, revision)
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/scmtools/svn/pysvn.py",  
line 77, in _do_on_path

raise FileNotFoundError(path, revision, detail=exc)
   
File "/usr/local/lib/python2.7/dist-packages/ReviewBoard-2.0.6-py2.7.egg/reviewboard/scmtools/errors.py",  
line 71, in __init__

'revision': revision,
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 30:  
ordinal not in range(128)



--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3425 in reviewboard: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff.

2014-09-15 Thread reviewboard


Comment #7 on issue 3425 by trowb...@gmail.com: PySVN, UTF-8 file with  
svn:keywords set raises exception trying to upload diff.

https://code.google.com/p/reviewboard/issues/detail?id=3425

We need the traceback from the server side, not the client.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3425 in reviewboard: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff.

2014-09-15 Thread reviewboard


Comment #6 on issue 3425 by sanford@gmail.com: PySVN, UTF-8 file with  
svn:keywords set raises exception trying to upload diff.

https://code.google.com/p/reviewboard/issues/detail?id=3425

Hi!
This is the traceback. I just committed a file named "C:\testdir\test -  
cópy.log" and this appeared:



Error data: {u'fields': {u'path': [u"'ascii' codec can't decode byte  
0xef in position 30: ordinal not in range(128)"]}, u'stat': u'fail',  
u'err': {u'msg': u'One or more fields had errors', u'code': 105}}

Traceback (most recent call last):
  File "C:\Python27\Scripts\rbt-script.py", line 9, in 
load_entry_point('RBTools==0.6.2', 'console_scripts', 'rbt')()
   
File "C:\Python27\lib\site-packages\rbtools-0.6.2-py2.7.egg\rbtools\commands\main.py",  
line 134, in main

command.run_from_argv([RB_MAIN, command_name] + args)
   
File "C:\Python27\lib\site-packages\rbtools-0.6.2-py2.7.egg\rbtools\commands\__init__.py",  
line 416, in run_from_argv

exit_code = self.main(*args) or 0
   
File "C:\Python27\lib\site-packages\rbtools-0.6.2-py2.7.egg\rbtools\commands\post.py",  
line 784, in main

submit_as=self.options.submit_as)
   
File "C:\Python27\lib\site-packages\rbtools-0.6.2-py2.7.egg\rbtools\commands\post.py",  
line 551, in post_request

raise CommandError(u'\n'.join(error_msg))
rbtools.commands.CommandError: Error uploading diff


One or more fields had errors (HTTP 400, API Error 105)

path: 'ascii' codec can't decode byte 0xef in position 30: ordinal not  
in range(128)


Your review request still exists, but the diff is not attached.


Thanks for your help!!

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3425 in reviewboard: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff.

2014-09-12 Thread reviewboard


Comment #5 on issue 3425 by sanford@gmail.com: PySVN, UTF-8 file with  
svn:keywords set raises exception trying to upload diff.

https://code.google.com/p/reviewboard/issues/detail?id=3425

Hmm... Probably not, but now I can only get it on monday...

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3425 in reviewboard: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff.

2014-09-12 Thread reviewboard


Comment #4 on issue 3425 by trowb...@gmail.com: PySVN, UTF-8 file with  
svn:keywords set raises exception trying to upload diff.

https://code.google.com/p/reviewboard/issues/detail?id=3425

Is it the exact same traceback?

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3425 in reviewboard: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff.

2014-09-12 Thread reviewboard


Comment #3 on issue 3425 by sanford@gmail.com: PySVN, UTF-8 file with  
svn:keywords set raises exception trying to upload diff.

https://code.google.com/p/reviewboard/issues/detail?id=3425

I see that's fixed, but I got the same error with a non-ascii character in  
file name/path.
I'm using ReviewBoard 2.0.6 on Ubuntu 14.04; Subversion 1.8.10, RBTools  
0.6.2 and Python 2.7.9 on Windows Server 2012.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3425 in reviewboard: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff.

2014-07-03 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 3425 by trowb...@gmail.com: PySVN, UTF-8 file with  
svn:keywords set raises exception trying to upload diff.

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

Fixed in release-2.0.x (1646de6). Thanks!

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3425 in reviewboard: PySVN, UTF-8 file with svn:keywords set raises exception trying to upload diff.

2014-07-03 Thread reviewboard

Updates:
Status: PendingReview
Owner: trowb...@gmail.com
Labels: Component-SCMTools

Comment #1 on issue 3425 by trowb...@gmail.com: PySVN, UTF-8 file with  
svn:keywords set raises exception trying to upload diff.

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

I've got a fix.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"reviewboard-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.