Re: Issue 3181 in reviewboard: I am unable to include my group I_FZ_TRS_DEV_IND_GMS DG while posting review.

2014-01-03 Thread reviewboard

Updates:
Status: Invalid

Comment #1 on issue 3181 by chip...@gmail.com: I am unable to include my  
group I_FZ_TRS_DEV_IND_GMS DG while posting review.

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

You'll need to contact the administrator of your Review Board server. This  
tracker is for bugs in the Review Board product.


--
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/groups/opt_out.


Issue 3182 in reviewboard: rbt fails to parse revision range

2014-01-03 Thread reviewboard

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

New issue 3182 by ondra@gmail.com: rbt fails to parse revision range
http://code.google.com/p/reviewboard/issues/detail?id=3182

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!


What version are you running?
0.5.3

What's the URL of the page containing the problem?
None, see the output below.

What steps will reproduce the problem?
1. Upgrade RBTools from 0.5.2 to 0.5.3.
2. Try rbt post with --revision-range=rev1:rev2
3. Watch the thing fail.

What is the expected output? What do you see instead?
Expected output (this is rbt 0.5.2):
$ rbt post --branch feature/62694482/b  
--revision-range=068106ff218440586b890e3ff069aeff4fb6abf8:58cd165aa948d5c42d9947d1b5843f72781c0ea6  
--summary='Something' --description='Something' --debug

DEBUG:root:Checking for a Subversion repository...
DEBUG:root:Running: svn info --non-interactive
DEBUG:root:Command exited with rc 1: ['svn', 'info', '--non-interactive']
svn: E155007: '/Users/foobar/Projects/Whatever/somerepo' is not a working  
copy

---
DEBUG:root:Checking for a Git repository...
DEBUG:root:Running: git rev-parse --git-dir
DEBUG:root:Running: git config core.bare
DEBUG:root:Running: git rev-parse --show-toplevel
DEBUG:root:Running: git symbolic-ref -q HEAD
DEBUG:root:Running: git config --get git-p4.port
DEBUG:root:Command exited with rc 1:  
['git', 'config', '--get', 'git-p4.port']

---
DEBUG:root:Running: git config --get branch.develop.merge
DEBUG:root:Running: git config --get branch.develop.remote
DEBUG:root:Running: git config --get remote.origin.url
DEBUG:root:repository info: Path: g...@github.com:foobar/somerepo.git, Base  
path: , Supports changesets: False

DEBUG:root:Running: git config --get reviewboard.url
DEBUG:root:Making HTTP GET request to https://review.example.com/api/
DEBUG:root:Making HTTP GET request to https://review.example.com/api/info/
DEBUG:root:Running: git merge-base origin/develop refs/heads/develop
DEBUG:root:Running: git branch -r --contains  
068106ff218440586b890e3ff069aeff4fb6abf8
DEBUG:root:Running: git diff --no-color --full-index --no-ext-diff  
--ignore-submodules --no-renames  
068106ff218440586b890e3ff069aeff4fb6abf8..58cd165aa948d5c42d9947d1b5843f72781c0ea6  
-M
DEBUG:root:Making HTTP GET request to  
https://review.example.com/api/review-requests/
DEBUG:root:Making HTTP POST request to  
https://review.example.com/api/review-requests/
DEBUG:root:Making HTTP GET request to  
https://review.example.com/api/review-requests/5539/diffs/
DEBUG:root:Making HTTP POST request to  
https://review.example.com/api/review-requests/5539/diffs/
DEBUG:root:Making HTTP GET request to  
https://review.example.com/api/review-requests/5539/draft/
DEBUG:root:Making HTTP PUT request to  
https://review.example.com/api/review-requests/5539/draft/

Review request #5539 posted.

https://review.example.com/r/5539/

Actual output (rbt 0.5.3):
$ rbt post --branch feature/62694482/b  
--revision-range=068106ff218440586b890e3ff069aeff4fb6abf8:58cd165aa948d5c42d9947d1b5843f72781c0ea6  
--summary='Something' --description='Something' --debug

DEBUG:root:Checking for a Subversion repository...
DEBUG:root:Running: svn info --non-interactive
DEBUG:root:Command exited with rc 1: ['svn', 'info', '--non-interactive']
svn: E155007: '/Users/foobar/Projects/Whatever/testrepo' is not a working  
copy

---
DEBUG:root:Checking for a Git repository...
DEBUG:root:Running: git rev-parse --git-dir
DEBUG:root:Running: git config core.bare
DEBUG:root:Running: git rev-parse --show-toplevel
DEBUG:root:Running: git symbolic-ref -q HEAD
DEBUG:root:Running: git config --get git-p4.port
DEBUG:root:Command exited with rc 1:  
['git', 'config', '--get', 'git-p4.port']

---
DEBUG:root:Running: git config --get branch.develop.merge
DEBUG:root:Running: git config --get branch.develop.remote
DEBUG:root:Running: git config --get remote.origin.url
DEBUG:root:repository info: Path: g...@github.com:foobar/somerepo.git, Base  
path: , Supports changesets: False

DEBUG:root:Running: git config --get reviewboard.url
DEBUG:root:Making HTTP GET request to https://review.example.com/api/
DEBUG:root:Making HTTP GET request to https://review.example.com/api/info/
DEBUG:root:Running: git rev-parse  
068106ff218440586b890e3ff069aeff4fb6abf8:58cd165aa948d5c42d9947d1b5843f72781c0ea6
Failed to execute command:  
['git', 'rev-parse', '068106ff218440586b890e3ff069aeff4fb6abf8:58cd165aa948d5c42d9947d1b5843f72781c0ea6']
fatal: Path '58cd165aa948d5c42d9947d1b5843f72781c0ea6' does not exist  
in '068106ff218440586b890e3ff069aeff4fb6abf8'

068106ff218440586b890e3ff069aeff4fb6abf8:58cd165aa948d5c42d9947d1b5843f72781c0ea6

What operating system are 

Issue 3183 in reviewboard: clearcase review requests often fail in multi-site mode because oid are not available yet on server

2014-01-03 Thread reviewboard

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

New issue 3183 by nano...@gmail.com: clearcase review requests often fail  
in multi-site mode because oid are not available yet on server

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

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
rejected.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** Do not post confidential information in this bug report!


What version are you running?
rbtools-0.5.1
reviewboard server 1.7.6

What's the URL of the page containing the problem?
NA

What steps will reproduce the problem?
1. reviewboard server configured with clearcase replica X
2. rbtools client on clearcase replica Y
3. clearcase synchro sent every 30minutes (minimal recommended by rational  
clearcase)

4. check out and check in files on replica Y
5. create a review request in less than replica time

What is the expected output? What do you see instead?
upload fails because oid on replica Y are not available on replica X
upload should succeed (and may add a warning about exception in  
oid2filename)


What operating system are you using? What browser?
linux ubuntu/rhel

Please provide any additional information below.

--
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/groups/opt_out.


Re: Issue 3183 in reviewboard: clearcase review requests often fail in multi-site mode because oid are not available yet on server

2014-01-03 Thread reviewboard


Comment #1 on issue 3183 by nano...@gmail.com: clearcase review requests  
often fail in multi-site mode because oid are not available yet on server

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

when using clearcase ucm-activity option, changeset contains usually  
file1@/main/streamname/0 and file1@/main/streamname/1.
/streamname/0 can easily been replaced by predecessor ie /parentstream/N (N  
is origin revision of file in parent stream)


--
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/groups/opt_out.


Re: Issue 3183 in reviewboard: clearcase review requests often fail in multi-site mode because oid are not available yet on server

2014-01-03 Thread reviewboard


Comment #2 on issue 3183 by nano...@gmail.com: clearcase review requests  
often fail in multi-site mode because oid are not available yet on server

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

for rbtools = https://reviews.reviewboard.org/r/5184
for reviewboard = https://reviews.reviewboard.org/r/5185

--
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/groups/opt_out.


Re: Issue 147 in reviewboard: Ability to view complete source files without diff coloring/block insertions

2014-01-03 Thread reviewboard


Comment #20 on issue 147 by g.cha...@gmail.com: Ability to view complete  
source files without diff coloring/block insertions

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

Hi.

I've reviewed quickly all the different issues merged into this one and I  
think there are 2 slightly different functionality requests:
1) Being able to review new code only: not yet in a repository, review  
plain files, not diff file
2) Being able to download separately each side of the current diff view. I  
mean, for each file, to be able to download the versions before and after  
the diff is applied.


I am very interested in 2). This can be useful when the file is not easy to  
review in text format and can be displayed nicely in an external  
application.
I understand that this can easily be reproduced manually by checking out  
the repository and applying the diff file to get each version of the file  
but I think it's the point of RB to make this straightforward.
I do not know the internals of RB but it seems to me that at some point it  
must checkout/generate both files in order to generate the diff view...


Should this be tracked in a separate Issue?

--
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/groups/opt_out.


Re: Issue 147 in reviewboard: Ability to view complete source files without diff coloring/block insertions

2014-01-03 Thread reviewboard


Comment #21 on issue 147 by trowb...@gmail.com: Ability to view complete  
source files without diff coloring/block insertions

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

The original and patched files are available through the API. You could  
write a script or extension to let you download it from that.


--
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/groups/opt_out.


Re: Issue 3182 in reviewboard: rbt fails to parse revision range

2014-01-03 Thread reviewboard

Updates:
Status: Confirmed
	Labels: -Priority-Medium Priority-High Milestone-RBTools-Release1.0  
Component-RBTools


Comment #1 on issue 3182 by chip...@gmail.com: rbt fails to parse revision  
range

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

Thanks for the detailed feedback. Our Git revision parsing logic changed in  
this version. Let me look into this and get back to you.


--
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/groups/opt_out.


Re: Issue 2477 in reviewboard: Review comments and Ship It! state are lost in some circumstances

2014-01-03 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 2477 by trowb...@gmail.com: Review comments and Ship  
It! state are lost in some circumstances

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

I hadn't noticed the version in this report. 1.5.5 is very, very old.  
Please try again with the latest 1.7.x release and re-report it if it's  
still an issue.


--
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/groups/opt_out.


Re: Issue 2697 in reviewboard: Unable to click + or - next to on IE8

2014-01-03 Thread reviewboard

Updates:
Status: WontFix

Comment #4 on issue 2697 by trowb...@gmail.com: Unable to click + or -  
next to on IE8

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

Starting with 2.0, Review Board will only be supporting IE9+

--
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/groups/opt_out.


Re: Issue 2667 in reviewboard: post-review fails to load .reviewboardrc on NFS automounted homes

2014-01-03 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 2667 by trowb...@gmail.com: post-review fails to  
load .reviewboardrc on NFS automounted homes

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

(No comment was entered for this change.)

--
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/groups/opt_out.