Re: Can only send review requests for new files

2015-02-03 Thread Le Xu
In our test, the problem only happens on BitBucket's repositories. It works 
fine with Github (both private and public).

I heard BitBucket has some connection problem that doesn't work well with 
Reviewboard's authentication. Is that bug fixed?

On Monday, February 2, 2015 at 10:50:45 PM UTC-8, Hanicus wrote:

 We are having the same problems. We can post a CR with new files but it 
 doesn't work with existing ones.

 Can you explain more about what configuration do you need?

 Thanks


 On Wednesday, January 28, 2015 at 12:26:58 PM UTC-8, Christian Hammond 
 wrote:

 Hi,

 Can you show me your repository configuration in Review Board?

 Christian

 On Wednesday, January 28, 2015, semu...@xanadu.ie wrote:

 Hi 

 Using hosted reviewboard.
 Using RBTools==0.7

 I can only send review requests for new files. If I edit a file and 
 request a review I get the following error:


 rbt post -p --target-groups=qa -d
  RBTools 0.7
  Python 2.7.6 (default, Sep  9 2014, 15:04:36)
 [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)]
  Running on Darwin-14.0.0-x86_64-i386-64bit
  Home = /Users/{username}
  Current directory = 
 /Users/{username}/qa/automation/configs/betting_platform
  Checking for a Subversion repository...
  Running: svn info --non-interactive
  Command exited with rc 1: ['svn', 'info', '--non-interactive']
 svn: E155007: '/Users/{username}/qa/automation/configs/betting_platform' 
 is not a working copy
 ---
  Checking for a Git repository...
  Running: git rev-parse --git-dir
  Running: git config core.bare
  Running: git rev-parse --show-toplevel
  Running: git symbolic-ref -q HEAD
  Running: git config --get branch.master.merge
  Running: git config --get branch.master.remote
  Running: git config --get remote.origin.url
  repository info: Path: https://{username}/xcl-mb/qa.git, Base path: 
 , Supports changesets: False
  Making HTTP GET request to https://rbcommons.com/s/Xanadu/api/
  Cached response for HTTP GET https://rbcommons.com/s/Xanadu/api/ 
 expired and was not modified
  Running: git rev-parse refs/heads/master
  Running: git merge-base 558378a593872cdeb07601c7000c160f67c2da50 
 origin/master
  Running: git rev-parse 723afd6c6e37928f85b321965a3756889abe9bfe
  Running: git status --porcelain --untracked-files=no
  Running: git diff --no-color --full-index --ignore-submodules -M 
 --no-ext-diff 
 723afd6c6e37928f85b321965a3756889abe9bfe..558378a593872cdeb07601c7000c160f67c2da50
  Making HTTP GET request to 
 https://rbcommons.com/s/Xanadu/api/validation/
  Cached response for HTTP GET 
 https://rbcommons.com/s/Xanadu/api/validation/ expired and was not 
 modified
  Making HTTP GET request to 
 https://rbcommons.com/s/Xanadu/api/validation/diffs/
  Cached response for HTTP GET 
 https://rbcommons.com/s/Xanadu/api/validation/diffs/ expired and was 
 modified
  Making HTTP POST request to 
 https://rbcommons.com/s/Xanadu/api/validation/diffs/
  Got API Error 207 (HTTP code 400): The file was not found in the 
 repository.
  Error data: {u'stat': u'fail', u'file': 
 u'automation/configs/betting_platform/beta01_config.py', u'err': {u'msg': 
 u'The file was not found in the repository.', u'code': 207}, u'revision': 
 u'b054a77912e4ed9312705a091c9ddcad70ffb47e'}
 Traceback (most recent call last):
   File /usr/local/bin/rbt, line 9, in module
 load_entry_point('RBTools==0.7', 'console_scripts', 'rbt')()
   File 
 /Library/Python/2.7/site-packages/RBTools-0.7-py2.7.egg/rbtools/commands/main.py,
  
 line 133, in main
 command.run_from_argv([RB_MAIN, command_name] + args)
   File 
 /Library/Python/2.7/site-packages/RBTools-0.7-py2.7.egg/rbtools/commands/__init__.py,
  
 line 538, in run_from_argv
 exit_code = self.main(*args) or 0
   File 
 /Library/Python/2.7/site-packages/RBTools-0.7-py2.7.egg/rbtools/commands/post.py,
  
 line 662, in main
 (msg_prefix, e))
 rbtools.commands.CommandError: Error validating diff

 automation/configs/betting_platform/beta01_config.py: The file was not 
 found in the repository. (HTTP 400, API Error 207)


 Thanks in advance

 * Email confidentiality notice *

 Xanadu Consultancy Limited is a limited company registered in Ireland 
 with registered number 500416 and VAT registered number IE 9793319P. Our 
 registered office is at Floor 2, River House, Blackpool Retail  Business 
 Park, Cork, Ireland. We have a branch office registered in England and 
 Wales with company number FC030315, whose address is at Unit 710 Highgate 
 Studios, 53-79 Highgate Road, London, NW5 1TL.

 This message is intended solely for the addressee and may contain 
 confidential information. If you have received this message in error, 
 please send it back to us, and immediately and permanently delete it. Do 
 not use, copy or disclose the information contained in this message or in 
 any attachment. Xanadu Consultancy Limited cannot accept liability for any 
 statements made which are clearly the sender’s own and not expressly made 
 on behalf of Xanadu 

Re: Can only send review requests for new files

2015-02-02 Thread Hanicus
We are having the same problems. We can post a CR with new files but it 
doesn't work with existing ones.

Can you explain more about what configuration do you need?

Thanks


On Wednesday, January 28, 2015 at 12:26:58 PM UTC-8, Christian Hammond 
wrote:

 Hi,

 Can you show me your repository configuration in Review Board?

 Christian

 On Wednesday, January 28, 2015, semu...@xanadu.ie javascript: wrote:

 Hi 

 Using hosted reviewboard.
 Using RBTools==0.7

 I can only send review requests for new files. If I edit a file and 
 request a review I get the following error:


 rbt post -p --target-groups=qa -d
  RBTools 0.7
  Python 2.7.6 (default, Sep  9 2014, 15:04:36)
 [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)]
  Running on Darwin-14.0.0-x86_64-i386-64bit
  Home = /Users/{username}
  Current directory = 
 /Users/{username}/qa/automation/configs/betting_platform
  Checking for a Subversion repository...
  Running: svn info --non-interactive
  Command exited with rc 1: ['svn', 'info', '--non-interactive']
 svn: E155007: '/Users/{username}/qa/automation/configs/betting_platform' 
 is not a working copy
 ---
  Checking for a Git repository...
  Running: git rev-parse --git-dir
  Running: git config core.bare
  Running: git rev-parse --show-toplevel
  Running: git symbolic-ref -q HEAD
  Running: git config --get branch.master.merge
  Running: git config --get branch.master.remote
  Running: git config --get remote.origin.url
  repository info: Path: https://{username}/xcl-mb/qa.git, Base path: , 
 Supports changesets: False
  Making HTTP GET request to https://rbcommons.com/s/Xanadu/api/
  Cached response for HTTP GET https://rbcommons.com/s/Xanadu/api/ 
 expired and was not modified
  Running: git rev-parse refs/heads/master
  Running: git merge-base 558378a593872cdeb07601c7000c160f67c2da50 
 origin/master
  Running: git rev-parse 723afd6c6e37928f85b321965a3756889abe9bfe
  Running: git status --porcelain --untracked-files=no
  Running: git diff --no-color --full-index --ignore-submodules -M 
 --no-ext-diff 
 723afd6c6e37928f85b321965a3756889abe9bfe..558378a593872cdeb07601c7000c160f67c2da50
  Making HTTP GET request to 
 https://rbcommons.com/s/Xanadu/api/validation/
  Cached response for HTTP GET 
 https://rbcommons.com/s/Xanadu/api/validation/ expired and was not 
 modified
  Making HTTP GET request to 
 https://rbcommons.com/s/Xanadu/api/validation/diffs/
  Cached response for HTTP GET 
 https://rbcommons.com/s/Xanadu/api/validation/diffs/ expired and was 
 modified
  Making HTTP POST request to 
 https://rbcommons.com/s/Xanadu/api/validation/diffs/
  Got API Error 207 (HTTP code 400): The file was not found in the 
 repository.
  Error data: {u'stat': u'fail', u'file': 
 u'automation/configs/betting_platform/beta01_config.py', u'err': {u'msg': 
 u'The file was not found in the repository.', u'code': 207}, u'revision': 
 u'b054a77912e4ed9312705a091c9ddcad70ffb47e'}
 Traceback (most recent call last):
   File /usr/local/bin/rbt, line 9, in module
 load_entry_point('RBTools==0.7', 'console_scripts', 'rbt')()
   File 
 /Library/Python/2.7/site-packages/RBTools-0.7-py2.7.egg/rbtools/commands/main.py,
  
 line 133, in main
 command.run_from_argv([RB_MAIN, command_name] + args)
   File 
 /Library/Python/2.7/site-packages/RBTools-0.7-py2.7.egg/rbtools/commands/__init__.py,
  
 line 538, in run_from_argv
 exit_code = self.main(*args) or 0
   File 
 /Library/Python/2.7/site-packages/RBTools-0.7-py2.7.egg/rbtools/commands/post.py,
  
 line 662, in main
 (msg_prefix, e))
 rbtools.commands.CommandError: Error validating diff

 automation/configs/betting_platform/beta01_config.py: The file was not 
 found in the repository. (HTTP 400, API Error 207)


 Thanks in advance

 * Email confidentiality notice *

 Xanadu Consultancy Limited is a limited company registered in Ireland 
 with registered number 500416 and VAT registered number IE 9793319P. Our 
 registered office is at Floor 2, River House, Blackpool Retail  Business 
 Park, Cork, Ireland. We have a branch office registered in England and 
 Wales with company number FC030315, whose address is at Unit 710 Highgate 
 Studios, 53-79 Highgate Road, London, NW5 1TL.

 This message is intended solely for the addressee and may contain 
 confidential information. If you have received this message in error, 
 please send it back to us, and immediately and permanently delete it. Do 
 not use, copy or disclose the information contained in this message or in 
 any attachment. Xanadu Consultancy Limited cannot accept liability for any 
 statements made which are clearly the sender’s own and not expressly made 
 on behalf of Xanadu Consultancy Limited. 

 -- 
 Supercharge your Review Board with Power Pack: 
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons: 
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 --- 
 You received this message because you are 

Re: Can only send review requests for new files

2015-01-28 Thread Christian Hammond
Hi,

Can you show me your repository configuration in Review Board?

Christian

On Wednesday, January 28, 2015, semur...@xanadu.ie wrote:

 Hi

 Using hosted reviewboard.
 Using RBTools==0.7

 I can only send review requests for new files. If I edit a file and
 request a review I get the following error:


 rbt post -p --target-groups=qa -d
  RBTools 0.7
  Python 2.7.6 (default, Sep  9 2014, 15:04:36)
 [GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)]
  Running on Darwin-14.0.0-x86_64-i386-64bit
  Home = /Users/{username}
  Current directory =
 /Users/{username}/qa/automation/configs/betting_platform
  Checking for a Subversion repository...
  Running: svn info --non-interactive
  Command exited with rc 1: ['svn', 'info', '--non-interactive']
 svn: E155007: '/Users/{username}/qa/automation/configs/betting_platform'
 is not a working copy
 ---
  Checking for a Git repository...
  Running: git rev-parse --git-dir
  Running: git config core.bare
  Running: git rev-parse --show-toplevel
  Running: git symbolic-ref -q HEAD
  Running: git config --get branch.master.merge
  Running: git config --get branch.master.remote
  Running: git config --get remote.origin.url
  repository info: Path: https://{username}/xcl-mb/qa.git, Base path: ,
 Supports changesets: False
  Making HTTP GET request to https://rbcommons.com/s/Xanadu/api/
  Cached response for HTTP GET https://rbcommons.com/s/Xanadu/api/
 expired and was not modified
  Running: git rev-parse refs/heads/master
  Running: git merge-base 558378a593872cdeb07601c7000c160f67c2da50
 origin/master
  Running: git rev-parse 723afd6c6e37928f85b321965a3756889abe9bfe
  Running: git status --porcelain --untracked-files=no
  Running: git diff --no-color --full-index --ignore-submodules -M
 --no-ext-diff
 723afd6c6e37928f85b321965a3756889abe9bfe..558378a593872cdeb07601c7000c160f67c2da50
  Making HTTP GET request to
 https://rbcommons.com/s/Xanadu/api/validation/
  Cached response for HTTP GET
 https://rbcommons.com/s/Xanadu/api/validation/ expired and was not
 modified
  Making HTTP GET request to
 https://rbcommons.com/s/Xanadu/api/validation/diffs/
  Cached response for HTTP GET
 https://rbcommons.com/s/Xanadu/api/validation/diffs/ expired and was
 modified
  Making HTTP POST request to
 https://rbcommons.com/s/Xanadu/api/validation/diffs/
  Got API Error 207 (HTTP code 400): The file was not found in the
 repository.
  Error data: {u'stat': u'fail', u'file':
 u'automation/configs/betting_platform/beta01_config.py', u'err': {u'msg':
 u'The file was not found in the repository.', u'code': 207}, u'revision':
 u'b054a77912e4ed9312705a091c9ddcad70ffb47e'}
 Traceback (most recent call last):
   File /usr/local/bin/rbt, line 9, in module
 load_entry_point('RBTools==0.7', 'console_scripts', 'rbt')()
   File
 /Library/Python/2.7/site-packages/RBTools-0.7-py2.7.egg/rbtools/commands/main.py,
 line 133, in main
 command.run_from_argv([RB_MAIN, command_name] + args)
   File
 /Library/Python/2.7/site-packages/RBTools-0.7-py2.7.egg/rbtools/commands/__init__.py,
 line 538, in run_from_argv
 exit_code = self.main(*args) or 0
   File
 /Library/Python/2.7/site-packages/RBTools-0.7-py2.7.egg/rbtools/commands/post.py,
 line 662, in main
 (msg_prefix, e))
 rbtools.commands.CommandError: Error validating diff

 automation/configs/betting_platform/beta01_config.py: The file was not
 found in the repository. (HTTP 400, API Error 207)


 Thanks in advance

 * Email confidentiality notice *

 Xanadu Consultancy Limited is a limited company registered in Ireland with
 registered number 500416 and VAT registered number IE 9793319P. Our
 registered office is at Floor 2, River House, Blackpool Retail  Business
 Park, Cork, Ireland. We have a branch office registered in England and
 Wales with company number FC030315, whose address is at Unit 710 Highgate
 Studios, 53-79 Highgate Road, London, NW5 1TL.

 This message is intended solely for the addressee and may contain
 confidential information. If you have received this message in error,
 please send it back to us, and immediately and permanently delete it. Do
 not use, copy or disclose the information contained in this message or in
 any attachment. Xanadu Consultancy Limited cannot accept liability for any
 statements made which are clearly the sender’s own and not expressly made
 on behalf of Xanadu Consultancy Limited.

 --
 Supercharge your Review Board with Power Pack:
 https://www.reviewboard.org/powerpack/
 Want us to host Review Board for you? Check out RBCommons:
 https://rbcommons.com/
 Happy user? Let us know! https://www.reviewboard.org/users/
 ---
 You received this message because you are subscribed to the Google Groups
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an
 email to reviewboard+unsubscr...@googlegroups.com
 javascript:_e(%7B%7D,'cvml','reviewboard%2bunsubscr...@googlegroups.com');
 .
 For more options, visit https://groups.google.com/d/optout.



--