Re: Issue 2619 in reviewboard: Using snapshot view, Error was occurred from Diff viewer. (clear case and post-reivew)

2013-02-19 Thread reviewboard


Comment #4 on issue 2619 by Jan.Koprowski: Using snapshot view, Error was  
occurred from Diff viewer. (clear case and post-reivew)

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

I think it is already fixed by http://reviews.reviewboard.org/r/3322/ could  
you please confirm?


--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2619 in reviewboard: Using snapshot view, Error was occurred from Diff viewer. (clear case and post-reivew)

2013-02-19 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 2619 by trowb...@gmail.com: Using snapshot view, Error  
was occurred from Diff viewer. (clear case and post-reivew)

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

In that case I'm going to assume that it's fixed and we can reopen it if  
necessary.


--
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?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Issue 2619 in reviewboard: Using snapshot view, Error was occurred from Diff viewer. (clear case and post-reivew)

2012-12-23 Thread reviewboard

Updates:
Labels: Component-SCMTools Component-RBTools

Comment #3 on issue 2619 by trowb...@gmail.com: Using snapshot view, Error  
was occurred from Diff viewer. (clear case and post-reivew)

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

(No comment was entered for this change.)

--
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 2619 in reviewboard: Using snapshot view, Error was occurred from Diff viewer. (clear case and post-reivew)

2012-06-04 Thread reviewboard


Comment #2 on issue 2619 by rajen...@gmail.com: Using snapshot view, Error  
was occurred from Diff viewer. (clear case and post-reivew)

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

I modify post-review source. (clearcase.py  def diff_file )

if self.viewtype == snapshot:
str_post_fix = .reviewboard_temp
old_temp_file = new_file + str_post_fix
get_cmd = [cleartool, get, -to,old_temp_file, old_file]
execute(get_cmd, extra_ignore_errors=(1, 2),
 translate_newlines=False)

diff_cmd = [diff, -uN, old_temp_file, new_file]
dl = execute(diff_cmd, extra_ignore_errors=(1, 2),
 translate_newlines=False)
dl = dl.replace(str_post_fix,'')



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