Issue 1317 in reviewboard: Differentiate between deleted files and those that have had all contents removed.

2009-09-25 Thread codesite-noreply


Comment #2 on issue 1317 by ostraz: Differentiate between deleted files and  
those that have had all contents removed.
http://code.google.com/p/reviewboard/issues/detail?id=1317

The "Review Request" email that gets sent out should also specify "deleted"
in the "Diffs" section of the email body, for thise files which have been  
marked for
deletion.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1330 in reviewboard: minor inconsistency when differencing white characters

2009-09-25 Thread codesite-noreply

Updates:
Status: NotABug

Comment #1 on issue 1330 by trowbrds: minor inconsistency when differencing  
white characters
http://code.google.com/p/reviewboard/issues/detail?id=1330

This isn't a bug. Things which are purely whitespace changes are hidden by  
default.
You can toggle display of them with the "show/hide whitespace changes" in  
the lower
right of the header box, just before the diff starts.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1072 in reviewboard: SVN --config-dir support

2009-09-25 Thread codesite-noreply

Updates:
Labels: -Milestone-Release1.5 Milestone-Release1.1

Comment #9 on issue 1072 by chipx86: SVN --config-dir support
http://code.google.com/p/reviewboard/issues/detail?id=1072

Just an update on this. We are working on a way to verify, store and manage
certificates for 1.1. This will work for SVN and other revision control  
systems.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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 1072 in reviewboard: SVN --config-dir support

2009-09-25 Thread codesite-noreply


Comment #8 on issue 1072 by yunshan.di: SVN --config-dir support
http://code.google.com/p/reviewboard/issues/detail?id=1072

I tried to modify the following lines in svn.py:
 import pysvn
 self.client = pysvn.Client()
 if repository.username:
 self.client.set_default_username(str(repository.username))
 if repository.password:
 self.client.set_default_password(str(repository.password))
To:
 def ssl_server_trust_prompt(trust_dict):
 return True, 1, True

 self.client = pysvn.Client()
 self.client.callback_ssl_server_trust_prompt =  
ssl_server_trust_prompt

Then compile the svn.py again, try to create a review request, another  
error rised:
Server sent unexpected return value (403 Forbidden) in response to OPTIONS  
request
for 'https://xxx.com/xxx/xxx_rep/xxx_proj/trunk/xxx/xxx.mak'

anybody could help me?

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---