Power Pack 4 and RBTools 3, with HCL VersionVault, IBM ClearCase, Import/Export!

2022-03-23 Thread Christian Hammond
Hey everyone,

Very excited for today's releases. We've launched new major versions of
Power Pack and RBTools with a few big features. The major one being support
for both HCL VersionVault and IBM ClearCase.

https://www.reviewboard.org/news/2022/03/22/hcl-versionvault-ibm-clearcase-importexport-new-rbtools/

Both VersionVault and ClearCase are fully supported through Power Pack.
This replaces the (still remaining, but deprecated) ClearCase support in
Review Board, bringing modern support for the products and adding features
like multi-VOB repositories. Unlike the legacy community-driven
implementation, we can now fully cover both products under support
contracts as well.

We've also introduced database import/export. This allows you to split up
your Review Board database into multiple servers, or merge history from
multiple Review Board servers into one. Databases can also be converted to
other types (for instance, you can convert MySQL to Postgres).

RBTools 3 also introduces new features for in-house integrations. All
commands now provide JSON output, and the new `rbt review` command allows
for automated review creation and management. There's also improvements for
building custom commands and using the API.

I'm, again, personally excited about these releases. These features have
been in development for a *very* long time. We've been working closely with
HCL on VersionVault/ClearCase and have been working with customers to test
the other new features.

We'd love hearing feedback, so let us know if you get something out of
these new features!

Next up is Review Bot 3. Stay tuned.

Christian

-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/CAE7Vnd%3Doec2nutAYpj2X%3Df_gdndXU8h4n6_70EBeBAGoWOwcrw%40mail.gmail.com.


Re: ClearCase and ReviewBoard setup : Any pointer, best practice or setup instruction ?

2019-08-20 Thread Laurent M.
Thanks you.

Yes I did fix it for the first error.
For the permission I did follow the technote before and also others 
setting. As I was using the apache user (added to the correct group) I have 
to chmod everything, which I did. I finally found that I was missing one 
chmod in one folder. 

It's now working.
Creating review with base CC is working fine, now I'll check with UCM.

Thanks again.



On Monday, August 19, 2019 at 6:32:25 PM UTC+2, Laurent M. wrote:
>
> Good morning,
>
> I've setup RB with Git with no issue, but when trying with ClearCase, that 
> did not went well. 
> I understand the current integration is done by the community. 
> Looking at old messages (both in forum, review and bugtracking) did not 
> really help.
>
>
> I was wondering if there are any kind of best practice or setup 
> instructions somewhere or made by current CC user ?
>
> I'm on CentOS, CC9.0.1.7, Apache, RB 3.0.15, RBT 1.0.2
>
> The first issue I got was during a rbt post where it keep failing with 
> missing attribute.
>
> if parse_version(server.rb_version) >= parse_version('1.5.3'):
>   File "/usr/lib/python2.7/site-packages/rbtools/api/resource.py", line 
> 348, in __getattr__
> % (self.__class__.__name__, name))
> AttributeError: This RootResource does not have an attribute "rb_version".
>
>
> After some time, I found out that it cannot grab the uuid and by renaming 
> the repository to the CC vobtag, it could process.
>
> Which is where I'm stuck now. I "know" the issue, it's with access 
> permissions. But until now whatever I changed did not help.
>
> When trying to post from rbt
>
>
> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error 
> fetching extended information for this repository.', u'code': 210}}
> Traceback (most recent call last):
>   File "/usr/bin/rbt", line 11, in 
> sys.exit(main())
>   File "/usr/lib/python2.7/site-packages/rbtools/commands/main.py", line 
> 120, in main
> command.run_from_argv([RB_MAIN, command_name] + args)
>   File "/usr/lib/python2.7/site-packages/rbtools/commands/__init__.py", 
> line 725, in run_from_argv
> exit_code = self.main(*args) or 0
>   File "/usr/lib/python2.7/site-packages/rbtools/commands/post.py", line 
> 770, in main
> repository_info = repository_info.find_server_repository_info(api_root
> )
>   File "/usr/lib/python2.7/site-packages/rbtools/clients/clearcase.py", 
> line 1252, in find_server_repository_info
> raise SCMError('You do not have permission to access '
> rbtools.clients.errors.SCMError: You do not have permission to access this 
> repository.
>
>
>
> When doing it from the web
>
>
>   File 
> "/usr/lib64/python2.7/site-packages/reviewboard/scmtools/clearcase.py", 
> line 58, in __init__
> self.viewtype = self._get_view_type(self.repopath)
>   File 
> "/usr/lib64/python2.7/site-packages/reviewboard/scmtools/clearcase.py", 
> line 156, in _get_view_type
> shell=_popen_shell)
>   File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
> errread, errwrite)
>   File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
> raise child_exception
> OSError: [Errno 13] Permission denied: '/view/rbview/vobs/stdvob'
>
> From what I understand, it cannot access the view/vob to grab/extract the 
> file content.
> The process is running under the apache/apache user
> I have added the apache group to the VOB group list and reprotected (using 
> protect and protectvob (so 'others' also have access)
> Also made apache user as a member of the VOB group
> I tried with a view from one user, also with a view created by the apache 
> user.
>
> So for people that actually run it, do you run it with the generic apache 
> user or a more "CC" ones (like running an httpd instance as vob_owner) ?
> I'm kind of surpized that, even if there are only a few CC user, there is 
> not a lot of info on the "how-to".
>
> Regards.
>
>
>
>
>
>

-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/a775d7d2-1b44-4009-a46c-f30849f180a9%40googlegroups.com.


Re: ClearCase and ReviewBoard setup : Any pointer, best practice or setup instruction ?

2019-08-19 Thread Christian Hammond
Hi Laurent,

Yeah, it's been a while since the community has made improvements to the
ClearCase implementation. We've considered completely redoing it, but
haven't been clear on how many people are still using it, and I'm not sure
how those people who still are are using it in production.

I know the first issue is just legacy code that needs to be fixed to no
longer check an ancient variable, and we'll get that check fixed in the
next version (it's easy to just remove manually for now, if you want to dig
into that clearcase.py file in your installed copy of RBTools).

The latter two exceptions are definitely the same root cause of the
permissions issue. IBM has this Technote on the situation:

https://www-01.ibm.com/support/docview.wss?uid=swg21230157

Given that, I think either you want to just make Apache a user in your
group, or just have the permissions be 775 instead of 770. It's going to be
dependent on your organization's needs, I think.

The error could use some serious improving, and I'll look at that.

Christian

On Mon, Aug 19, 2019 at 9:32 AM Laurent M.  wrote:

> Good morning,
>
> I've setup RB with Git with no issue, but when trying with ClearCase, that
> did not went well.
> I understand the current integration is done by the community.
> Looking at old messages (both in forum, review and bugtracking) did not
> really help.
>
>
> I was wondering if there are any kind of best practice or setup
> instructions somewhere or made by current CC user ?
>
> I'm on CentOS, CC9.0.1.7, Apache, RB 3.0.15, RBT 1.0.2
>
> The first issue I got was during a rbt post where it keep failing with
> missing attribute.
>
> if parse_version(server.rb_version) >= parse_version('1.5.3'):
>   File "/usr/lib/python2.7/site-packages/rbtools/api/resource.py", line
> 348, in __getattr__
> % (self.__class__.__name__, name))
> AttributeError: This RootResource does not have an attribute "rb_version".
>
>
> After some time, I found out that it cannot grab the uuid and by renaming
> the repository to the CC vobtag, it could process.
>
> Which is where I'm stuck now. I "know" the issue, it's with access
> permissions. But until now whatever I changed did not help.
>
> When trying to post from rbt
>
>
> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error
> fetching extended information for this repository.', u'code': 210}}
> Traceback (most recent call last):
>   File "/usr/bin/rbt", line 11, in 
> sys.exit(main())
>   File "/usr/lib/python2.7/site-packages/rbtools/commands/main.py", line
> 120, in main
> command.run_from_argv([RB_MAIN, command_name] + args)
>   File "/usr/lib/python2.7/site-packages/rbtools/commands/__init__.py",
> line 725, in run_from_argv
> exit_code = self.main(*args) or 0
>   File "/usr/lib/python2.7/site-packages/rbtools/commands/post.py", line
> 770, in main
> repository_info = repository_info.find_server_repository_info(api_root
> )
>   File "/usr/lib/python2.7/site-packages/rbtools/clients/clearcase.py",
> line 1252, in find_server_repository_info
> raise SCMError('You do not have permission to access '
> rbtools.clients.errors.SCMError: You do not have permission to access this
> repository.
>
>
>
> When doing it from the web
>
>
>   File
> "/usr/lib64/python2.7/site-packages/reviewboard/scmtools/clearcase.py",
> line 58, in __init__
> self.viewtype = self._get_view_type(self.repopath)
>   File
> "/usr/lib64/python2.7/site-packages/reviewboard/scmtools/clearcase.py",
> line 156, in _get_view_type
> shell=_popen_shell)
>   File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
> errread, errwrite)
>   File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
> raise child_exception
> OSError: [Errno 13] Permission denied: '/view/rbview/vobs/stdvob'
>
> From what I understand, it cannot access the view/vob to grab/extract the
> file content.
> The process is running under the apache/apache user
> I have added the apache group to the VOB group list and reprotected (using
> protect and protectvob (so 'others' also have access)
> Also made apache user as a member of the VOB group
> I tried with a view from one user, also with a view created by the apache
> user.
>
> So for people that actually run it, do you run it with the generic apache
> user or a more "CC" ones (like running an httpd instance as vob_owner) ?
> I'm kind of surpized that, even if there are only a few CC user, there is
> not a lot of info on the "how-to".
>
> Regards.
>
>
>
>
>
> --
> Supercharge your Revie

ClearCase and ReviewBoard setup : Any pointer, best practice or setup instruction ?

2019-08-19 Thread Laurent M.
Good morning,

I've setup RB with Git with no issue, but when trying with ClearCase, that 
did not went well. 
I understand the current integration is done by the community. 
Looking at old messages (both in forum, review and bugtracking) did not 
really help.


I was wondering if there are any kind of best practice or setup 
instructions somewhere or made by current CC user ?

I'm on CentOS, CC9.0.1.7, Apache, RB 3.0.15, RBT 1.0.2

The first issue I got was during a rbt post where it keep failing with 
missing attribute.

if parse_version(server.rb_version) >= parse_version('1.5.3'):
  File "/usr/lib/python2.7/site-packages/rbtools/api/resource.py", line 348, 
in __getattr__
% (self.__class__.__name__, name))
AttributeError: This RootResource does not have an attribute "rb_version".


After some time, I found out that it cannot grab the uuid and by renaming 
the repository to the CC vobtag, it could process.

Which is where I'm stuck now. I "know" the issue, it's with access 
permissions. But until now whatever I changed did not help.

When trying to post from rbt


>>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error 
fetching extended information for this repository.', u'code': 210}}
Traceback (most recent call last):
  File "/usr/bin/rbt", line 11, in 
sys.exit(main())
  File "/usr/lib/python2.7/site-packages/rbtools/commands/main.py", line 120
, in main
command.run_from_argv([RB_MAIN, command_name] + args)
  File "/usr/lib/python2.7/site-packages/rbtools/commands/__init__.py", 
line 725, in run_from_argv
exit_code = self.main(*args) or 0
  File "/usr/lib/python2.7/site-packages/rbtools/commands/post.py", line 770
, in main
repository_info = repository_info.find_server_repository_info(api_root)
  File "/usr/lib/python2.7/site-packages/rbtools/clients/clearcase.py", 
line 1252, in find_server_repository_info
raise SCMError('You do not have permission to access '
rbtools.clients.errors.SCMError: You do not have permission to access this 
repository.



When doing it from the web


  File 
"/usr/lib64/python2.7/site-packages/reviewboard/scmtools/clearcase.py", 
line 58, in __init__
self.viewtype = self._get_view_type(self.repopath)
  File 
"/usr/lib64/python2.7/site-packages/reviewboard/scmtools/clearcase.py", 
line 156, in _get_view_type
shell=_popen_shell)
  File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
errread, errwrite)
  File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
raise child_exception
OSError: [Errno 13] Permission denied: '/view/rbview/vobs/stdvob'

>From what I understand, it cannot access the view/vob to grab/extract the 
file content.
The process is running under the apache/apache user
I have added the apache group to the VOB group list and reprotected (using 
protect and protectvob (so 'others' also have access)
Also made apache user as a member of the VOB group
I tried with a view from one user, also with a view created by the apache 
user.

So for people that actually run it, do you run it with the generic apache 
user or a more "CC" ones (like running an httpd instance as vob_owner) ?
I'm kind of surpized that, even if there are only a few CC user, there is 
not a lot of info on the "how-to".

Regards.





-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/reviewboard/eb21e081-3105-4d95-9bc6-aa800119e5d8%40googlegroups.com.


RBTool --Exclude -X feature for Clearcase.

2018-05-24 Thread hanjieljf
I am using rbtool 0.7.11 and found that the --exclude/-X feature is 
unavailable for Clearcase repository. 
Is there any patch for this ? or anyone can provide some tips to help me 
for adding it?

Thanks.  

-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: RBTools Ticket #4547: rbt post command hangs while using with Clearcase to post code on a branch

2018-02-13 Thread David Trowbridge
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4547/
--

New update by viney
For Beanbag, Inc. > RBTools > Ticket #4547


Reply:

Fixed in rbtools master (f158f41). This will ship in RBTools 1.0.


Status:
- New
+ Fixed

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Access to RB diff data after a ClearCase view has been deleted

2018-02-12 Thread Mike Goddard

We are using RB 2.5.16 with ClearCase. When attempting to access older 
records, the 'Review Description' data remains in the record, however the 
'diffs' can no longer be accessed, you simply receive a "There was an error 
displaying this diff." error. It appears the diffs are dynamically 
generated, relying on the view to exist in perpetuity. Unfortunately, views 
are 'disposable' objects and seldom retained longer than necessary. There 
was talk, at one time, of adding functionality that would allow the diff 
data to be 'archived' in the record as well. Has that been implemented? 
Having to recreate an older view and config spec from scratch just to 
examine a diff adds a lot of overhead to the process.

Thanks

-- 
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 
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Archive ClearCase review board

2017-09-04 Thread David Trowbridge
Read-only access is fine (and in fact, is fine for an active Review Board
server, not just an archived one).

-David

On Thu, Aug 31, 2017 at 6:48 AM Ben <bsanh...@gmail.com> wrote:

> Thank you Christian.
> I want to port the ReviewBoard DB to a different site.
>
> This may be an arcane follow-up question;
> Would we need to ensure the ClearCase branches from posted reviews are
> mastered at the new site (writable).
> Or is read only access at a different site sufficient for the closed
> reviews?
> Thanks
> Ben
>
>
> On Wednesday, August 30, 2017 at 5:55:21 PM UTC-4, Christian Hammond wrote:
>
>> Hi Ben,
>>
>> At the moment, you'll need to keep a working, accessible server around
>> with the same set of branches/commits, so that Review Board can access it.
>> Down the road, I expect we're going to provide proper archival
>> functionality of some sort (this might be a Power Pack feature) so you can
>> take the server offline. It'll be a post-3.0 project.
>>
>> Christian
>>
> On Wed, Aug 30, 2017 at 11:03 AM, Ben <bsan...@gmail.com> wrote:
>>
> Hi,
>>> I would like to migrate a reviewboard database configured with Clearcase
>>> and archive it in read only mode.
>>>
>>> Any one know what live connection it needs with a clearcase replica (if
>>> any) for users to browse old reviews and diffs?
>>>
>>> Is connection to live clearcase required?
>>> if so
>>> do branches uses to post reviews need to be mastered in the replica?
>>> Thanks
>>> Ben
>>>
>> --
>>> 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...@googlegroups.com.
>>
>>
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Christian Hammond
>> President/CEO of Beanbag <https://www.beanbaginc.com/>
>> Makers of Review Board <https://www.reviewboard.org/>
>>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Archive ClearCase review board

2017-08-31 Thread Ben
Thank you Christian.
I want to port the ReviewBoard DB to a different site.

This may be an arcane follow-up question;
Would we need to ensure the ClearCase branches from posted reviews are 
mastered at the new site (writable).
Or is read only access at a different site sufficient for the closed 
reviews?
Thanks
Ben


On Wednesday, August 30, 2017 at 5:55:21 PM UTC-4, Christian Hammond wrote:
>
> Hi Ben,
>
> At the moment, you'll need to keep a working, accessible server around 
> with the same set of branches/commits, so that Review Board can access it. 
> Down the road, I expect we're going to provide proper archival 
> functionality of some sort (this might be a Power Pack feature) so you can 
> take the server offline. It'll be a post-3.0 project.
>
> Christian
>
> On Wed, Aug 30, 2017 at 11:03 AM, Ben <bsan...@gmail.com > 
> wrote:
>
>> Hi,
>> I would like to migrate a reviewboard database configured with Clearcase 
>> and archive it in read only mode.
>>
>> Any one know what live connection it needs with a clearcase replica (if 
>> any) for users to browse old reviews and diffs?
>>
>> Is connection to live clearcase required?
>> if so
>> do branches uses to post reviews need to be mastered in the replica?
>> Thanks
>> Ben
>>
>> -- 
>> 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...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Archive ClearCase review board

2017-08-30 Thread Christian Hammond
Hi Ben,

At the moment, you'll need to keep a working, accessible server around with
the same set of branches/commits, so that Review Board can access it. Down
the road, I expect we're going to provide proper archival functionality of
some sort (this might be a Power Pack feature) so you can take the server
offline. It'll be a post-3.0 project.

Christian

On Wed, Aug 30, 2017 at 11:03 AM, Ben <bsanh...@gmail.com> wrote:

> Hi,
> I would like to migrate a reviewboard database configured with Clearcase
> and archive it in read only mode.
>
> Any one know what live connection it needs with a clearcase replica (if
> any) for users to browse old reviews and diffs?
>
> Is connection to live clearcase required?
> if so
> do branches uses to post reviews need to be mastered in the replica?
> Thanks
> Ben
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Archive ClearCase review board

2017-08-30 Thread Ben
Hi,
I would like to migrate a reviewboard database configured with Clearcase 
and archive it in read only mode.

Any one know what live connection it needs with a clearcase replica (if 
any) for users to browse old reviews and diffs?

Is connection to live clearcase required?
if so
do branches uses to post reviews need to be mastered in the replica?
Thanks
Ben

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Clearcase and reviewboard

2017-07-31 Thread Christian Hammond
Hi,

It's the RBTools debug log I need. I have that portion of it (the "Got API
Error" part), but I need the entirety of the log.

We should consolidate all this to one thread as well. It's otherwise a bit
tricky to track all the details. Up to you which thread you'd feel would be
a better home for the discussion.

Christian

On Fri, Jul 28, 2017 at 6:08 AM, AJ Einsmann <ajeinsm...@gmail.com> wrote:

> Christian,
>
> I have posted all the entries in my reviewboard.log for the three days
> couple days. The log does not seem to capture anything related to the
> errors I am getting.
>
>
> 2017-07-26 13:38:50,805 - DEBUG -  - Cache miss for key
> jsi18n-djangojs-reviewboard_djblets-en-1495535587.
> 2017-07-26 13:59:14,494 - INFO -  - Reloading logging settings
> 2017-07-26 14:04:26,429 - INFO -  - Reloading logging settings
> 2017-07-26 14:07:45,298 - INFO -  - Using reviewboard.scmtools.svn.pysvn
> backend for SVN
> 2017-07-26 14:08:02,040 - INFO -  - Using reviewboard.scmtools.svn.pysvn
> backend for SVN
> 2017-07-26 14:09:38,868 - INFO -  - Reloading logging settings
> 2017-07-26 14:14:40,632 - INFO -  - Reloading logging settings
> 2017-07-26 14:21:37,429 - INFO -  - Reloading logging settings
> 2017-07-26 14:21:38,242 - DEBUG -  - DiffParser.parse: Beginning parse of
> diff, size = 643
> 2017-07-26 14:21:38,463 - DEBUG -  - DiffParser.parse: Finished parsing
> diff.
> 2017-07-26 14:21:39,151 - DEBUG -  - DiffParser.parse: Beginning parse of
> diff, size = 643
> 2017-07-26 14:21:39,297 - DEBUG -  - DiffParser.parse: Finished parsing
> diff.
> 2017-07-26 14:54:27,366 - INFO -  - Reloading logging settings
> 2017-07-26 15:15:43,978 - INFO -  - Reloading logging settings
> 2017-07-26 15:37:35,698 - INFO -  - Reloading logging settings
> 2017-07-26 15:45:09,982 - INFO -  - Reloading logging settings
> 2017-07-26 15:45:18,914 - WARNING -  - /opt/reviewboard-2.5.10-1/
> apps/reviewboard/htdocs/venv/lib/python2.7/site-packages/feedparser.py:345:
> DeprecationWarning: To avoid breaking existing software while fixing issue
> 310, a temporary mapping has been created from `updated_parsed` to
> `published_parsed` if `updated_parsed` doesn't exist. This fallback will be
> removed in a future version of feedparser.
>   DeprecationWarning)
>
> 2017-07-27 11:53:04,421 - INFO -  - Reloading logging settings
> 2017-07-27 11:59:16,690 - INFO -  - Reloading logging settings
> 2017-07-27 12:07:01,565 - INFO -  - Reloading logging settings
> 2017-07-27 12:12:01,583 - INFO -  - Reloading logging settings
> 2017-07-27 12:17:06,457 - INFO -  - Reloading logging settings
> 2017-07-28 13:02:32,487 - INFO -  - Reloading logging settings
>
>
> On Thursday, July 27, 2017 at 4:27:01 PM UTC-4, Christian Hammond wrote:
>>
>> Hi AJ,
>>
>> I think we'll need to do some debugging with you to trace the problem so
>> we can work on a fix. Can you start by showing me the full debug log for
>> this post operation? I'll have something for you to run that should help
>> narrow down the problem.
>>
>> Christian
>>
>> On Thu, Jul 27, 2017 at 7:49 AM, AJ Einsmann <ajein...@gmail.com> wrote:
>>
>>> Is there anyone here who has been successful in getting clearcase to
>>> work with reviewboard? In my setup:
>>> -we have clearcase running on multiple RHEL 6 and 7 servers.
>>> -clearcase is base clearcase where VOBs and views are arranged by regions
>>>
>>> I cannot even get reviewboard to work with all the VOBs in the same
>>> region. I keep getting a 210 error.
>>>
>>> Got API Error 210 (HTTP code 500): There was an error fetching extended
>>> information for this repository.
>>> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error
>>> fetching extended information for this repository.', u'code': 210}}
>>> {"stat": "fail", "err": {"msg": "There was an error fetching extended
>>> information for this repository.", "code": 210}}
>>>
>>> --
>>> 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...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
>>

Re: new clearcase repositories fail to fetch extended info in reviewboard.

2017-07-28 Thread AJ Einsmann
I am using reviewboard-2.5.10-1

On Friday, July 28, 2017 at 1:55:46 PM UTC-4, AJ Einsmann wrote:
>
> Christian,
>
> I have responded in another post that you replied to so we can track my 
> issue there. I put the logs there. However, I am a clearcase administrator. 
> I know the tool very well. Maybe I can be of service to you as far as 
> clearcase support goes for reviewboard??
>
> On Monday, July 24, 2017 at 5:21:20 PM UTC-4, Christian Hammond wrote:
>>
>> Hi,
>>
>> Can you tell me what version of Review Board you're using?
>>
>> Unlike the other types of repositories we support, the ClearCase support 
>> is entirely community-owned and driven. We work with those using ClearCase 
>> to get patches in for Review Board and RBTools. The reason we depend on the 
>> community for this is that ClearCase is not a frequently-used type of 
>> repository these days, and we've been unable to get a suitable license from 
>> IBM for development.
>>
>> Can you check the Review Board log file and see what errors are coming up 
>> when trying to post a change for review? RBTools is reacting to a crash 
>> server-side, which I'd like to help debug.
>>
>> Christian
>>
>> On Fri, Jul 21, 2017 at 10:52 AM, AJ Einsmann <ajein...@gmail.com> wrote:
>>
>>> So we heard about reviewboard and decided to try it out. I have 
>>> literally not have had this much consternation setting up a tool. I was 
>>> able to get the tool installed and running. The first two repositories I 
>>> set up are working. I have added four more and none are working. In my 
>>> environment we have multiple VOBs and views. Our clearcase is setup using 
>>> regions. So not all vobs are in the same region. For reviewboard I have 
>>> cross tagged the VOBs and views I am using in RB so they can be accessed 
>>> from the region that my reviewboard server is in. Our VOBs and views are 
>>> hosted on seperate designated VOB servers and view servers. however, only 
>>> tow of my repoitories are working for RB. for the others I get the message 
>>> as posted below. There is nothing in the log file that is helpful for 
>>> troubleshooting. If any of you have any ideas I would love to know.
>>>
>>> The only thing in the log is the messge:
>>> - reloading logging settings.
>>>
>>> Here is the output when I try to post anything form the failing 
>>> repositories:
>>>
>>> rbt post -d commonPaths.xml@@/main/13:commonPaths.xml@@/main/15
>>> >>> RBTools 0.7.10
>>> >>> Python 2.7.5 (default, Oct 11 2015, 17:47:16)
>>> [GCC 4.8.3 20140911 (Red Hat 4.8.3-9)]
>>> >>> Running on 
>>> Linux-3.10.0-327.10.1.el7.x86_64-x86_64-with-redhat-7.2-Maipo
>>> >>> Home = /user/jupcm
>>> >>> Current directory = /view/rbjupcm_view/cm_data/jupiter_testing/COMMON
>>> >>> Command line: rbt post -d 
>>> commonPaths.xml@@/main/13:commonPaths.xml@@/main/15
>>>
>>>
>>> (I removed the checking for scm tool section for 
>>> brevity)
>>>
>>>
>>> >>> Checking for a ClearCase repository...
>>> >>> Running: cleartool pwv -short
>>> >>> Running: diff --version
>>> >>> Running: cleartool lsview -full -properties -cview
>>> >>> Running: cleartool describe -short vob:.
>>> >>> Running: cleartool pwv -root
>>> >>> repository info: Path: /view/rbjupcm_view/cm_da, Base path: 
>>> /view/rbjupcm_view/cm_da, Supports changesets: False
>>> >>> Making HTTP GET request to http://localhost:80/reviewboard/api/
>>> >>> Running: cleartool lsvob -long /cm_data/jupiter_testing
>>> >>> Repository's /cm_data/jupiter_testing uuid is 
>>> u'b38fa70c.027011e6.8b0a.f8:bc:12:55:e7:14'
>>> >>> Making HTTP GET request to 
>>> http://localhost:80/reviewboard/api/repositories/?tool=ClearCase
>>> >>> Cached response for HTTP GET 
>>> http://localhost:80/reviewboard/api/repositories/?tool=ClearCase 
>>> expired and was modified
>>> >>> Making HTTP GET request to 
>>> http://localhost:80/reviewboard/api/repositories/7/info/
>>> >>> Got API Error 210 (HTTP code 500): There was an error fetching 
>>> extended information for this repository.
>>> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error 
>>> fetching extended information for this r

Re: new clearcase repositories fail to fetch extended info in reviewboard.

2017-07-28 Thread AJ Einsmann
Christian,

I have responded in another post that you replied to so we can track my 
issue there. I put the logs there. However, I am a clearcase administrator. 
I know the tool very well. Maybe I can be of service to you as far as 
clearcase support goes for reviewboard??

On Monday, July 24, 2017 at 5:21:20 PM UTC-4, Christian Hammond wrote:
>
> Hi,
>
> Can you tell me what version of Review Board you're using?
>
> Unlike the other types of repositories we support, the ClearCase support 
> is entirely community-owned and driven. We work with those using ClearCase 
> to get patches in for Review Board and RBTools. The reason we depend on the 
> community for this is that ClearCase is not a frequently-used type of 
> repository these days, and we've been unable to get a suitable license from 
> IBM for development.
>
> Can you check the Review Board log file and see what errors are coming up 
> when trying to post a change for review? RBTools is reacting to a crash 
> server-side, which I'd like to help debug.
>
> Christian
>
> On Fri, Jul 21, 2017 at 10:52 AM, AJ Einsmann <ajein...@gmail.com 
> > wrote:
>
>> So we heard about reviewboard and decided to try it out. I have literally 
>> not have had this much consternation setting up a tool. I was able to get 
>> the tool installed and running. The first two repositories I set up are 
>> working. I have added four more and none are working. In my environment we 
>> have multiple VOBs and views. Our clearcase is setup using regions. So not 
>> all vobs are in the same region. For reviewboard I have cross tagged the 
>> VOBs and views I am using in RB so they can be accessed from the region 
>> that my reviewboard server is in. Our VOBs and views are hosted on seperate 
>> designated VOB servers and view servers. however, only tow of my 
>> repoitories are working for RB. for the others I get the message as posted 
>> below. There is nothing in the log file that is helpful for 
>> troubleshooting. If any of you have any ideas I would love to know.
>>
>> The only thing in the log is the messge:
>> - reloading logging settings.
>>
>> Here is the output when I try to post anything form the failing 
>> repositories:
>>
>> rbt post -d commonPaths.xml@@/main/13:commonPaths.xml@@/main/15
>> >>> RBTools 0.7.10
>> >>> Python 2.7.5 (default, Oct 11 2015, 17:47:16)
>> [GCC 4.8.3 20140911 (Red Hat 4.8.3-9)]
>> >>> Running on 
>> Linux-3.10.0-327.10.1.el7.x86_64-x86_64-with-redhat-7.2-Maipo
>> >>> Home = /user/jupcm
>> >>> Current directory = /view/rbjupcm_view/cm_data/jupiter_testing/COMMON
>> >>> Command line: rbt post -d 
>> commonPaths.xml@@/main/13:commonPaths.xml@@/main/15
>>
>>
>> (I removed the checking for scm tool section for 
>> brevity)
>>
>>
>> >>> Checking for a ClearCase repository...
>> >>> Running: cleartool pwv -short
>> >>> Running: diff --version
>> >>> Running: cleartool lsview -full -properties -cview
>> >>> Running: cleartool describe -short vob:.
>> >>> Running: cleartool pwv -root
>> >>> repository info: Path: /view/rbjupcm_view/cm_da, Base path: 
>> /view/rbjupcm_view/cm_da, Supports changesets: False
>> >>> Making HTTP GET request to http://localhost:80/reviewboard/api/
>> >>> Running: cleartool lsvob -long /cm_data/jupiter_testing
>> >>> Repository's /cm_data/jupiter_testing uuid is 
>> u'b38fa70c.027011e6.8b0a.f8:bc:12:55:e7:14'
>> >>> Making HTTP GET request to 
>> http://localhost:80/reviewboard/api/repositories/?tool=ClearCase
>> >>> Cached response for HTTP GET 
>> http://localhost:80/reviewboard/api/repositories/?tool=ClearCase expired 
>> and was modified
>> >>> Making HTTP GET request to 
>> http://localhost:80/reviewboard/api/repositories/7/info/
>> >>> Got API Error 210 (HTTP code 500): There was an error fetching 
>> extended information for this repository.
>> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error 
>> fetching extended information for this repository.', u'code': 210}}
>> >>> Making HTTP GET request to 
>> http://localhost:80/reviewboard/api/repositories/1/info/
>> >>> Cached response for HTTP GET 
>> http://localhost:80/reviewboard/api/repositories/1/info/ expired and was 
>> modified
>> >>> Making HTTP GET request to 
>> http://localhost:80/reviewboard/api/repositories/2/info/
>> >>> Cached resp

Re: Clearcase and reviewboard

2017-07-28 Thread AJ Einsmann
Christian,

I have posted all the entries in my reviewboard.log for the three days 
couple days. The log does not seem to capture anything related to the 
errors I am getting.


2017-07-26 13:38:50,805 - DEBUG -  - Cache miss for key 
jsi18n-djangojs-reviewboard_djblets-en-1495535587.
2017-07-26 13:59:14,494 - INFO -  - Reloading logging settings
2017-07-26 14:04:26,429 - INFO -  - Reloading logging settings
2017-07-26 14:07:45,298 - INFO -  - Using reviewboard.scmtools.svn.pysvn 
backend for SVN
2017-07-26 14:08:02,040 - INFO -  - Using reviewboard.scmtools.svn.pysvn 
backend for SVN
2017-07-26 14:09:38,868 - INFO -  - Reloading logging settings
2017-07-26 14:14:40,632 - INFO -  - Reloading logging settings
2017-07-26 14:21:37,429 - INFO -  - Reloading logging settings
2017-07-26 14:21:38,242 - DEBUG -  - DiffParser.parse: Beginning parse of 
diff, size = 643
2017-07-26 14:21:38,463 - DEBUG -  - DiffParser.parse: Finished parsing 
diff.
2017-07-26 14:21:39,151 - DEBUG -  - DiffParser.parse: Beginning parse of 
diff, size = 643
2017-07-26 14:21:39,297 - DEBUG -  - DiffParser.parse: Finished parsing 
diff.
2017-07-26 14:54:27,366 - INFO -  - Reloading logging settings
2017-07-26 15:15:43,978 - INFO -  - Reloading logging settings
2017-07-26 15:37:35,698 - INFO -  - Reloading logging settings
2017-07-26 15:45:09,982 - INFO -  - Reloading logging settings
2017-07-26 15:45:18,914 - WARNING -  - 
/opt/reviewboard-2.5.10-1/apps/reviewboard/htdocs/venv/lib/python2.7/site-packages/feedparser.py:345:
 
DeprecationWarning: To avoid breaking existing software while fixing issue 
310, a temporary mapping has been created from `updated_parsed` to 
`published_parsed` if `updated_parsed` doesn't exist. This fallback will be 
removed in a future version of feedparser.
  DeprecationWarning)

2017-07-27 11:53:04,421 - INFO -  - Reloading logging settings
2017-07-27 11:59:16,690 - INFO -  - Reloading logging settings
2017-07-27 12:07:01,565 - INFO -  - Reloading logging settings
2017-07-27 12:12:01,583 - INFO -  - Reloading logging settings
2017-07-27 12:17:06,457 - INFO -  - Reloading logging settings
2017-07-28 13:02:32,487 - INFO -  - Reloading logging settings


On Thursday, July 27, 2017 at 4:27:01 PM UTC-4, Christian Hammond wrote:
>
> Hi AJ,
>
> I think we'll need to do some debugging with you to trace the problem so 
> we can work on a fix. Can you start by showing me the full debug log for 
> this post operation? I'll have something for you to run that should help 
> narrow down the problem.
>
> Christian
>
> On Thu, Jul 27, 2017 at 7:49 AM, AJ Einsmann <ajein...@gmail.com 
> > wrote:
>
>> Is there anyone here who has been successful in getting clearcase to work 
>> with reviewboard? In my setup:
>> -we have clearcase running on multiple RHEL 6 and 7 servers.
>> -clearcase is base clearcase where VOBs and views are arranged by regions
>>
>> I cannot even get reviewboard to work with all the VOBs in the same 
>> region. I keep getting a 210 error. 
>>
>> Got API Error 210 (HTTP code 500): There was an error fetching extended 
>> information for this repository.
>> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error 
>> fetching extended information for this repository.', u'code': 210}}
>> {"stat": "fail", "err": {"msg": "There was an error fetching extended 
>> information for this repository.", "code": 210}}
>>
>> -- 
>> 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...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Clearcase and reviewboard

2017-07-27 Thread Christian Hammond
Hi AJ,

I think we'll need to do some debugging with you to trace the problem so we
can work on a fix. Can you start by showing me the full debug log for this
post operation? I'll have something for you to run that should help narrow
down the problem.

Christian

On Thu, Jul 27, 2017 at 7:49 AM, AJ Einsmann <ajeinsm...@gmail.com> wrote:

> Is there anyone here who has been successful in getting clearcase to work
> with reviewboard? In my setup:
> -we have clearcase running on multiple RHEL 6 and 7 servers.
> -clearcase is base clearcase where VOBs and views are arranged by regions
>
> I cannot even get reviewboard to work with all the VOBs in the same
> region. I keep getting a 210 error.
>
> Got API Error 210 (HTTP code 500): There was an error fetching extended
> information for this repository.
> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error
> fetching extended information for this repository.', u'code': 210}}
> {"stat": "fail", "err": {"msg": "There was an error fetching extended
> information for this repository.", "code": 210}}
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Clearcase and reviewboard

2017-07-27 Thread AJ Einsmann
Is there anyone here who has been successful in getting clearcase to work 
with reviewboard? In my setup:
-we have clearcase running on multiple RHEL 6 and 7 servers.
-clearcase is base clearcase where VOBs and views are arranged by regions

I cannot even get reviewboard to work with all the VOBs in the same region. 
I keep getting a 210 error. 

Got API Error 210 (HTTP code 500): There was an error fetching extended 
information for this repository.
>>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error 
fetching extended information for this repository.', u'code': 210}}
{"stat": "fail", "err": {"msg": "There was an error fetching extended 
information for this repository.", "code": 210}}

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: new clearcase repositories fail to fetch extended info in reviewboard.

2017-07-24 Thread Christian Hammond
Hi,

Can you tell me what version of Review Board you're using?

Unlike the other types of repositories we support, the ClearCase support is
entirely community-owned and driven. We work with those using ClearCase to
get patches in for Review Board and RBTools. The reason we depend on the
community for this is that ClearCase is not a frequently-used type of
repository these days, and we've been unable to get a suitable license from
IBM for development.

Can you check the Review Board log file and see what errors are coming up
when trying to post a change for review? RBTools is reacting to a crash
server-side, which I'd like to help debug.

Christian

On Fri, Jul 21, 2017 at 10:52 AM, AJ Einsmann <ajeinsm...@gmail.com> wrote:

> So we heard about reviewboard and decided to try it out. I have literally
> not have had this much consternation setting up a tool. I was able to get
> the tool installed and running. The first two repositories I set up are
> working. I have added four more and none are working. In my environment we
> have multiple VOBs and views. Our clearcase is setup using regions. So not
> all vobs are in the same region. For reviewboard I have cross tagged the
> VOBs and views I am using in RB so they can be accessed from the region
> that my reviewboard server is in. Our VOBs and views are hosted on seperate
> designated VOB servers and view servers. however, only tow of my
> repoitories are working for RB. for the others I get the message as posted
> below. There is nothing in the log file that is helpful for
> troubleshooting. If any of you have any ideas I would love to know.
>
> The only thing in the log is the messge:
> - reloading logging settings.
>
> Here is the output when I try to post anything form the failing
> repositories:
>
> rbt post -d commonPaths.xml@@/main/13:commonPaths.xml@@/main/15
> >>> RBTools 0.7.10
> >>> Python 2.7.5 (default, Oct 11 2015, 17:47:16)
> [GCC 4.8.3 20140911 (Red Hat 4.8.3-9)]
> >>> Running on Linux-3.10.0-327.10.1.el7.x86_64-x86_64-with-redhat-7.2-
> Maipo
> >>> Home = /user/jupcm
> >>> Current directory = /view/rbjupcm_view/cm_data/jupiter_testing/COMMON
> >>> Command line: rbt post -d commonPaths.xml@@/main/13:commonPaths.xml@
> @/main/15
>
>
> (I removed the checking for scm tool section for
> brevity)
>
>
> >>> Checking for a ClearCase repository...
> >>> Running: cleartool pwv -short
> >>> Running: diff --version
> >>> Running: cleartool lsview -full -properties -cview
> >>> Running: cleartool describe -short vob:.
> >>> Running: cleartool pwv -root
> >>> repository info: Path: /view/rbjupcm_view/cm_da, Base path:
> /view/rbjupcm_view/cm_da, Supports changesets: False
> >>> Making HTTP GET request to http://localhost:80/reviewboard/api/
> >>> Running: cleartool lsvob -long /cm_data/jupiter_testing
> >>> Repository's /cm_data/jupiter_testing uuid is
> u'b38fa70c.027011e6.8b0a.f8:bc:12:55:e7:14'
> >>> Making HTTP GET request to http://localhost:80/
> reviewboard/api/repositories/?tool=ClearCase
> >>> Cached response for HTTP GET http://localhost:80/
> reviewboard/api/repositories/?tool=ClearCase expired and was modified
> >>> Making HTTP GET request to http://localhost:80/
> reviewboard/api/repositories/7/info/
> >>> Got API Error 210 (HTTP code 500): There was an error fetching
> extended information for this repository.
> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error
> fetching extended information for this repository.', u'code': 210}}
> >>> Making HTTP GET request to http://localhost:80/
> reviewboard/api/repositories/1/info/
> >>> Cached response for HTTP GET http://localhost:80/
> reviewboard/api/repositories/1/info/ expired and was modified
> >>> Making HTTP GET request to http://localhost:80/
> reviewboard/api/repositories/2/info/
> >>> Cached response for HTTP GET http://localhost:80/
> reviewboard/api/repositories/2/info/ expired and was modified
> >>> Making HTTP GET request to http://localhost:80/
> reviewboard/api/repositories/4/info/
> >>> Got API Error 210 (HTTP code 500): There was an error fetching
> extended information for this repository.
> >>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error
> fetching extended information for this repository.', u'code': 210}}
> >>> Making HTTP GET request to http://localhost:80/
> reviewboard/api/repositories/5/info/
> >>> Got API Error 210 (HTTP code 500): There was an error fetching
> extended information for this repository.
> &

new clearcase repositories fail to fetch extended info in reviewboard.

2017-07-21 Thread AJ Einsmann
So we heard about reviewboard and decided to try it out. I have literally 
not have had this much consternation setting up a tool. I was able to get 
the tool installed and running. The first two repositories I set up are 
working. I have added four more and none are working. In my environment we 
have multiple VOBs and views. Our clearcase is setup using regions. So not 
all vobs are in the same region. For reviewboard I have cross tagged the 
VOBs and views I am using in RB so they can be accessed from the region 
that my reviewboard server is in. Our VOBs and views are hosted on seperate 
designated VOB servers and view servers. however, only tow of my 
repoitories are working for RB. for the others I get the message as posted 
below. There is nothing in the log file that is helpful for 
troubleshooting. If any of you have any ideas I would love to know.

The only thing in the log is the messge:
- reloading logging settings.

Here is the output when I try to post anything form the failing 
repositories:

rbt post -d commonPaths.xml@@/main/13:commonPaths.xml@@/main/15
>>> RBTools 0.7.10
>>> Python 2.7.5 (default, Oct 11 2015, 17:47:16)
[GCC 4.8.3 20140911 (Red Hat 4.8.3-9)]
>>> Running on Linux-3.10.0-327.10.1.el7.x86_64-x86_64-with-redhat-7.2-Maipo
>>> Home = /user/jupcm
>>> Current directory = /view/rbjupcm_view/cm_data/jupiter_testing/COMMON
>>> Command line: rbt post -d 
commonPaths.xml@@/main/13:commonPaths.xml@@/main/15


(I removed the checking for scm tool section for 
brevity)


>>> Checking for a ClearCase repository...
>>> Running: cleartool pwv -short
>>> Running: diff --version
>>> Running: cleartool lsview -full -properties -cview
>>> Running: cleartool describe -short vob:.
>>> Running: cleartool pwv -root
>>> repository info: Path: /view/rbjupcm_view/cm_da, Base path: 
/view/rbjupcm_view/cm_da, Supports changesets: False
>>> Making HTTP GET request to http://localhost:80/reviewboard/api/
>>> Running: cleartool lsvob -long /cm_data/jupiter_testing
>>> Repository's /cm_data/jupiter_testing uuid is 
u'b38fa70c.027011e6.8b0a.f8:bc:12:55:e7:14'
>>> Making HTTP GET request to 
http://localhost:80/reviewboard/api/repositories/?tool=ClearCase
>>> Cached response for HTTP GET 
http://localhost:80/reviewboard/api/repositories/?tool=ClearCase expired 
and was modified
>>> Making HTTP GET request to 
http://localhost:80/reviewboard/api/repositories/7/info/
>>> Got API Error 210 (HTTP code 500): There was an error fetching extended 
information for this repository.
>>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error 
fetching extended information for this repository.', u'code': 210}}
>>> Making HTTP GET request to 
http://localhost:80/reviewboard/api/repositories/1/info/
>>> Cached response for HTTP GET 
http://localhost:80/reviewboard/api/repositories/1/info/ expired and was 
modified
>>> Making HTTP GET request to 
http://localhost:80/reviewboard/api/repositories/2/info/
>>> Cached response for HTTP GET 
http://localhost:80/reviewboard/api/repositories/2/info/ expired and was 
modified
>>> Making HTTP GET request to 
http://localhost:80/reviewboard/api/repositories/4/info/
>>> Got API Error 210 (HTTP code 500): There was an error fetching extended 
information for this repository.
>>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error 
fetching extended information for this repository.', u'code': 210}}
>>> Making HTTP GET request to 
http://localhost:80/reviewboard/api/repositories/5/info/
>>> Got API Error 210 (HTTP code 500): There was an error fetching extended 
information for this repository.
>>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error 
fetching extended information for this repository.', u'code': 210}}
>>> Making HTTP GET request to 
http://localhost:80/reviewboard/api/repositories/6/info/
>>> Got API Error 210 (HTTP code 500): There was an error fetching extended 
information for this repository.
>>> Error data: {u'stat': u'fail', u'err': {u'msg': u'There was an error 
fetching extended information for this repository.', u'code': 210}}
Traceback (most recent call last):
  File "/usr/bin/rbt", line 9, in 
load_entry_point('RBTools==0.7.10', 'console_scripts', 'rbt')()
  File "/usr/lib/python2.7/site-packages/rbtools/commands/main.py", line 
133, in main
command.run_from_argv([RB_MAIN, command_name] + args)
  File "/usr/lib/python2.7/site-packages/rbtools/commands/__init__.py", 
line 663, in run_from_argv
exit_code = self.main(*args) or 0
  File "/usr/lib/python2.7/site-packages/rbtools/commands/post.py", line 
713, in main
repository_info = reposi

Re: RB using ClearCase repositories

2017-07-21 Thread AJ Einsmann
Yes, I am in an environment where our VCS is clearcase. I installed 
reviewbaord a few weeks ago. I have clearcase installed on the local 
reviewboard server. also you need to ensure that cleartool is in your path. 
I have added my cleartool to /usr/bin/. I just installed reviewboard using 
the install provided from bitnami (not the power pack one).

Currently some of my repositories are working and some are not. Pretty 
frustratiing.

On Wednesday, July 12, 2017 at 10:20:57 AM UTC-4, thomas.pr...@gmail.com 
wrote:
>
> Hi,
>
> we have installed RB 2.5.13.1 on a Ubuntu 16.04.2 LTS server. We are 
> trying to use ClearCase repositories.
>
> Your documentation mentions that "cleartool" must be available. We managed 
> to install "rcleartool", but it seems RB doesn't use that.
>
>
> Is there anyone out there, who is running RB on a Linux box with 
> "cleartool" installed locally?
>
>
> Regards
>
> Thomas
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Review Board Ticket #3857: Problem with displaying java diffs of maven projects in clearcase

2017-07-19 Thread Rishikesh Gupta
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/3857/
--

New update by der.*@gmai* (Google Code)
For Beanbag, Inc. > Review Board > Ticket #3857


Reply:

I am also facing the same issue .
In java project , "main" directory is not very uncommon .
So the fix describe at https://reviews.reviewboard.org/r/7261/diff/1/ 
working fine with me.
So how to proceed further to include the fix in reviewboard release ?

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


RB using ClearCase repositories

2017-07-12 Thread thomas . preissler677
Hi,

we have installed RB 2.5.13.1 on a Ubuntu 16.04.2 LTS server. We are trying 
to use ClearCase repositories.

Your documentation mentions that "cleartool" must be available. We managed 
to install "rcleartool", but it seems RB doesn't use that.


Is there anyone out there, who is running RB on a Linux box with 
"cleartool" installed locally?


Regards

Thomas

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: RBTools Ticket #4547: rbt post command hangs while using with Clearcase to post code on a branch

2017-06-29 Thread David Trowbridge
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4547/
--

New update by viney
For Beanbag, Inc. > RBTools > Ticket #4547


Reply:

Are you asking us to review code in the bug tracker instead of the code 
review tool? Please post your change on https://reviews.reviewboard.org/

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: RBTools Ticket #4547: rbt post command hangs while using with Clearcase to post code on a branch

2017-06-29 Thread Rishikesh Gupta
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4547/
--

New update by viney
For Beanbag, Inc. > RBTools > Ticket #4547


Reply:

I have made some changes in rbtools file utils/process.py . 

original code (line number 162 to 173) :

if split_lines:
data = p.stdout.readlines()

if return_errors:
errors = p.stderr.readlines()
else:
data = p.stdout.read()

if return_errors:
errors = p.stderr.read()

rc = p.wait()

new code :

if with_errors == False:
data , errors = p.communicate()
rc = p.returncode
else:
if split_lines:
data = p.stdout.readlines()
else:
data = p.stdout.read()
rc= p.wait()

After replacing original code by new code , rbt post command (rbt post 
--summary="Demo Test" --description="Demo" brtype:my_branch) does not hangs , 
means its working fine.
Please provide your feedback/confirmation on this , after that i will 
initiate code review reuqest with above changes in rbtools code.

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: RBTools Ticket #4547: rbt post command hangs while using with Clearcase to post code on a branch

2017-06-02 Thread Jamie Candiff
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4547/
--

New update by viney
For Beanbag, Inc. > RBTools > Ticket #4547


Milestones:
+ Release-0.7.x

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


RBTools Ticket #4547: rbt post command hangs while using with Clearcase to post code on a branch

2017-05-02 Thread Viney Yadav
--
To reply, visit https://hellosplat.com/s/beanbag/tickets/4547/
--

New ticket #4547 by viney
For Beanbag, Inc. > RBTools

Status: New
Tags: Priority:Medium, Type:Defect


--
rbt post command hangs while using with Clearcase to post code on a branch
==

# What version are you running?
rbt: 0.7.6, ReviewBoard server: 2.5.2

# What steps will reproduce the problem?
1. Running rbt post command as:
   rbt post --summary="Demo Test" --description="Demo" brtype:my_branch


# What is the expected output? What do you see instead?
The review request should be posted to the server. But the command hangs 
forever and no review request is posted to the server.

# What operating system are you using?
rbt running on Windows 7

# Attach the debug out from the command.

```
z:\iag\work>rbt post -d --summary="Demo Test" --description="Demo"  
brtype:my_branch
>>> RBTools 0.7.6
>>> Python 2.7.2 (default, Jun 12 2011, 15:08:59) [MSC v.1500 32 bit (Intel)]
>>> Running on Windows-7-6.1.7601-SP1
>>> Home = C:\Users\e00834\AppData\Roaming
>>> Current directory = z:\iag\work
>>> Checking for a ClearCase repository...
>>> Running: cleartool pwv -short
>>> Running: diff --version
>>> Running: cleartool lsview -full -properties -cview
>>> Running: cleartool describe -short vob:.
>>> Running: cleartool pwv -root
>>> repository info: Path: z:\i, Base path: z:\i, Supports changesets: False
>>> Making HTTP GET request to http://ggns1rvbd1/api/
>>> Running: cleartool lsvob -long \iag
>>> Repository's \iag uuid is u'55f6b288.42074f7f.ad72.eb:12:6b:93:af:dd'
>>> Making HTTP GET request to 
>>> http://ggns1rvbd1/api/repositories/?tool=ClearCase
>>> Cached response for HTTP GET 
>>> http://ggns1rvbd1/api/repositories/?tool=ClearCase expired and was modified
>>> Making HTTP GET request to http://ggns1rvbd1/api/repositories/8/info/
>>> Cached response for HTTP GET http://ggns1rvbd1/api/repositories/8/info/ 
>>> expired and was modified
>>> Matching repository uuid:55f6b288.42074f7f.ad72.eb:12:6b:93:af:dd with 
>>> path:/view/ubb_reviewboard/cm_data/iag
>>> repository info: Path: /view/ubb_reviewboard/cm_data/iag, Base path: 
>>> /view/ubb_reviewboard/cm_data/iag, Supports changesets: False
>>> Running: cleartool find -all -version brtype(my_branch) -exec "cleartool 
>>> descr -fmt \"%En %PVn%Vn
\" %CLEARCASE_XPN%"

```


# Please provide any additional information below.
1. From the debug logs it looks like it either does not return from the 
cleartool find command or is not able to process the result from the command. 
Either way, no error logs are shown and the command does not break either. It 
just sits there until killed manually.
2. When the below command is run manually from the command prompt, it generates 
output (cleartool describe output for files on the branch + some error 
messages). Seems like the handler of this output does not like the error 
messages and causes the issue.
```
cleartool find -all -version brtype(my_branch) -exec "cleartool descr -fmt 
\"%En %PVn%Vn
\" %CLEARCASE_XPN%"
```


--

-- 
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 https://groups.google.com/group/reviewboard-issues.
For more options, visit https://groups.google.com/d/optout.


Re: "Error uploading diff" seen for certain clearcase file rules

2016-09-09 Thread Christian Hammond
t;> >> Hi Christian,
> >> >>
> >> >> We use "post-review" for posting reviews while rbt attach and rbt
> >> >> publish to publish reviews. We had some issues in posting reviews
> >> >> using rbt in our setup we are using post-review command.
> >> >>
> >> >> In the attached log file, post-review fails for file XYZ.cc but works
> >> >> fine ABC.cc.
> >> >>
> >> >> Have attached the output of post-review running with --debug.
> >> >>
> >> >> Please clarify what is going wrong.
> >> >>
> >> >> Regards,
> >> >> Hari
> >> >>
> >> >> On Thu, Sep 1, 2016 at 12:56 PM, Christian Hammond
> >> >> <christ...@beanbaginc.com <javascript:;>> wrote:
> >> >> > Hi,
> >> >> >
> >> >> > How are you uploading the diffs?
> >> >> >
> >> >> > If you're using RBTools, can you show me a debug log (running with
> >> >> > --debug)?
> >> >> >
> >> >> > Christian
> >> >> >
> >> >> > --
> >> >> > Christian Hammond
> >> >> > President/CEO of Beanbag
> >> >> > Makers of Review Board
> >> >> >
> >> >> > On Wed, Aug 31, 2016 at 10:58 PM, Hari Prasad
> >> >> > <pk.haripra...@gmail.com <javascript:;>>
> >> >> > wrote:
> >> >> >>
> >> >> >> Hi,
> >> >> >>
> >> >> >> We are using ReviewBoard version 2.5.2.
> >> >> >>
> >> >> >> When raising review requests, only for some specific clearcase
> file
> >> >> >> rules,
> >> >> >> getting the error "Error uploading diff".
> >> >> >>
> >> >> >> Not sure why this error is happening for such rules. I doubled
> >> >> >> checked
> >> >> >> the
> >> >> >> file rule and its a valid rule.
> >> >> >>
> >> >> >> Is there any way to debug this error?
> >> >> >>
> >> >> >> Please clarify.
> >> >> >>
> >> >> >> --
> >> >> >> 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:;>.
> >> >> >> For more options, visit https://groups.google.com/d/optout.
> >> >> >
> >> >> >
> >> >> > --
> >> >> > 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 a topic in
> >> >> > the
> >> >> > Google Groups "reviewboard" group.
> >> >> > To unsubscribe from this topic, visit
> >> >> >
> >> >> > https://groups.google.com/d/topic/reviewboard/js9ZQt1gGCY/
> unsubscribe.
> >> >> > To unsubscribe from this group and all its topics, send an email to
> >> >> > reviewboard+unsubscr...@googlegroups.com <javascript:;>.
> >> >> > For more options, visit https://groups.google.com/d/optout.
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> Best regards,
> >> >> Hari
> >> >>
> >> >

Re: "Error uploading diff" seen for certain clearcase file rules

2016-09-09 Thread Hari Prasad
Hi David,

I managed to make rbt post work with --repository, thanks.

Now when I used rbt post for the problematic file rule, am still
getting the error "Error uploading diff". --debug shows the below:

Traceback (most recent call last):
  File "/usr/local/bin/rbt", line 9, in 
load_entry_point('RBTools==0.5', 'console_scripts', 'rbt')()
  File 
"/usr/local/lib/python2.7/site-packages/RBTools-0.5-py2.7.egg/rbtools/commands/main.py",
line 99, in main
command.run_from_argv([RB_MAIN] + args)
  File 
"/usr/local/lib/python2.7/site-packages/RBTools-0.5-py2.7.egg/rbtools/commands/__init__.py",
line 150, in run_from_argv
exit_code = self.main(*args) or 0
  File 
"/usr/local/lib/python2.7/site-packages/RBTools-0.5-py2.7.egg/rbtools/commands/post.py",
line 450, in main
submit_as=self.options.submit_as)
  File 
"/usr/local/lib/python2.7/site-packages/RBTools-0.5-py2.7.egg/rbtools/commands/post.py",
line 346, in post_request
raise CommandError(''.join(error_msg))
rbtools.commands.CommandError: Error uploading diff

I could see review id 422 in the RB GUI but diff is missing in the same.

I tried diffing different versions of the problematic file but still
getting same error.

Please let me know what could have caused the error.

If you need any other debug info, please let me know.

Regards,
Hari

On Fri, Sep 9, 2016 at 1:22 PM, David Trowbridge <trowb...@gmail.com> wrote:
> It could be that the path matching got a little more strict. I'd suggest
> using the --repository argument or REPOSITORY config-file key to explicitly
> specify which repository (configured within Review Board) to use.
>
> -David
>
> On Fri, Sep 9, 2016 at 12:43 AM Hari Prasad <pk.haripra...@gmail.com> wrote:
>>
>> Hi David,
>> Due to the following issue in rbt post, am using post-review.
>>
>> Am getting the following error if I use rbt post but the same works
>> fine with post-review:
>>
>> [hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$rbt
>> post
>> --revision-range='/vobs/dsl/source02/Alarm/handler/alarm.c@@/main/ahaa/FR_BUG02268424/0;/vobs/dsl/source02/Alarm/handler/alarm.c@@/main/ahaa/FR_BUG02268424/1;'
>> --server='http://chn-reviewboard/reviewboard' --branch=default -g
>> --username=hariprak --password=hariprak --target-people=hariprak
>> --summary='BUG02268424' --description="test" --bugs-closed=BUG02268424
>> CRITICAL:root:Error creating review request: The repository path
>> specified is not in the list of known repositories. (HTTP 400, API
>> Error 206)
>> [hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$
>> [hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$
>> [hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$
>> [hariprak:hariprak_reviewboard_dontdelete:
>> /vobs/dsl/source02]$post-review
>>
>> --revision-range='/vobs/dsl/source02/Alarm/handler/alarm.c@@/main/ahaa/FR_BUG02268424/0;/vobs/dsl/source02/Alarm/handler/alarm.c@@/main/ahaa/FR_BUG02268424/1;'
>> --server='http://chn-reviewboard/reviewboard' --branch=default -g
>> --username=hariprak --password=hariprak --target-people=hariprak
>> --summary='BUG02268424' --description="test" --bugs-closed=BUG02268424
>> Review request #419 posted.
>>
>>
>> May I know why am getting the repository path error only for rbt post?
>>
>> If this is resolved and rbt post works, then I can check if rbt post
>> works for the file rule failing with post-review.
>>
>> Please clarify.
>>
>> Regards,
>> Hari
>>
>> On Fri, Sep 9, 2016 at 4:21 AM, David Trowbridge <trowb...@gmail.com>
>> wrote:
>> > Hari,
>> >
>> > post-review is quite old at this point and we no longer support it.
>> >
>> > -David
>> >
>> > On Thu, Sep 1, 2016 at 5:13 AM Hari Prasad <pk.haripra...@gmail.com>
>> > wrote:
>> >>
>> >> Hi Christian,
>> >>
>> >> We use "post-review" for posting reviews while rbt attach and rbt
>> >> publish to publish reviews. We had some issues in posting reviews
>> >> using rbt in our setup we are using post-review command.
>> >>
>> >> In the attached log file, post-review fails for file XYZ.cc but works
>> >> fine ABC.cc.
>> >>
>> >> Have attached the output of post-review running with --debug.
>> >>
>> >> Please clarify what is going wrong.
>> >>
>> >> Regards,
>> >> Hari
>> >>
>> >> On Thu, Sep 1, 2016 at 12:56 PM, Christian Hammond
>> >> <christ...@beanba

Re: "Error uploading diff" seen for certain clearcase file rules

2016-09-09 Thread David Trowbridge
It could be that the path matching got a little more strict. I'd suggest
using the --repository argument or REPOSITORY config-file key to explicitly
specify which repository (configured within Review Board) to use.

-David

On Fri, Sep 9, 2016 at 12:43 AM Hari Prasad <pk.haripra...@gmail.com> wrote:

> Hi David,
> Due to the following issue in rbt post, am using post-review.
>
> Am getting the following error if I use rbt post but the same works
> fine with post-review:
>
> [hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$rbt
> post --revision-range='/vobs/dsl/source02/Alarm/handler/alarm.c@
> @/main/ahaa/FR_BUG02268424/0;/vobs/dsl/source02/Alarm/handler/alarm.c@
> @/main/ahaa/FR_BUG02268424/1;'
> --server='http://chn-reviewboard/reviewboard' --branch=default -g
> --username=hariprak --password=hariprak --target-people=hariprak
> --summary='BUG02268424' --description="test" --bugs-closed=BUG02268424
> CRITICAL:root:Error creating review request: The repository path
> specified is not in the list of known repositories. (HTTP 400, API
> Error 206)
> [hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$
> [hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$
> [hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$
> [hariprak:hariprak_reviewboard_dontdelete:
> /vobs/dsl/source02]$post-review
> --revision-range='/vobs/dsl/source02/Alarm/handler/alarm.c@
> @/main/ahaa/FR_BUG02268424/0;/vobs/dsl/source02/Alarm/handler/alarm.c@
> @/main/ahaa/FR_BUG02268424/1;'
> --server='http://chn-reviewboard/reviewboard' --branch=default -g
> --username=hariprak --password=hariprak --target-people=hariprak
> --summary='BUG02268424' --description="test" --bugs-closed=BUG02268424
> Review request #419 posted.
>
>
> May I know why am getting the repository path error only for rbt post?
>
> If this is resolved and rbt post works, then I can check if rbt post
> works for the file rule failing with post-review.
>
> Please clarify.
>
> Regards,
> Hari
>
> On Fri, Sep 9, 2016 at 4:21 AM, David Trowbridge <trowb...@gmail.com>
> wrote:
> > Hari,
> >
> > post-review is quite old at this point and we no longer support it.
> >
> > -David
> >
> > On Thu, Sep 1, 2016 at 5:13 AM Hari Prasad <pk.haripra...@gmail.com>
> wrote:
> >>
> >> Hi Christian,
> >>
> >> We use "post-review" for posting reviews while rbt attach and rbt
> >> publish to publish reviews. We had some issues in posting reviews
> >> using rbt in our setup we are using post-review command.
> >>
> >> In the attached log file, post-review fails for file XYZ.cc but works
> >> fine ABC.cc.
> >>
> >> Have attached the output of post-review running with --debug.
> >>
> >> Please clarify what is going wrong.
> >>
> >> Regards,
> >> Hari
> >>
> >> On Thu, Sep 1, 2016 at 12:56 PM, Christian Hammond
> >> <christ...@beanbaginc.com> wrote:
> >> > Hi,
> >> >
> >> > How are you uploading the diffs?
> >> >
> >> > If you're using RBTools, can you show me a debug log (running with
> >> > --debug)?
> >> >
> >> > Christian
> >> >
> >> > --
> >> > Christian Hammond
> >> > President/CEO of Beanbag
> >> > Makers of Review Board
> >> >
> >> > On Wed, Aug 31, 2016 at 10:58 PM, Hari Prasad <
> pk.haripra...@gmail.com>
> >> > wrote:
> >> >>
> >> >> Hi,
> >> >>
> >> >> We are using ReviewBoard version 2.5.2.
> >> >>
> >> >> When raising review requests, only for some specific clearcase file
> >> >> rules,
> >> >> getting the error "Error uploading diff".
> >> >>
> >> >> Not sure why this error is happening for such rules. I doubled
> checked
> >> >> the
> >> >> file rule and its a valid rule.
> >> >>
> >> >> Is there any way to debug this error?
> >> >>
> >> >> Please clarify.
> >> >>
> >> >> --
> >> >> 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 receive

Re: "Error uploading diff" seen for certain clearcase file rules

2016-09-09 Thread Hari Prasad
Hi David,
Due to the following issue in rbt post, am using post-review.

Am getting the following error if I use rbt post but the same works
fine with post-review:

[hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$rbt
post 
--revision-range='/vobs/dsl/source02/Alarm/handler/alarm.c@@/main/ahaa/FR_BUG02268424/0;/vobs/dsl/source02/Alarm/handler/alarm.c@@/main/ahaa/FR_BUG02268424/1;'
--server='http://chn-reviewboard/reviewboard' --branch=default -g
--username=hariprak --password=hariprak --target-people=hariprak
--summary='BUG02268424' --description="test" --bugs-closed=BUG02268424
CRITICAL:root:Error creating review request: The repository path
specified is not in the list of known repositories. (HTTP 400, API
Error 206)
[hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$
[hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$
[hariprak:hariprak_reviewboard_dontdelete: /vobs/dsl/source02]$
[hariprak:hariprak_reviewboard_dontdelete:
/vobs/dsl/source02]$post-review
--revision-range='/vobs/dsl/source02/Alarm/handler/alarm.c@@/main/ahaa/FR_BUG02268424/0;/vobs/dsl/source02/Alarm/handler/alarm.c@@/main/ahaa/FR_BUG02268424/1;'
--server='http://chn-reviewboard/reviewboard' --branch=default -g
--username=hariprak --password=hariprak --target-people=hariprak
--summary='BUG02268424' --description="test" --bugs-closed=BUG02268424
Review request #419 posted.


May I know why am getting the repository path error only for rbt post?

If this is resolved and rbt post works, then I can check if rbt post
works for the file rule failing with post-review.

Please clarify.

Regards,
Hari

On Fri, Sep 9, 2016 at 4:21 AM, David Trowbridge <trowb...@gmail.com> wrote:
> Hari,
>
> post-review is quite old at this point and we no longer support it.
>
> -David
>
> On Thu, Sep 1, 2016 at 5:13 AM Hari Prasad <pk.haripra...@gmail.com> wrote:
>>
>> Hi Christian,
>>
>> We use "post-review" for posting reviews while rbt attach and rbt
>> publish to publish reviews. We had some issues in posting reviews
>> using rbt in our setup we are using post-review command.
>>
>> In the attached log file, post-review fails for file XYZ.cc but works
>> fine ABC.cc.
>>
>> Have attached the output of post-review running with --debug.
>>
>> Please clarify what is going wrong.
>>
>> Regards,
>> Hari
>>
>> On Thu, Sep 1, 2016 at 12:56 PM, Christian Hammond
>> <christ...@beanbaginc.com> wrote:
>> > Hi,
>> >
>> > How are you uploading the diffs?
>> >
>> > If you're using RBTools, can you show me a debug log (running with
>> > --debug)?
>> >
>> > Christian
>> >
>> > --
>> > Christian Hammond
>> > President/CEO of Beanbag
>> > Makers of Review Board
>> >
>> > On Wed, Aug 31, 2016 at 10:58 PM, Hari Prasad <pk.haripra...@gmail.com>
>> > wrote:
>> >>
>> >> Hi,
>> >>
>> >> We are using ReviewBoard version 2.5.2.
>> >>
>> >> When raising review requests, only for some specific clearcase file
>> >> rules,
>> >> getting the error "Error uploading diff".
>> >>
>> >> Not sure why this error is happening for such rules. I doubled checked
>> >> the
>> >> file rule and its a valid rule.
>> >>
>> >> Is there any way to debug this error?
>> >>
>> >> Please clarify.
>> >>
>> >> --
>> >> 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.
>> >> For more options, visit https://groups.google.com/d/optout.
>> >
>> >
>> > --
>> > 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 a topic in the
>> > Google Groups "revi

Re: "Error uploading diff" seen for certain clearcase file rules

2016-09-08 Thread David Trowbridge
Hari,

post-review is quite old at this point and we no longer support it.

-David

On Thu, Sep 1, 2016 at 5:13 AM Hari Prasad <pk.haripra...@gmail.com> wrote:

> Hi Christian,
>
> We use "post-review" for posting reviews while rbt attach and rbt
> publish to publish reviews. We had some issues in posting reviews
> using rbt in our setup we are using post-review command.
>
> In the attached log file, post-review fails for file XYZ.cc but works
> fine ABC.cc.
>
> Have attached the output of post-review running with --debug.
>
> Please clarify what is going wrong.
>
> Regards,
> Hari
>
> On Thu, Sep 1, 2016 at 12:56 PM, Christian Hammond
> <christ...@beanbaginc.com> wrote:
> > Hi,
> >
> > How are you uploading the diffs?
> >
> > If you're using RBTools, can you show me a debug log (running with
> --debug)?
> >
> > Christian
> >
> > --
> > Christian Hammond
> > President/CEO of Beanbag
> > Makers of Review Board
> >
> > On Wed, Aug 31, 2016 at 10:58 PM, Hari Prasad <pk.haripra...@gmail.com>
> > wrote:
> >>
> >> Hi,
> >>
> >> We are using ReviewBoard version 2.5.2.
> >>
> >> When raising review requests, only for some specific clearcase file
> rules,
> >> getting the error "Error uploading diff".
> >>
> >> Not sure why this error is happening for such rules. I doubled checked
> the
> >> file rule and its a valid rule.
> >>
> >> Is there any way to debug this error?
> >>
> >> Please clarify.
> >>
> >> --
> >> 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.
> >> For more options, visit https://groups.google.com/d/optout.
> >
> >
> > --
> > 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 a topic in the
> > Google Groups "reviewboard" group.
> > To unsubscribe from this topic, visit
> > https://groups.google.com/d/topic/reviewboard/js9ZQt1gGCY/unsubscribe.
> > To unsubscribe from this group and all its topics, send an email to
> > reviewboard+unsubscr...@googlegroups.com.
> > For more options, visit https://groups.google.com/d/optout.
>
>
>
> --
> Best regards,
> Hari
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Reviewboard ClearCase configuration

2016-09-02 Thread Viney Yadav
Hi,

In our setup, we have created a special view which has access to all the 
vobs. This single view is configured at ReviewBoard. 

So to answer your questions (or at least how it is in our setup):

1. We have the path field set to /view//cm_data/
(vob name is generally the project name).

2. Repositories are per project (per vob).

3. We don't require to startview user_view as ReviewBoard uses its own 
special view to access the files.

Thanks,
Viney


On Wednesday, August 24, 2016 at 11:29:08 AM UTC+5:30, Christian Hammond 
wrote:
>
> Hi Mary, Eric,
>
> Our Clearcase support is a community-driven feature, and I'm honestly not 
> as familiar with it as some community members may be.
>
> That said, let me answer these questions as best as I can, and apologies 
> for not answering them sooner.
>
> 1) The path field is meant to be a local vob path. Internally, we switch 
> to the path provided when running commands like "cleartool describe -short 
> vob:."
>
> 2) I believe you do need a repository per view. It works like other 
> repositories (Git, CVS, etc.).
>
> If there's any formal way of specifying some kind of a parent repository 
> encompassing all these views, which cleartool can then understand, we'd 
> take a patch (along with some docs on usage) for this.
>
> 3) I don't have the answer to this. Again, I'm not well versed in 
> Clearcase myself.
>
> Christian
>
> -- 
> Christian Hammond
> President/CEO of Beanbag <https://www.beanbaginc.com/>
> Makers of Review Board <https://www.reviewboard.org/>
>
> On Tue, Aug 23, 2016 at 8:49 PM, Mary Grygleski <mgry...@gmail.com 
> > wrote:
>
>> Hello -
>>
>> Has this question been answered yet?  I'm also having the same 
>> questions.  My ReviewBoard version is also 2.5.6.1, and currently 
>> experimenting that on Ubuntu Trusty 14.04.
>>
>> Thanks,
>> Mary
>>
>>
>> On Thursday, August 4, 2016 at 9:28:04 AM UTC-5, Eric Wetmiller wrote:
>>>
>>> I have exactly the same questions.  Did you ever get these questions 
>>> answered?  I am using ReviewBoard 2.5.6.1 on a Rad Hat Enterprise 7.1 
>>> system.  Any help would be appreciated.
>>>
>>> -Eric
>>>
>>> On Thursday, February 27, 2014 at 11:21:42 AM UTC-5, Khalil Shalish 
>>> wrote:
>>>>
>>>> Hi,
>>>>  
>>>> I am not clear on how to configure Reviewboard (1.7) with our clearcase 
>>>> setup.
>>>>  
>>>> Our clearcase setup:
>>>> 
>>>> We use clearcase dynamic views on linux.  The user can have a view or  
>>>> set of views on his client machine.  The views are mounted and accessed in 
>>>> the following manner:
>>>>  
>>>> /view//vobs/
>>>>  
>>>> In order to access a view, a user typlically will execute the starview 
>>>> command:  cleartool startview  which mounts the view under 
>>>> /view.
>>>>  
>>>> Our Reviewboard setup:
>>>> ==
>>>> - Hosted on a linux server.
>>>> - Clearcase client is installed on review server.
>>>>  
>>>> The Reviewboard documentation on clearcase states:
>>>>
>>>> Review Board works with local ClearCase dynamic views, by utilizing 
>>>> version-extended paths to access specific file revisions. The *Path 
>>>> field* 
>>>> <http://www.reviewboard.org/docs/manual/1.7/admin/configuration/repositories/#path-field>
>>>>  
>>>> should point to the particular VOB, which must be an absolute path 
>>>> starting 
>>>> with a drive letter on Windows or a mount point on Unix/Linux.
>>>>
>>>> My Questions:  
>>>>
>>>> Q1: What should I set in the path field ?   
>>>>
>>>> Q2: Since each user can can have a set of views and Reviewboard 
>>>> requires an absolute path, it seems to me that the reviewboard server can 
>>>> only access one view for single clearcase repostiry.  Do I have to add 
>>>> each 
>>>> view as a separate clearcase repository in Reviewboard and manually start 
>>>> (mount) the view before adding it?  This is painfull, since we lots of 
>>>> views.
>>>>
>>>> Q3: Is there a dynamic way to tell the server to startview  
>>>> and access the file when the user posts a review of particualr file in 
>>>> ?
>>>>
>>>> Any comments on this would be appreciated,
>>&

Re: "Error uploading diff" seen for certain clearcase file rules

2016-09-01 Thread Hari Prasad
Hi Christian,

We use "post-review" for posting reviews while rbt attach and rbt
publish to publish reviews. We had some issues in posting reviews
using rbt in our setup we are using post-review command.

In the attached log file, post-review fails for file XYZ.cc but works
fine ABC.cc.

Have attached the output of post-review running with --debug.

Please clarify what is going wrong.

Regards,
Hari

On Thu, Sep 1, 2016 at 12:56 PM, Christian Hammond
<christ...@beanbaginc.com> wrote:
> Hi,
>
> How are you uploading the diffs?
>
> If you're using RBTools, can you show me a debug log (running with --debug)?
>
> Christian
>
> --
> Christian Hammond
> President/CEO of Beanbag
> Makers of Review Board
>
> On Wed, Aug 31, 2016 at 10:58 PM, Hari Prasad <pk.haripra...@gmail.com>
> wrote:
>>
>> Hi,
>>
>> We are using ReviewBoard version 2.5.2.
>>
>> When raising review requests, only for some specific clearcase file rules,
>> getting the error "Error uploading diff".
>>
>> Not sure why this error is happening for such rules. I doubled checked the
>> file rule and its a valid rule.
>>
>> Is there any way to debug this error?
>>
>> Please clarify.
>>
>> --
>> 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.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> 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 a topic in the
> Google Groups "reviewboard" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/reviewboard/js9ZQt1gGCY/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
Best regards,
Hari

-- 
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.
For more options, visit https://groups.google.com/d/optout.



['/cm4/fsn/app/asam/craft/new/apon/XYZ.cc@@/main/ahaa/ahab/1\r']
post-review  
--revision-range='/cm4/fsn/app/asam/craft/new/apon/XYZ.cc@@/main/ahaa/ahab/0;/cm4/fsn/app/asam/craft/new/apon/XYZ.cc@@/main/ahaa/ahab/1;'
 --server='http://chn-reviewboard/reviewboard' --branch=default -g 
--username=hariprak --password=hariprak --target-people='hariprak' 
--summary='ALU12345678' --description="
ROOT CAUSE:
test

SOLUTION:
test" --bugs-closed=ALU12345678 --debug
DEBUG:root:Checking for a Bazaar repository...
DEBUG:root:Checking for a CVS repository...
DEBUG:root:Checking for a ClearCase repository...
DEBUG:root:Running: cleartool pwv -short
DEBUG:root:Running: diff --version
DEBUG:root:Running: cleartool lsview -full -properties -cview
DEBUG:root:Running: cleartool describe -short vob:.
DEBUG:root:Running: cleartool pwv -root
DEBUG:root:repository info: Path: /cm4/fsn, Base path: /cm4/fsn, Supports 
changesets: False
DEBUG:root:Running: diff -uN 
/cm4/fsn/app/asam/craft/new/apon/XYZ.cc@@/main/ahaa/ahab/0 
/cm4/fsn/app/asam/craft/new/apon/XYZ.cc@@/main/ahaa/ahab/1
DEBUG:root:Command exited with rc 1: ['diff', '-uN', 
'/cm4/fsn/app/asam/craft/new/apon/XYZ.cc@@/main/ahaa/ahab/0', 
'/cm4/fsn/app/asam/craft/new/apon/XYZ.cc@@/main/ahaa/ahab/1']
--- /cm4/fsn/app/asam/craft/new/apon/XYZ.cc@@/main/ahaa/ahab/0  2016-05-24 
13:43:08.0 +0530
+++ /cm4/fsn/app/asam/craft/new/apon/XYZ.cc@@/main/ahaa/ahab/1  2016-05-24 
14:22:50.0 +0530
@@ -1402,6 +1409,10 @@
   char *serialNum,
   char *SubsLocId,
 

Re: "Error uploading diff" seen for certain clearcase file rules

2016-09-01 Thread Christian Hammond
Hi,

How are you uploading the diffs?

If you're using RBTools, can you show me a debug log (running with --debug)?

Christian

-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

On Wed, Aug 31, 2016 at 10:58 PM, Hari Prasad <pk.haripra...@gmail.com>
wrote:

> Hi,
>
> We are using ReviewBoard version 2.5.2.
>
> When raising review requests, only for some specific clearcase file rules,
> getting the error "Error uploading diff".
>
> Not sure why this error is happening for such rules. I doubled checked the
> file rule and its a valid rule.
>
> Is there any way to debug this error?
>
> Please clarify.
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Reviewboard ClearCase configuration

2016-08-23 Thread Christian Hammond
Hi Mary, Eric,

Our Clearcase support is a community-driven feature, and I'm honestly not
as familiar with it as some community members may be.

That said, let me answer these questions as best as I can, and apologies
for not answering them sooner.

1) The path field is meant to be a local vob path. Internally, we switch to
the path provided when running commands like "cleartool describe -short
vob:."

2) I believe you do need a repository per view. It works like other
repositories (Git, CVS, etc.).

If there's any formal way of specifying some kind of a parent repository
encompassing all these views, which cleartool can then understand, we'd
take a patch (along with some docs on usage) for this.

3) I don't have the answer to this. Again, I'm not well versed in Clearcase
myself.

Christian

-- 
Christian Hammond
President/CEO of Beanbag <https://www.beanbaginc.com/>
Makers of Review Board <https://www.reviewboard.org/>

On Tue, Aug 23, 2016 at 8:49 PM, Mary Grygleski <mgryg...@gmail.com> wrote:

> Hello -
>
> Has this question been answered yet?  I'm also having the same questions.
> My ReviewBoard version is also 2.5.6.1, and currently experimenting that on
> Ubuntu Trusty 14.04.
>
> Thanks,
> Mary
>
>
> On Thursday, August 4, 2016 at 9:28:04 AM UTC-5, Eric Wetmiller wrote:
>>
>> I have exactly the same questions.  Did you ever get these questions
>> answered?  I am using ReviewBoard 2.5.6.1 on a Rad Hat Enterprise 7.1
>> system.  Any help would be appreciated.
>>
>> -Eric
>>
>> On Thursday, February 27, 2014 at 11:21:42 AM UTC-5, Khalil Shalish wrote:
>>>
>>> Hi,
>>>
>>> I am not clear on how to configure Reviewboard (1.7) with our clearcase
>>> setup.
>>>
>>> Our clearcase setup:
>>> 
>>> We use clearcase dynamic views on linux.  The user can have a view or
>>> set of views on his client machine.  The views are mounted and accessed in
>>> the following manner:
>>>
>>> /view//vobs/
>>>
>>> In order to access a view, a user typlically will execute the starview
>>> command:  cleartool startview  which mounts the view under /view.
>>>
>>> Our Reviewboard setup:
>>> ==
>>> - Hosted on a linux server.
>>> - Clearcase client is installed on review server.
>>>
>>> The Reviewboard documentation on clearcase states:
>>>
>>> Review Board works with local ClearCase dynamic views, by utilizing
>>> version-extended paths to access specific file revisions. The *Path
>>> field*
>>> <http://www.reviewboard.org/docs/manual/1.7/admin/configuration/repositories/#path-field>
>>> should point to the particular VOB, which must be an absolute path starting
>>> with a drive letter on Windows or a mount point on Unix/Linux.
>>>
>>> My Questions:
>>>
>>> Q1: What should I set in the path field ?
>>>
>>> Q2: Since each user can can have a set of views and Reviewboard requires
>>> an absolute path, it seems to me that the reviewboard server can only
>>> access one view for single clearcase repostiry.  Do I have to add each view
>>> as a separate clearcase repository in Reviewboard and manually start
>>> (mount) the view before adding it?  This is painfull, since we lots of
>>> views.
>>>
>>> Q3: Is there a dynamic way to tell the server to startview 
>>> and access the file when the user posts a review of particualr file in
>>> ?
>>>
>>> Any comments on this would be appreciated,
>>>
>>> Khalil
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>>>
>> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Reviewboard ClearCase configuration

2016-08-23 Thread Mary Grygleski
Hello -

Has this question been answered yet?  I'm also having the same questions. 
 My ReviewBoard version is also 2.5.6.1, and currently experimenting that 
on Ubuntu Trusty 14.04.

Thanks,
Mary


On Thursday, August 4, 2016 at 9:28:04 AM UTC-5, Eric Wetmiller wrote:
>
> I have exactly the same questions.  Did you ever get these questions 
> answered?  I am using ReviewBoard 2.5.6.1 on a Rad Hat Enterprise 7.1 
> system.  Any help would be appreciated.
>
> -Eric
>
> On Thursday, February 27, 2014 at 11:21:42 AM UTC-5, Khalil Shalish wrote:
>>
>> Hi,
>>  
>> I am not clear on how to configure Reviewboard (1.7) with our clearcase 
>> setup.
>>  
>> Our clearcase setup:
>> 
>> We use clearcase dynamic views on linux.  The user can have a view or  
>> set of views on his client machine.  The views are mounted and accessed in 
>> the following manner:
>>  
>> /view//vobs/
>>  
>> In order to access a view, a user typlically will execute the starview 
>> command:  cleartool startview  which mounts the view under /view.
>>  
>> Our Reviewboard setup:
>> ======
>> - Hosted on a linux server.
>> - Clearcase client is installed on review server.
>>  
>> The Reviewboard documentation on clearcase states:
>>
>> Review Board works with local ClearCase dynamic views, by utilizing 
>> version-extended paths to access specific file revisions. The *Path 
>> field* 
>> <http://www.reviewboard.org/docs/manual/1.7/admin/configuration/repositories/#path-field>
>>  
>> should point to the particular VOB, which must be an absolute path starting 
>> with a drive letter on Windows or a mount point on Unix/Linux.
>>
>> My Questions:  
>>
>> Q1: What should I set in the path field ?   
>>
>> Q2: Since each user can can have a set of views and Reviewboard requires 
>> an absolute path, it seems to me that the reviewboard server can only 
>> access one view for single clearcase repostiry.  Do I have to add each view 
>> as a separate clearcase repository in Reviewboard and manually start 
>> (mount) the view before adding it?  This is painfull, since we lots of 
>> views.
>>
>> Q3: Is there a dynamic way to tell the server to startview  
>> and access the file when the user posts a review of particualr file in 
>> ?
>>
>> Any comments on this would be appreciated,
>>
>> Khalil
>>
>>  
>>
>>  
>>
>>  
>>  
>>  
>>  
>>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Reviewboard ClearCase configuration

2016-08-04 Thread Eric Wetmiller
I have exactly the same questions.  Did you ever get these questions 
answered?  I am using ReviewBoard 2.5.6.1 on a Rad Hat Enterprise 7.1 
system.  Any help would be appreciated.

-Eric

On Thursday, February 27, 2014 at 11:21:42 AM UTC-5, Khalil Shalish wrote:
>
> Hi,
>  
> I am not clear on how to configure Reviewboard (1.7) with our clearcase 
> setup.
>  
> Our clearcase setup:
> ====
> We use clearcase dynamic views on linux.  The user can have a view or  set 
> of views on his client machine.  The views are mounted and accessed in the 
> following manner:
>  
> /view//vobs/
>  
> In order to access a view, a user typlically will execute the starview 
> command:  cleartool startview  which mounts the view under /view.
>  
> Our Reviewboard setup:
> ==
> - Hosted on a linux server.
> - Clearcase client is installed on review server.
>  
> The Reviewboard documentation on clearcase states:
>
> Review Board works with local ClearCase dynamic views, by utilizing 
> version-extended paths to access specific file revisions. The *Path field* 
> <http://www.reviewboard.org/docs/manual/1.7/admin/configuration/repositories/#path-field>
>  
> should point to the particular VOB, which must be an absolute path starting 
> with a drive letter on Windows or a mount point on Unix/Linux.
>
> My Questions:  
>
> Q1: What should I set in the path field ?   
>
> Q2: Since each user can can have a set of views and Reviewboard requires 
> an absolute path, it seems to me that the reviewboard server can only 
> access one view for single clearcase repostiry.  Do I have to add each view 
> as a separate clearcase repository in Reviewboard and manually start 
> (mount) the view before adding it?  This is painfull, since we lots of 
> views.
>
> Q3: Is there a dynamic way to tell the server to startview  and 
> access the file when the user posts a review of particualr file in 
> ?
>
> Any comments on this would be appreciated,
>
> Khalil
>
>  
>
>  
>
>  
>  
>  
>  
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: How to post-review different files from 2 different clearcase vobs in same review id?

2016-02-01 Thread Christian Hammond
Hi Hari,

Each vob is considered its own repository, and currently, Review Board does
not allow for posting a change that spans multiple repositories. You'll
need to post one per vob.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - https://www.reviewboard.org
Beanbag, Inc. - https://www.beanbaginc.com

On Mon, Feb 1, 2016 at 12:35 AM, Hari Prasad 
wrote:

> Hi,
> I have RB setup up and running and its working fine for posting review for
> single files.
>
> Can someone pls let me know how to post code review for 2 different files
> say /vobs/abc/vob1/1.c and /vobs/abc/vob2/2.c where vob1 and vob2 are 2
> separate vobs in same review id instead of raising 2 separate ids for 1.c
> and 2.c?
>
> Pls advise.
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


How to post-review different files from 2 different clearcase vobs in same review id?

2016-02-01 Thread Hari Prasad
Hi,
I have RB setup up and running and its working fine for posting review for 
single files.

Can someone pls let me know how to post code review for 2 different files 
say /vobs/abc/vob1/1.c and /vobs/abc/vob2/2.c where vob1 and vob2 are 2 
separate vobs in same review id instead of raising 2 separate ids for 1.c 
and 2.c?

Pls advise.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: How to post-review different files from 2 different clearcase vobs in same review id?

2016-02-01 Thread Hari Prasad
Thanks for clarifying Christian.

Regards,
Hari

On Tuesday, February 2, 2016 at 4:17:20 AM UTC+5:30, Christian Hammond 
wrote:
>
> Hi Hari,
>
> Each vob is considered its own repository, and currently, Review Board 
> does not allow for posting a change that spans multiple repositories. 
> You'll need to post one per vob.
>
> Christian
>
> -- 
> Christian Hammond - chri...@beanbaginc.com 
> Review Board - https://www.reviewboard.org
> Beanbag, Inc. - https://www.beanbaginc.com
>
> On Mon, Feb 1, 2016 at 12:35 AM, Hari Prasad  > wrote:
>
>> Hi,
>> I have RB setup up and running and its working fine for posting review 
>> for single files.
>>
>> Can someone pls let me know how to post code review for 2 different files 
>> say /vobs/abc/vob1/1.c and /vobs/abc/vob2/2.c where vob1 and vob2 are 2 
>> separate vobs in same review id instead of raising 2 separate ids for 1.c 
>> and 2.c?
>>
>> Pls advise.
>>
>> -- 
>> 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...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Repository setup with clearcase, multiple vobs, and multiple views

2015-12-04 Thread Paul Leeming
Hi,

We are trying to set up a trial of ReviewBoard using ClearCase. It seems 
that a repository on the server an only access one view on a particular 
ClearCase vob. There is an existing post which describes the problem 
perfectly, but unfortunately no one replied.

https://groups.google.com/forum/#!topic/reviewboard/itUvCZK_wJU

Has anyone set up ReviewBoard to work in the way described in the link 
above?

Perhaps the only way we can work with multiple vobs and multiple views on 
each vob is to use a number of snapshot views on the review board server, 
these will obviously need updating every time changes are made to a 
particular vob.

Any feedback gratefully received.






-- 
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.
For more options, visit https://groups.google.com/d/optout.


Reviewboard 2.0.20: Clearcase Repository

2015-11-11 Thread Robert Bolen
Hello,

1) When using the repository clearcase with the path 
/view/testReviewBoardView in the Admin Dashboard for some reason Review 
Board is cutting off the forward slash for my filepath when uploading a 
diff file and trying to view the diff.

The error I received is below and the forward slash in front of vobs is 
missing
Error: The file 
'vobs/modules/stb_lightning/.@@/main/inv_stb_lightning_rel_100/2/source/main/inv_stb_lightning_rel_100/1'
 
could not be found in the repository

A solution I found that would fix this issue is adding a forward slash at 
the end of the repository path /view/testReviewBoardView/, and this 
resolved the error and allowed me to view the diff.

This caused another issue when try to view a diff where a findmerge, a 
specifc feature of clearcase, is needed.

2) When attempting to view a diff file I receive an error in the apache log 
file: 

Error: DeprecationWarning: SCMTool.file_exists() must take keyword 
arguments, signature for ClearCase is deprecated

Checking if file 
/view/testReviewBoardView//vobs/modules/stb_lightning/.@@/main/inv_stb_lightning_rel_100/2
 
exists 

This appears to be caused by there being a double slash in the file path 
(highlighted).

Attached is the diff file that I was using to test.

Thanks in advance,

Robert

-- 
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.
For more options, visit https://groups.google.com/d/optout.
findmerge indicator: /vobs/modules/stb_lightning/.@@/main/inv_stb_lightning_rel_100/2/source/main/inv_stb_lightning_rel_100/17/g_hopper/main/inv_stb_lightning_rel_100/1/source/main/inv_stb_lightning_rel_100/3/gcs_sling_api.c@@/main/inv_stb_lightning_rel_100/17
--- /vobs/modules/stb_lightning/.@@/main/inv_stb_lightning_rel_100/2/source/main/inv_stb_lightning_rel_100/17/g_hopper/main/inv_stb_lightning_rel_100/1/source/main/inv_stb_lightning_rel_100/3/gcs_sling_api.c@@/main/inv_stb_lightning_rel_100/16	2014-12-10 17:00:54.0 -0700
+++ /vobs/modules/stb_lightning/.@@/main/inv_stb_lightning_rel_100/2/source/main/inv_stb_lightning_rel_100/17/g_hopper/main/inv_stb_lightning_rel_100/1/source/main/inv_stb_lightning_rel_100/3/gcs_sling_api.c@@/main/inv_stb_lightning_rel_100/inv_stb_lightning_cr111504/1	2015-10-26 10:28:19.0 -0600
@@ -42,6 +42,7 @@
 //debug group
 #define MY_DEBUG_GROUP esosal_GCS_API_grp
 
+#define SECONDS_IN_ONE_HOUR  (3600)
 /** MACROS **/
 #define IPVOD_SERVER_NAME("Production")
 
@@ -68,6 +69,9 @@
RC_RESULT_E  rc_ret = RC_FAILURE;
GET_STB_PROFILE_IN_S   x_profile_in = {};
GET_STB_PROFILE_OUT_S x_profile_out = {0};
+   COMMON_HDR_XIP_S   x_common_xip_req = {};
+   RC_REQ_IP_S   x_host_ip = {0};
+   TIME_XIP_OUT_S  x_time_resp = {0};
intsnprintf_ret = -1;
char  rxid[GCS_STB_RECEIVER_ID_LEN] = {'\0'};
 



Issue 3933 in reviewboard: Review post from Clearcase fails if the file versions are same

2015-07-29 Thread reviewboard

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

New issue 3933 by viney.ya...@gmail.com: Review post from Clearcase fails  
if the file versions are same

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

*** READ THIS BEFORE POSTING!
***
*** You must complete this form in its entirety, or your bug report will be
*** rejected.
***
*** If you have a security issue to report, please send it confidentially
to
*** secur...@reviewboard.org. Posting security-related issues to this bug
*** tracker causes us to have to do an emergency release.
***
*** For customer support, please post to reviewbo...@googlegroups.com
***
*** If you have a patch, please submit it to
http://reviews.reviewboard.org/
***
*** This bug tracker is public. Please check that any logs or other
information
*** that you include has been stripped of confidential information.


What version are you running?
ReviewBoard-2.0.6, RBTool-0.6.2


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

What steps will reproduce the problem?
1. Post a review with same versions: rbt post  
file1.c@@/main/2:file1.c@@/main/2

2. rbt post throws error (see snapshot at the end)

What is the expected output? What do you see instead?
Review should be posted with empty diff. I understand that it does not make  
sense to explicitly post reviews with same versions. But there would be  
cases when:
1. Posting a diff with labels and both labels are on same version of the  
file
2. Posting a diff from a branch (brtype option) and the branch has only  
version 0 so empty diff.


What operating system are you using? What browser?
ReviewBoard server is on RHEL 6.5
RBT is on RHEL 6.5

Please provide any additional information below.
Looks like the server is unable to parse the diff file (which probably  
would be empty as the versions are same)


Traceback from server logs:

2015-07-29 07:13:39,847 - ERROR - None - user1-  
/api/review-requests/218/diffs/ - Error uploading new diff: u'origFile'

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

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

history)
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.6-py2.6.egg/reviewboard/diffviewer/forms.py,  
line 69, in create

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

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

check_existence=(not parent_diff_file_contents)))
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.6-py2.6.egg/reviewboard/diffviewer/managers.py,  
line 275, in _process_files

for f in parser.parse():
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.6-py2.6.egg/reviewboard/diffviewer/parser.py,  
line 55, in parse

next_linenum, new_file = self.parse_change_header(i)
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.6-py2.6.egg/reviewboard/diffviewer/parser.py,  
line 97, in parse_change_header

linenum = self.parse_diff_header(linenum, info)
   
File /usr/lib/python2.6/site-packages/ReviewBoard-2.0.6-py2.6.egg/reviewboard/scmtools/clearcase.py,  
line 356, in parse_diff_header

currentFilename = info['origFile']
KeyError: u'origFile'


Traceback from rbt:

[user1@rbserver include]$ rbt post -d file1.c@@/main/2:file1.c@@/main/2

RBTools 0.6.2
Python 2.6.6 (r266:84292, Sep  4 2013, 07:46:00)

[GCC 4.4.7 20120313 (Red Hat 4.4.7-3)]

Running on Linux-2.6.32-431.el6.x86_64-x86_64-with-redhat-6.5-Santiago
Home = /home/user1
Current directory = /cm_data/myvob/folder1
Checking for a ClearCase repository...
Running: cleartool pwv -short
Running: diff --version
Running: cleartool lsview -full -properties -cview
Running: cleartool describe -short vob:.
Running: cleartool pwv -root
repository info: Path: /cm_data/myvob, Base path: /cm_data/myvob,  
Supports changesets: False

Making HTTP GET request to http://rbserver/api/
Running: diff -uN file1.c@@/main/2 file1.c@@/main/2
Running: cleartool describe -fmt %On file1.c@@/main/2
Running: cleartool describe -fmt %On file1.c@@/main/2
Making HTTP GET request to http://rbserver/api/review-requests/
Making HTTP POST request to http://rbserver/api/review-requests/
Making HTTP GET request to  
http://rbserver/api/review-requests/218/diffs/
Making HTTP POST request to  
http://rbserver/api/review-requests/218/diffs/

Got API Error 105 (HTTP code 400): One or more fields had errors
Error data: {u'fields': {u'path': [uu'origFile']}, u'stat': u'fail',  
u'err': {u'msg': u'One or more fields had errors', u'code': 105}}

Traceback (most recent call last):
  File /usr/bin/rbt, line 9, in module

support for excluding files using clearcase?

2015-07-22 Thread sam . lozano
Hello,
I'm wondering if there is built in support to exclude certain files from 
being included in an rbt post command.  We are having problems with Visual 
Studio project files (.vcxproj  .filters) - whenever these are included in 
a review request I see:

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

We use the tool for both pre  post reviews (post reviews are done by 
passing in brtype:branchname to the post command).  Ideally, I'd like 
to be able to exclude these files with a matching pattern but I see that 
option isn't available for clearcase users.  Is there any other workaround?

Thanks

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: support for excluding files using clearcase?

2015-07-22 Thread Christian Hammond
Hi Sam,

We don't have support for -I on ClearCase.

ClearCase is largely community-supported, so we accept patches from those who 
need improvements to the support.

What version of RBTools are you running? The UnicodeDecodeErrors are generally 
a sign of a core bug in RBTools. We've fixed all the ones that have been 
reported to us thus far.

Would you be able to also provide the output with --debug?

Thanks,

Christian

--  
Christian Hammond - christ...@beanbaginc.com  
Review Board - https://www.reviewboard.org  
Beanbag, Inc. - https://www.beanbaginc.com

-Original Message-
From: sam.loz...@motorolasolutions.com sam.loz...@motorolasolutions.com
Reply: reviewboard@googlegroups.com reviewboard@googlegroups.com
Date: July 22, 2015 at 10:58:53 AM
To: reviewboard reviewboard@googlegroups.com
Subject:  support for excluding files using clearcase?

 Hello,
 I'm wondering if there is built in support to exclude certain files from
 being included in an rbt post command. We are having problems with Visual
 Studio project files (.vcxproj  .filters) - whenever these are included in
 a review request I see:
  
 UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 190:
 ordinal not in range(128)
  
 We use the tool for both pre  post reviews (post reviews are done by
 passing in brtype: to the post command). Ideally, I'd like
 to be able to exclude these files with a matching pattern but I see that
 option isn't available for clearcase users. Is there any other workaround?
  
 Thanks
  
 --
 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.  
 For more options, visit https://groups.google.com/d/optout.
  

-- 
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.
For more options, visit https://groups.google.com/d/optout.


reviewboard repository problem with dynamic VOB on net dirve on windows , clearcase

2015-07-16 Thread Xianbin Lin
Hi all.  I have this problem for a few days, really need your help

I am using bitnami reviewboard 2.0.15 installed on windows 7, 64bits. 
everything is fine, and the reviewboard web works.

if I create a repository with a local SNAPSHOT view on 
c:\boxwood_view\z_code, it is fine.

but if I create a repository with a dynamic view on o:\boxwood_view\z_code, 
where o: is a mapped drive points to  network \\view\, when I did save the 
repository, it said add repository successful...but when I click on New 
Review Request, there isn't repository to choose at left side. and I got 
error log below.




[Thu Jul 16 16:05:49.821767 2015] [mpm_winnt:notice] [pid 2616:tid 460] 
AH00418: Parent: Created child process 7312
[Thu Jul 16 16:05:50.597689 2015] [ssl:warn] [pid 7312:tid 352] AH01909: 
localhost:443:0 server certificate does NOT include an ID which matches the 
server name
[Thu Jul 16 16:05:50.951654 2015] [ssl:warn] [pid 7312:tid 352] AH01909: 
localhost:443:0 server certificate does NOT include an ID which matches the 
server name
[Thu Jul 16 16:05:51.055643 2015] [mpm_winnt:notice] [pid 7312:tid 352] 
AH00354: Child: Starting 64 worker threads.
[Thu Jul 16 16:13:59.818238 2015] [:error] [pid 7312:tid 1020] 
ERROR:root:Error loading SCMTool for repository z_code (ID 1)
[Thu Jul 16 16:13:59.818238 2015] [:error] [pid 7312:tid 1020] Traceback 
(most recent call last):
[Thu Jul 16 16:13:59.818238 2015] [:error] [pid 7312:tid 1020]   File 
C:\\Bitnami\\reviewboard-2.0.15-0\\apps\\reviewboard\\Lib\\site-packages\\ReviewBoard-2.0.15-py2.7.egg\\reviewboard\\reviews\\views.py,
 
line 249, in new_review_request
[Thu Jul 16 16:13:59.818238 2015] [:error] [pid 7312:tid 1020] scmtool 
= repo.get_scmtool()
[Thu Jul 16 16:13:59.818238 2015] [:error] [pid 7312:tid 1020]   File 
C:\\Bitnami\\reviewboard-2.0.15-0\\apps\\reviewboard\\Lib\\site-packages\\ReviewBoard-2.0.15-py2.7.egg\\reviewboard\\scmtools\\models.py,
 
line 230, in get_scmtool
[Thu Jul 16 16:13:59.818238 2015] [:error] [pid 7312:tid 1020] return 
cls(self)
[Thu Jul 16 16:13:59.819238 2015] [:error] [pid 7312:tid 1020]   File 
C:\\Bitnami\\reviewboard-2.0.15-0\\apps\\reviewboard\\Lib\\site-packages\\ReviewBoard-2.0.15-py2.7.egg\\reviewboard\\scmtools\\clearcase.py,
 
line 64, in __init__
[Thu Jul 16 16:13:59.819238 2015] [:error] [pid 7312:tid 1020] 
self.viewtype = self._get_view_type(self.repopath)
[Thu Jul 16 16:13:59.819238 2015] [:error] [pid 7312:tid 1020]   File 
C:\\Bitnami\\reviewboard-2.0.15-0\\apps\\reviewboard\\Lib\\site-packages\\ReviewBoard-2.0.15-py2.7.egg\\reviewboard\\scmtools\\clearcase.py,
 
line 162, in _get_view_type
[Thu Jul 16 16:13:59.819238 2015] [:error] [pid 7312:tid 1020] 
shell=_popen_shell)
[Thu Jul 16 16:13:59.819238 2015] [:error] [pid 7312:tid 1020]   File 
C:\\Bitnami\\reviewboard-2.0.15-0\\python\\lib\\subprocess.py, line 709, 
in __init__
[Thu Jul 16 16:13:59.819238 2015] [:error] [pid 7312:tid 1020] errread, 
errwrite)
[Thu Jul 16 16:13:59.819238 2015] [:error] [pid 7312:tid 1020]   File 
C:\\Bitnami\\reviewboard-2.0.15-0\\python\\lib\\subprocess.py, line 957, 
in _execute_child
[Thu Jul 16 16:13:59.819238 2015] [:error] [pid 7312:tid 1020] 
startupinfo)
[Thu Jul 16 16:13:59.819238 2015] [:error] [pid 7312:tid 1020] 
WindowsError: [Error 267] The directory name is invalid


+++

What do you think cause this problem ?  thank you very much.

-- 
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.
For more options, visit https://groups.google.com/d/optout.


SCMError while posting review from clearcase repository; no setview found

2015-07-04 Thread Viney Yadav
Hi,

I was trying to integrate ReviewBoard with the Clearcase repository today. 

ReviewBoard version is 2.5 and it is hosted on an RHEL system while the 
Clearcase repository is on another RHEL. The view configured in the 
ReviewBoard admin page for this repository was mounted on the ReviewBoard 
system.

After some initial hiccups, I managed to reach the point where the rbt post 
was generating the diff and posting it to the server. But the diff upload 
was failing. I checked the ReviewBoard server logs and found that it was 
raising an exception. The SCMError exception was being raised from 
reviewboard/scmtools/clearcase.py file at line 166.

Unfortunately, I do not have the traceback right now. Will try to get that 
and post it too. But what I could see from the traceback was that an 
instance of class Clearcase was being created and in the __init__ function 
(clearcase.py: 57), it saves the repository path, calls the base class 
__init__ and then calls _get_view_type(). Now in this function, the first 
command executed is 'cleartool lsview -full -properties -cview' which 
fails. So it is trying to get the full properties of the current view. But 
that fails as there is no view set. I couldn't see a place where any view 
was being set. In fact, I looked up the whole reviewboard repository for a 
setview command and could not find it.

I hacked the clearcase.py file and in function _get_view_type() before the 
'lsview' command, I added another command to set the view (I got the view 
tag using _get_vobs_tag(repopath) ) and voila, the review got posted 
successfully.

I have seen very very limited amount of ReviewBoard code and I don't know 
if this really could be a bug. But my Clearcase knowledge tells me that any 
'cleartool lsview' command with a -cview option is going to fail without a 
view being set. And I can't seem to find any code with a 'setview' string. 
What am I missing here?

- Viney

-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3901 in reviewboard: rbt post exclude to support ClearCase

2015-06-24 Thread reviewboard


Comment #1 on issue 3901 by bar...@beanbaginc.com: rbt post exclude to  
support ClearCase

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

I'm the author of the exclude feature. Unfortunately, licenses for  
ClearCase are a few thousands dollars, so I cannot develop  test this  
feature. We are more than willing to accept patches for it, though.


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


Issue 3901 in reviewboard: rbt post exclude to support ClearCase

2015-06-23 Thread reviewboard

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

New issue 3901 by dell...@gmail.com: rbt post exclude to support ClearCase
https://code.google.com/p/reviewboard/issues/detail?id=3901

*** 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 enhancement request!


What version are you running?
2.0.11


What's the URL of the page this enhancement relates to, if any?
N/A


Describe the enhancement and the motivation for it.
I use rbt 0.7.2, but this feature is not available in the latest rbtools as  
well. Can we add the feature to support ClearCase?



What operating system are you using? What browser?
Windows 7


Please provide any additional information below.
  -X PATTERN, --exclude PATTERN
Excludes all files that match the given pattern from
the diff. This can be used multiple times to specify
multiple patterns. UNIX glob syntax is used for
pattern matching.

Supported by: Bazaar, CVS, Git, Mercurial, Perforce,
and Subversion.

--
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 3857 in reviewboard: Problem with displaying java diffs of maven projects in clearcase

2015-05-07 Thread reviewboard

Updates:
Status: NeedInfo

Comment #2 on issue 3857 by trowb...@gmail.com: Problem with displaying  
java diffs of maven projects in clearcase

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

Is there a reason why you discarded the above-mentioned review request?

--
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 3857 in reviewboard: Problem with displaying java diffs of maven projects in clearcase

2015-04-29 Thread reviewboard


Comment #1 on issue 3857 by der.se...@gmail.com: Problem with displaying  
java diffs of maven projects in clearcase

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

Discussion please here:
https://reviews.reviewboard.org/r/7261/diff/1/

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


Issue 3857 in reviewboard: Problem with displaying java diffs of maven projects in clearcase

2015-04-29 Thread reviewboard

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

New issue 3857 by der.se...@gmail.com: Problem with displaying java diffs  
of maven projects in clearcase

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

What version are you running?
2.0.15

What's the URL of the page containing the problem?
/reviewboard/r/530/diff/

What steps will reproduce the problem?
1. Post diffs of a java maven project inside a clearcase repo
2. Go to server.com/reviewboard/r/530/diff/

What is the expected output? What do you see instead?
Filenames of diff are correct.
MavenProject/src/main/java/package/Filename.java
instead the diff file name ends behind src
MavenProject/src

For files in the test folder it  
works MavenProject/src/test/java/package/FilenameTest.java



What operating system are you using? What browser?
Win 2008 Server R2


Please provide any additional information below.
Error in ReviewBoard-2.0.15-py2.7.egg\reviewboard\scmtools\clearcase.py
line 53

# This regular expression can extract from extended_path
# pure system path. It is construct from two main parts.
# First match everything from beginning of line to first
# occurence of /. Second match parts between /main and
# numbers (file version).
# This patch assume each branch present in extended_path
# was derived from /main and there is no file or directory
# called main in path.
UNEXTENDED = re.compile(r'^(.+?)/|/?(.+?)/main/?.*?/([0-9]+| 
CHECKEDOUT)')


As mentioned in the comment, this path is not expected to contain a /main.

For Maven this is recommended!

The regex has to be fixed therefore.


Attachments:
error.PNG  8.5 KB

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


ClearCase Remote Client with Review Board

2015-04-23 Thread Roy Park


I’m investigating the Review Board to use it.

We are using the IBM Rational ClearCase for the version control system.

And we only have one VOB remotely.

So I'm using the ClearCase Remote Client on my development environment.

Can we just install the ClearCase Remote Client on hosting machine where 
the web server for Review Board is in?

Or do we need to install the ClearCase Client(NOT CCRC) on hosting machine?

Thanks.


-- 
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.
For more options, visit https://groups.google.com/d/optout.


Issue 3815 in reviewboard: rbt setup-repo failed with ClearCase (Namespace has no attr revision_range)

2015-03-19 Thread reviewboard

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

New issue 3815 by dell...@gmail.com: rbt setup-repo failed with ClearCase  
(Namespace has no attr revision_range)

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

What version are you running?
ReviewBoard: 2.0.11
Rbtools: 0.7.2
ClearCase Win client: 8.0.1.4

What's the URL of the page containing the problem?
When running rbt setup-repo

What steps will reproduce the problem?
1. Create a ClearCase repo in ReviewBoard
2. Install rbtools on Windows
3. Run rbt setup-repo --debug under a ClearCase VOB

What is the expected output? What do you see instead?
Expect the repo to be setup.
I see this:

Checking for a Subversion repository...
Unable to execute svn help: skipping SVN
Checking for a Git repository...
Unable to execute git --help or git.cmd --help: skipping Git
Checking for a Mercurial repository...
Unable to execute hg --help: skipping Mercurial
Checking for a CVS repository...
Unable to execute cvs: skipping CVS
Checking for a Perforce repository...
Unable to execute p4 help: skipping Perforce
Checking for a Plastic repository...
Unable to execute cm version: skipping Plastic
Checking for a ClearCase repository...
Running: cleartool pwv -short
Running: diff --version
Running: cleartool lsview -full -properties -cview
Running: cleartool describe -short vob:.
Running: cleartool pwv -root
repository info: Path: Z:\srcCMTE, Base path: Z:\srcCMTE, Supports  
changeset

s: False
Traceback (most recent call last):
  File C:\Program Files  
(x86)\RBTools\bin\..\Python27\Scripts\rbt-script.py, l

ine 8, in module
load_entry_point('RBTools==0.7.2', 'console_scripts', 'rbt')()
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\main.py, line 133, in main
command.run_from_argv([RB_MAIN, command_name] + args)
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\__init__.py, line 555, in run_from_argv
exit_code = self.main(*args) or 0
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\setup_repo.py, line 109, in main
repository_info, tool = self.initialize_scm_tool()
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\commands\__init__.py, line 587, in initialize_scm_tool
tool.check_options()
  File C:\Program Files  
(x86)\RBTools\Python27\lib\site-packages\rbtools-0.7.2-

py2.7.egg\rbtools\clients\clearcase.py, line 260, in check_options
if ((self.options.revision_range or self.options.tracking)
AttributeError: 'Namespace' object has no attribute 'revision_range'


What operating system are you using? What browser?
Windows 7
IE

Please provide any additional information below.
As above.



--
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 3815 in reviewboard: rbt setup-repo failed with ClearCase (Namespace has no attr revision_range)

2015-03-19 Thread reviewboard

Updates:
Status: Duplicate
Mergedinto: 3814

Comment #1 on issue 3815 by trowb...@gmail.com: rbt setup-repo failed with  
ClearCase (Namespace has no attr revision_range)

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

(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/d/optout.


Re: Issue 3174 in reviewboard: compare clearcase label is not supported

2014-10-26 Thread reviewboard

Updates:
Status: Fixed

Comment #4 on issue 3174 by trowb...@gmail.com: compare clearcase label is  
not supported

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

Fixed in release-0.6.x (22aaf41). 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 3179 in reviewboard: add support for UCM clearcase activity

2014-08-19 Thread reviewboard

Updates:
Status: Fixed

Comment #5 on issue 3179 by trowb...@gmail.com: add support for UCM  
clearcase activity

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

Fixed in release-0.6.x (30b0194). 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: Clearcase integration with ReviewBoard

2014-08-18 Thread Leo shen
My RB server and CC server are in different data center and I was told 
cleartool does not support WAN access. Does anyone have similar experience? 
or can someone confirm that?

在 2014年1月29日星期三UTC+8上午1时51分04秒,Vivek Gupta写道:


 Hi everyone,

 I am trying to integrate Clearcase with Reviewboard. I have successfully 
 installed ReviewBoard 1.7 (on Fedore 20) but when I try to configure 
 Clearcase in ReviewBoard I get the following error:

  The executable cleartool is not in the path.. 

 Unfortunately, I cannot find any proper solution to this problem. Do I 
 have to install Clearcase client on the hosting machine. Would be great if 
 anyone could provide a step by step guide to this problem as I am new to 
 this stuff.

 Thanks a ton.
 Vivek


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3179 in reviewboard: add support for UCM clearcase activity

2014-08-16 Thread reviewboard


Comment #4 on issue 3179 by nano...@gmail.com: add support for UCM  
clearcase activity

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

latest proposal using parse_revision_spec
https://reviews.reviewboard.org/r/6235

regards,

Nicolas

--
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: Can't upload diff for clearcase in 2.0.4

2014-07-28 Thread liuzy163
Thanks. I will post the questions there. 

On Friday, July 25, 2014 5:40:10 PM UTC-4, Christian Hammond wrote:

 Hi,

 You’re going to need to go through Bitnami support for this. This looks 
 specific to their install.

 Christian

 -- 
 Christian Hammond - chri...@beanbaginc.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On July 25, 2014 at 1:15:18 PM, liuzy163 (zhiyong...@gmail.com 
 javascript:) wrote:

  I installed Reviewboard 2.0.4 on Windows by using the Bitnami installer 
 and configured it for Clearcase dynamic view. I set the repository path to 
 the top of the view then ran rbt post --server=http:/localhost/reviewboard 
 --user=xxx --password=xxx -o --summary=test --debug from my view 
 directory. I could see rbt was able to generate the diff but it failed to 
 post it. Here below I pasted the error stacks from both the console and the 
 log file. 

 Any help or hint will be highly appreciated. 

 *Console Error*
   Making HTTP GET request to 
 http://localhost/reviewboard/api/review-requests/
  Making HTTP POST request to 
 http://localhost/reviewboard/api/review-requests/
  Making HTTP GET request to 
 http://localhost/reviewboard/api/review-requests/1/diffs/
  Making HTTP POST request to 
 http://localhost/reviewboard/api/review-requests/1/diffs/
  Got HTTP error: 500: !DOCTYPE html
  html
  head
   title500 - Internal Server Error | Review Board/title
  /head
  body
   h1Something broke! (Error 500)/h1
   p
It appears something broke when you tried to go to here. This is either
a bug in Review Board or a server configuration error. Please report
this to your administrator.
   /p
  /body
 /title

 Traceback (most recent call last):
   File d:\reviewboard-2.0.4-0\python\Scripts\rbt-script.py, line 8, in 
 module
 load_entry_point('rbtools==0.6.2', 'console_scripts', 'rbt')()
   File 
 D:\reviewboard-2.0.4-0\python\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 
 D:\reviewboard-2.0.4-0\python\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 
 D:\reviewboard-2.0.4-0\python\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 
 D:\reviewboard-2.0.4-0\python\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


 HTTP 500

 Your review request still exists, but the diff is not attached.
  
 *Error stack from reviewboard.log*
  2014-07-25 15:25:16,834 - ERROR -  - Exception thrown for user liuz6163 
 at http://localhost/reviewboard/api/review-requests/1/diffs/

 [Error 267] The directory name is invalid
 Traceback (most recent call last):
   File D:\reviewboard-2.0.4-0\apps\django\django\core\handlers\base.py, 
 line 112, in get_response
 response = wrapped_callback(request, *callback_args, **callback_kwargs)
   File 
 D:\reviewboard-2.0.4-0\apps\django\django\views\decorators\cache.py, line 
 52, in _wrapped_view_func
 response = view_func(request, *args, **kwargs)
   File 
 D:\reviewboard-2.0.4-0\apps\django\django\views\decorators\vary.py, line 
 19, in inner_func
 response = func(*args, **kwargs)
   File 
 D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
  
 line 494, in __call__
 request, method, view, api_format=api_format, *args, **kwargs)
   File 
 D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
  
 line 565, in call_method_view
 return view(request, *args, **kwargs)
   File 
 D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
  
 line 747, in post
 return self.create(*args, **kwargs)
   File 
 D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
  
 line 117, in _call
 return view_func(*args, **kwargs)
   File 
 D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
  
 line 138, in _checklogin
 return view_func(*args, **kwargs)
   File 
 D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
  
 line 117, in _call
 return view_func(*args, **kwargs)
   File 
 D:\reviewboard-2.0.4-0\apps\reviewboard\Lib\site-packages\ReviewBoard-2.0.4-py2.7.egg\reviewboard\webapi\decorators.py,
  
 line 110, in _check
 return view_func(*args, **kwargs)
   File 
 D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
  
 line 117, in _call
 return view_func(*args, **kwargs)
   File 
 D:\reviewboard-2.0.4-0\python\lib\site

Can't upload diff for clearcase in 2.0.4

2014-07-25 Thread liuzy163
I installed Reviewboard 2.0.4 on Windows by using the Bitnami installer and 
configured it for Clearcase dynamic view. I set the repository path to the 
top of the view then ran rbt post --server=http:/localhost/reviewboard 
--user=xxx --password=xxx -o --summary=test --debug from my view 
directory. I could see rbt was able to generate the diff but it failed to 
post it. Here below I pasted the error stacks from both the console and the 
log file. 

Any help or hint will be highly appreciated. 

*Console Error*
 Making HTTP GET request to 
http://localhost/reviewboard/api/review-requests/
 Making HTTP POST request to 
http://localhost/reviewboard/api/review-requests/
 Making HTTP GET request to 
http://localhost/reviewboard/api/review-requests/1/diffs/
 Making HTTP POST request to 
http://localhost/reviewboard/api/review-requests/1/diffs/
 Got HTTP error: 500: !DOCTYPE html
html
 head
  title500 - Internal Server Error | Review Board/title
 /head
 body
  h1Something broke! (Error 500)/h1
  p
   It appears something broke when you tried to go to here. This is either
   a bug in Review Board or a server configuration error. Please report
   this to your administrator.
  /p
 /body
/title

Traceback (most recent call last):
  File d:\reviewboard-2.0.4-0\python\Scripts\rbt-script.py, line 8, in 
module
load_entry_point('rbtools==0.6.2', 'console_scripts', 'rbt')()
  File 
D:\reviewboard-2.0.4-0\python\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 
D:\reviewboard-2.0.4-0\python\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 
D:\reviewboard-2.0.4-0\python\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 
D:\reviewboard-2.0.4-0\python\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


HTTP 500

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

*Error stack from reviewboard.log*
2014-07-25 15:25:16,834 - ERROR -  - Exception thrown for user liuz6163 at 
http://localhost/reviewboard/api/review-requests/1/diffs/

[Error 267] The directory name is invalid
Traceback (most recent call last):
  File D:\reviewboard-2.0.4-0\apps\django\django\core\handlers\base.py, 
line 112, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File 
D:\reviewboard-2.0.4-0\apps\django\django\views\decorators\cache.py, line 
52, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\apps\django\django\views\decorators\vary.py, line 
19, in inner_func
response = func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
 
line 494, in __call__
request, method, view, api_format=api_format, *args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
 
line 565, in call_method_view
return view(request, *args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
 
line 747, in post
return self.create(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 117, in _call
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 138, in _checklogin
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 117, in _call
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\apps\reviewboard\Lib\site-packages\ReviewBoard-2.0.4-py2.7.egg\reviewboard\webapi\decorators.py,
 
line 110, in _check
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 117, in _call
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 117, in _call
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 287, in _validate
return view_func(*args, **new_kwargs)
  File 
D:\reviewboard-2.0.4-0\apps\reviewboard\Lib\site-packages\ReviewBoard-2.0.4-py2.7.egg\reviewboard\webapi\resources\diff.py,
 
line 283, in create
request=request)
  File 
D:\reviewboard-2.0.4-0\apps\reviewboard\Lib\site-packages\ReviewBoard-2.0.4-py2.7.egg\reviewboard\reviews

Reviewboard 2.0.4 failed to post diff for ClearCase

2014-07-25 Thread liuzy163
I installed ReviewBoard 2.0.4 on Windows using the Bitnami installer. Then 
I set it to clearcase and the repository is the top of the view. When I run 
rbt post --server=http://localhost/reviewboard --debug --user=xxx 
--password=xxx from the view directory, a 500 error occurred (I attached 
both the console error and the log file error below). Any help will be 
highly appreciated. 


*Error from console*
 Making HTTP GET request to 
http://localhost/reviewboard/api/review-requests/
 Making HTTP POST request to 
http://localhost/reviewboard/api/review-requests/
 Making HTTP GET request to 
http://localhost/reviewboard/api/review-requests/1/diffs/
 Making HTTP POST request to 
http://localhost/reviewboard/api/review-requests/1/diffs/
 Got HTTP error: 500: !DOCTYPE html

html
 head
  title500 - Internal Server Error | Review Board/title
 /head
 body
  h1Something broke! (Error 500)/h1
  p
   It appears something broke when you tried to go to here. This is either
   a bug in Review Board or a server configuration error. Please report
   this to your administrator.
  /p
 /body
/title

Traceback (most recent call last):
  File d:\reviewboard-2.0.4-0\python\Scripts\rbt-script.py, line 8, in 
module
load_entry_point('rbtools==0.6.2', 'console_scripts', 'rbt')()
  File 
D:\reviewboard-2.0.4-0\python\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 
D:\reviewboard-2.0.4-0\python\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 
D:\reviewboard-2.0.4-0\python\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 
D:\reviewboard-2.0.4-0\python\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


HTTP 500

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

http://localhost/reviewboard/r/1/

*Error from reviewboard.log file*
2014-07-25 15:25:16,834 - ERROR -  - Exception thrown for user liuzy163 at 
http://localhost/reviewboard/api/review-requests/1/diffs/

[Error 267] The directory name is invalid
Traceback (most recent call last):
  File D:\reviewboard-2.0.4-0\apps\django\django\core\handlers\base.py, 
line 112, in get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File 
D:\reviewboard-2.0.4-0\apps\django\django\views\decorators\cache.py, line 
52, in _wrapped_view_func
response = view_func(request, *args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\apps\django\django\views\decorators\vary.py, line 
19, in inner_func
response = func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
 
line 494, in __call__
request, method, view, api_format=api_format, *args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
 
line 565, in call_method_view
return view(request, *args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
 
line 747, in post
return self.create(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 117, in _call
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 138, in _checklogin
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 117, in _call
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\apps\reviewboard\Lib\site-packages\ReviewBoard-2.0.4-py2.7.egg\reviewboard\webapi\decorators.py,
 
line 110, in _check
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 117, in _call
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 117, in _call
return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 
line 287, in _validate
return view_func(*args, **new_kwargs)
  File 
D:\reviewboard-2.0.4-0\apps\reviewboard\Lib\site-packages\ReviewBoard-2.0.4-py2.7.egg\reviewboard\webapi\resources\diff.py,
 
line 283, in create
request=request)
  File 
D:\reviewboard-2.0.4-0\apps\reviewboard\Lib\site-packages\ReviewBoard-2.0.4-py2.7.egg\reviewboard\reviews\forms.py,
 
line 95, in __init__
data, *args, **kwargs)
  File 
D

Re: Can't upload diff for clearcase in 2.0.4

2014-07-25 Thread Christian Hammond
Hi,

You’re going to need to go through Bitnami support for this. This looks 
specific to their install.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On July 25, 2014 at 1:15:18 PM, liuzy163 (zhiyongliu2...@gmail.com) wrote:

I installed Reviewboard 2.0.4 on Windows by using the Bitnami installer and 
configured it for Clearcase dynamic view. I set the repository path to the top 
of the view then ran rbt post --server=http:/localhost/reviewboard --user=xxx 
--password=xxx -o --summary=test --debug from my view directory. I could see 
rbt was able to generate the diff but it failed to post it. Here below I pasted 
the error stacks from both the console and the log file. 

Any help or hint will be highly appreciated. 

Console Error
 Making HTTP GET request to http://localhost/reviewboard/api/review-requests/
 Making HTTP POST request to 
 http://localhost/reviewboard/api/review-requests/
 Making HTTP GET request to 
 http://localhost/reviewboard/api/review-requests/1/diffs/
 Making HTTP POST request to 
 http://localhost/reviewboard/api/review-requests/1/diffs/
 Got HTTP error: 500: !DOCTYPE html
html
 head
  title500 - Internal Server Error | Review Board/title
 /head
 body
  h1Something broke! (Error 500)/h1
  p
   It appears something broke when you tried to go to here. This is either
   a bug in Review Board or a server configuration error. Please report
   this to your administrator.
  /p
 /body
/title

Traceback (most recent call last):
  File d:\reviewboard-2.0.4-0\python\Scripts\rbt-script.py, line 8, in 
module
    load_entry_point('rbtools==0.6.2', 'console_scripts', 'rbt')()
  File 
D:\reviewboard-2.0.4-0\python\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 
D:\reviewboard-2.0.4-0\python\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 
D:\reviewboard-2.0.4-0\python\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 
D:\reviewboard-2.0.4-0\python\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


HTTP 500

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

Error stack from reviewboard.log
2014-07-25 15:25:16,834 - ERROR -  - Exception thrown for user liuz6163 at 
http://localhost/reviewboard/api/review-requests/1/diffs/

[Error 267] The directory name is invalid
Traceback (most recent call last):
  File D:\reviewboard-2.0.4-0\apps\django\django\core\handlers\base.py, line 
112, in get_response
    response = wrapped_callback(request, *callback_args, **callback_kwargs)
  File D:\reviewboard-2.0.4-0\apps\django\django\views\decorators\cache.py, 
line 52, in _wrapped_view_func
    response = view_func(request, *args, **kwargs)
  File D:\reviewboard-2.0.4-0\apps\django\django\views\decorators\vary.py, 
line 19, in inner_func
    response = func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
 line 494, in __call__
    request, method, view, api_format=api_format, *args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
 line 565, in call_method_view
    return view(request, *args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\resources.py,
 line 747, in post
    return self.create(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 line 117, in _call
    return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 line 138, in _checklogin
    return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 line 117, in _call
    return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\apps\reviewboard\Lib\site-packages\ReviewBoard-2.0.4-py2.7.egg\reviewboard\webapi\decorators.py,
 line 110, in _check
    return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 line 117, in _call
    return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 line 117, in _call
    return view_func(*args, **kwargs)
  File 
D:\reviewboard-2.0.4-0\python\lib\site-packages\djblets-0.8.7-py2.7.egg\djblets\webapi\decorators.py,
 line 287, in _validate
    return view_func

Error posting review from ClearCase

2014-05-22 Thread Igor Litmanovich
Hi,

I'm trying to create a new review with rbt post and get an error The file 
was not found in the repository (HTTP 400, API Error 207)

My ClearCase client is a Windows machine, while RB server is on Linux, 
hence the CC path is different. So I wonder if it is possible in general to 
work with such setup.

Any input will be appreciated,
Igor.


RBTool output:


M:\igorl_view\devsuppC:\Python27\Scripts\rbt.exe post -d
 RBTools 0.6
 Python 2.7.6 (default, Nov 10 2013, 19:24:18) [MSC v.1500 32 bit 
(Intel)]
 Running on Windows-7-6.1.7601-SP1
 Home = C:\Users\igorl\AppData\Roaming
 Current directory = M:\igorl_view\devsupp
 Checking for a Subversion repository...
 Unable to execute svn help: skipping SVN
 Checking for a Git repository...
 Running: git rev-parse --git-dir
 Command exited with rc 128: ['git', 'rev-parse', '--git-dir']
fatal: Not a git repository (or any of the parent directories): .git
---
 Checking for a Mercurial repository...
 Unable to execute hg --help: skipping Mercurial
 Checking for a CVS repository...
 Unable to execute cvs: skipping CVS
 Checking for a Perforce repository...
 Unable to execute p4 help: skipping Perforce
 Checking for a Plastic repository...
 Unable to execute cm version: skipping Plastic
 Checking for a ClearCase repository...
 Running: cleartool pwv -short
 Running: diff --version
 Running: cleartool lsview -full -properties -cview
 Running: cleartool describe -short vob:.
 Running: cleartool pwv -root
 repository info: Path: M:\igorl_view\devsupp, Base path: 
M:\igorl_view\devsupp, Supports changesets: False
 Making HTTP GET request to http://galaxy521.il.marvell.com/api/
 Making HTTP GET request to http://galaxy521.il.marvell.com/api/info/
 Running: cleartool lscheckout -all -cview -me -fmt %En\t%PVn\t%Vn\n
 Running: diff -uN 
M:\igorl_view\devsupp\clearcase\CGY\scripts\dos2unix.txt@@\main\1 
M:\igorl_view\devsupp\clearcase\CGY\scripts\dos2unix.txt
 Command exited with rc 1: ['diff', '-uN', 
'M:\\igorl_view\\devsupp\\clearcase\\CGY\\scripts\\dos2unix.txt@@\\main\\1', 
'M:\\igorl_view\\devsupp\\clearcase\\
CGY\\scripts\\dos2unix.txt']
--- M:\igorl_view\devsupp\clearcase\CGY\scripts\dos2unix.txt@@\main\1   
2002-04-08 19:13:53.0 +0300
+++ M:\igorl_view\devsupp\clearcase\CGY\scripts\dos2unix.txt2014-05-22 
15:46:27.232475000 +0300
@@ -10,4 +10,6 @@
 - Make sure that you are using the branch/LATEST view to run the script.
 - Modify the script by replacing the main branch with the branch that you 
want to modify.
 - Set into the view, cd into the vob.
-- /dir_in_which_the_script_resides/ccfixEOLr2 . (dot representing the 
current directory)
\ No newline at end of file
+- /dir_in_which_the_script_resides/ccfixEOLr2 . (dot representing the 
current directory)
+
+- test
\ No newline at end of file
---
 Running: cleartool describe -fmt %On 
M:\igorl_view\devsupp\clearcase\CGY\scripts\dos2unix.txt@@\main\1
 Running: cleartool describe -fmt %On 
M:\igorl_view\devsupp\clearcase\CGY\scripts\dos2unix.txt
 Making HTTP GET request to 
http://galaxy521.il.marvell.com/api/review-requests/
 Making HTTP POST request to 
http://galaxy521.il.marvell.com/api/review-requests/
 Making HTTP GET request to 
http://galaxy521.il.marvell.com/api/review-requests/17/diffs/
 Making HTTP POST request to 
http://galaxy521.il.marvell.com/api/review-requests/17/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'M:/igorl_view/devsupp/clearcase/CGY/scripts/dos2unix.txt@@/main/1', 
u'err': {u'msg': u'The file was not found in t
he repository', u'code': 207}, u'revision': u'/main/1'}
Traceback (most recent call last):
  File C:\Python27\Scripts\rbt-script.py, line 9, in module
load_entry_point('RBTools==0.6', 'console_scripts', 'rbt')()
  File 
C:\Python27\lib\site-packages\rbtools-0.6-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-py2.7.egg\rbtools\commands\__init__.py,
 
line 422, in run_from_argv
exit_code = self.main(*args) or 0
  File 
C:\Python27\lib\site-packages\rbtools-0.6-py2.7.egg\rbtools\commands\post.py, 
line 769, in main
submit_as=self.options.submit_as)
  File 
C:\Python27\lib\site-packages\rbtools-0.6-py2.7.egg\rbtools\commands\post.py, 
line 545, in post_request
raise CommandError('\n'.join(error_msg))
rbtools.commands.CommandError: Error uploading diff


The file was not found in the repository (HTTP 400, API Error 207)

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

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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

please advise if reviewboard it recommended for production use with ClearCase.

2014-05-15 Thread Ilya Davidov
Hi 
it seems that ClearCase module little bit outdated and not maintained,
can you please advise if you can recommend use it in production environment 

thanks in advance
Ilya

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 3305 in reviewboard: ValueError: need more than 1 value to unpack when uploading diff for ClearCase

2014-04-16 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 3305 by trowb...@gmail.com: ValueError: need more than  
1 value to unpack when uploading diff for ClearCase

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

Fixed in release-2.0.x (4fcd696). 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.


Issue 3305 in reviewboard: ValueError: need more than 1 value to unpack when uploading diff for ClearCase

2014-04-15 Thread reviewboard

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

New issue 3305 by david.ga...@gmail.com: ValueError: need more than 1  
value to unpack when uploading diff for ClearCase

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

What version are you running?
1.7.22

What's the URL of the page containing the problem?
/r/3787/

What steps will reproduce the problem?

1. Generate a diff file with appropriate metadata.
2. Navigate to /r/3787/ where 3787 is a review request for a ClearCase repo.
3. Use the Update Diff option. Fill in the form.
4. Press Upload.

What is the expected output? What do you see instead?

Expected: I can update the diff without errors.
I see: need more than 1 values to unpack

What operating system are you using? What browser?

Linux, Firefox
(Although it doesn't matter.)

Please provide any additional information below.

The problem is that the diff file doesn't have a version selector in the  
second filename. That causes


path, version = filename.split(@@, 1)

to produce

ValueError(need more than 1 values to unpack)

for said filename. (@@ is the separator between the file name and the  
version.)


I'm posting a fix for the above issue momentarily.

--
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 3305 in reviewboard: ValueError: need more than 1 value to unpack when uploading diff for ClearCase

2014-04-15 Thread reviewboard


Comment #1 on issue 3305 by david.ga...@gmail.com: ValueError: need more  
than 1 value to unpack when uploading diff for ClearCase

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

Fix for issue is on reviewboard:  
https://reviews.reviewboard.org/r/5713/diff/


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


Reviewboard ClearCase configuration

2014-02-27 Thread Khalil Shalish
Hi,
 
I am not clear on how to configure Reviewboard (1.7) with our clearcase 
setup.
 
Our clearcase setup:

We use clearcase dynamic views on linux.  The user can have a view or  set 
of views on his client machine.  The views are mounted and accessed in the 
following manner:
 
/view/view_name/vobs/project_name
 
In order to access a view, a user typlically will execute the starview 
command:  cleartool startview view_name which mounts the view under /view.
 
Our Reviewboard setup:
==
- Hosted on a linux server.
- Clearcase client is installed on review server.
 
The Reviewboard documentation on clearcase states:

Review Board works with local ClearCase dynamic views, by utilizing 
version-extended paths to access specific file revisions. The *Path 
field*http://www.reviewboard.org/docs/manual/1.7/admin/configuration/repositories/#path-fieldshould
 point to the particular VOB, which must be an absolute path starting 
with a drive letter on Windows or a mount point on Unix/Linux.

My Questions:  

Q1: What should I set in the path field ?   

Q2: Since each user can can have a set of views and Reviewboard requires an 
absolute path, it seems to me that the reviewboard server can only access 
one view for single clearcase repostiry.  Do I have to add each view as a 
separate clearcase repository in Reviewboard and manually start (mount) the 
view before adding it?  This is painfull, since we lots of views.

Q3: Is there a dynamic way to tell the server to startview view_name and 
access the file when the user posts a review of particualr file in 
view_name?

Any comments on this would be appreciated,

Khalil

 

 

 
 
 
 

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3045 in reviewboard: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST

2014-02-20 Thread reviewboard


Comment #17 on issue 3045 by saar.net...@gmail.com: when updating new diff  
on existing reviews on reviewboard server in clearcase source file revision  
is not LATEST

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

Thanks Allot :-)
Adding the --publish did the trick :-)


--
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 3045 in reviewboard: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST

2014-02-19 Thread reviewboard


Comment #12 on issue 3045 by saar.net...@gmail.com: when updating new diff  
on existing reviews on reviewboard server in clearcase source file revision  
is not LATEST

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

This is what I have found:
The new diff is on the server, however, it doesn't have the Diff Set  
History number and also missing the Commit ID.

Once I have manually added them both it appearing in the review.
Any pointers why it is not being set during the diff update?
Could this be a matter of Configuration or Permissions?

--
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 3045 in reviewboard: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST

2014-02-19 Thread reviewboard


Comment #14 on issue 3045 by saar.net...@gmail.com: when updating new diff  
on existing reviews on reviewboard server in clearcase source file revision  
is not LATEST

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

I have tried what you have suggested.
I have created a new review and published it.
The I have deleted the files ~/.post-review-cookies.txt and  
~/.rbtools-cookies
When ran the update it is loading the diff but not showing it in the review  
request.

This is the command output:
===
post-review -r 140  
--revision-range /view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/4;/view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/5  
--debug

RBTools 0.5.2
Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)

[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)]

Running on Linux-2.6.32-220.el6.x86_64-x86_64-with-centos-6.2-Final
Home = /users/saarn
Current Directory = /vobs/build
Checking the repository type. Errors shown below are mostly harmless.

DEBUG:root:Checking for a Subversion repository...
DEBUG:root:Running: svn info build --non-interactive
DEBUG:root:Command exited with rc 1:  
['svn', 'info', 'build', '--non-interactive']

svn: '.' is not a working copy
---
DEBUG:root:Checking for a Git repository...
DEBUG:root:Running: git rev-parse --git-dir
DEBUG:root:Command exited with rc 128: ['git', 'rev-parse', '--git-dir']
fatal: Not a git repository (or any of the parent directories): .git
---
DEBUG:root:Checking for a Mercurial repository...
DEBUG:root:Checking for a CVS repository...
DEBUG:root:Checking for a Perforce repository...
DEBUG:root:Checking for a Plastic repository...
DEBUG:root:Checking for a ClearCase repository...
DEBUG:root:Running: cleartool pwv -short
DEBUG:root:Running: diff --version
DEBUG:root:Running: cleartool lsview -full -properties -cview
DEBUG:root:Running: cleartool describe -short vob:.
DEBUG:root:Running: cleartool pwv -root
DEBUG:root:repository info: Path: /vobs/build, Base path: /vobs/build,  
Supports changesets: False

Finished checking the repository type.
HTTP GETting api/info/

== HTTP Authentication Required
Enter authorization information for Web API at review-board
Username: builder
Password:
DEBUG:root:Running: diff -uN  
/view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/4  
/view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/5
DEBUG:root:Command exited with rc 1:  
['diff', '-uN', '/view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/4', '/view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/5']
---  
/view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/4	 
2014-02-20 08:39:28.0 +0200
+++  
/view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/5	 
2014-02-20 08:42:33.0 +0200

@@ -47,3 +47,5 @@
 added by saar to test updating existing review

 another diff first post
+
+This is the new line to be updated
---
DEBUG:root:Running: cleartool describe -fmt %On  
/view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/4
DEBUG:root:Running: cleartool describe -fmt %On  
/view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/5

HTTP GETting api/
HTTP GETting http://review-board/api/info/
Using the new web API
HTTP GETting http://review-board/api/review-requests/140/

DEBUG:root:Running: cleartool lsvob -long /vobs/build
DEBUG:root:Repository's /vobs/build uuid  
is '87701b00.c21e11d5.b323.00:e0:18:1c:4c:3b'

HTTP GETting http://review-board/api/repositories/
HTTP GETting http://review-board/api/repositories/4/
HTTP GETting http://review-board/api/repositories/4/info/
DEBUG:root:Matching repository  
uuid:87701b00.c21e11d5.b323.00:e0:18:1c:4c:3b with  
path:/view/izabo-ReviewBoard/vobs/build
DEBUG:root:repository info: Path: /view/izabo-ReviewBoard/vobs/build, Base  
path: /view/izabo-ReviewBoard/vobs/build, Supports changesets: False

Uploading diff, size: 499
HTTP POSTing to http://review-board/api/review-requests/140/diffs/:  
{'basedir': u'/view/izabo-ReviewBoard/vobs/build'}

Review request #140 posted.

http://review-board/r/140/

Screenshot 1: The status of the review request AFTER the update
Screenshot 2+3+4: The file diff in the Admin screen
Screenshot 5: The review request after I have added the Diff Set History  
and Commit ID manually to the diff set. Also, the Parent Diff HASH was  
also empty and I had to set it as well



Attachments:
AfterUpdateNoChangeInReviewRequest.JPG  133 KB
NoCommitIDandDiffSetHistory.JPG  165 KB

Re: Issue 3045 in reviewboard: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST

2014-02-19 Thread reviewboard


Comment #15 on issue 3045 by trowb...@gmail.com: when updating new diff on  
existing reviews on reviewboard server in clearcase source file revision is  
not LATEST

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

Are you logged in to the Review Board UI as builder ?

--
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 3045 in reviewboard: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST

2014-02-17 Thread reviewboard


Comment #9 on issue 3045 by saar.net...@gmail.com: when updating new diff  
on existing reviews on reviewboard server in clearcase source file revision  
is not LATEST

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

Adding this issue rather opening a new one.
When trying to update an existing review with ClearCase changes while the  
file is checkedout I'm getting the following output:

===
post-review -r 134 --debug

RBTools 0.5.2
Python 2.6.6 (r266:84292, Jun 18 2012, 14:18:47)

[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)]

Running on Linux-2.6.32-279.el6.x86_64-x86_64-with-centos-6.3-Final
Home = /users/saarn
Current Directory = /vobs/build
Checking the repository type. Errors shown below are mostly harmless.

DEBUG:root:Checking for a Subversion repository...
DEBUG:root:Running: svn info build --non-interactive
DEBUG:root:Command exited with rc 1:  
['svn', 'info', 'build', '--non-interactive']

svn: '.' is not a working copy
---
DEBUG:root:Checking for a Git repository...
DEBUG:root:Running: git rev-parse --git-dir
DEBUG:root:Command exited with rc 128: ['git', 'rev-parse', '--git-dir']
fatal: Not a git repository (or any of the parent directories): .git
---
DEBUG:root:Checking for a Mercurial repository...
DEBUG:root:Checking for a CVS repository...
DEBUG:root:Checking for a Perforce repository...
DEBUG:root:Checking for a Plastic repository...
DEBUG:root:Checking for a ClearCase repository...
DEBUG:root:Running: cleartool pwv -short
DEBUG:root:Running: diff --version
DEBUG:root:Running: cleartool lsview -full -properties -cview
DEBUG:root:Running: cleartool describe -short vob:.
DEBUG:root:Running: cleartool pwv -root
DEBUG:root:repository info: Path: /vobs/build, Base path: /vobs/build,  
Supports changesets: False

Finished checking the repository type.
HTTP GETting api/info/
DEBUG:root:Running: cleartool lscheckout -all -cview -me  
-fmt %En\t%PVn\t%Vn\n
DEBUG:root:Running: diff -uN  
/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/2  
/vobs/build/tst/file
DEBUG:root:Command exited with rc 1:  
['diff', '-uN', '/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/2', '/vobs/build/tst/file']
--- /vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/2	 
2014-02-17 16:26:24.154092000 +0200

+++ /vobs/build/tst/file2014-02-17 16:39:23.611353000 +0200
@@ -31,3 +31,17 @@


 fsdfsdsdfsdf
+
+
+
+34
+32
+4
+234
+23
+4
+324
+32
+4
+23
+added by saar to test updating existing review
---
DEBUG:root:Running: cleartool describe -fmt %On  
/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/2

DEBUG:root:Running: cleartool describe -fmt %On /vobs/build/tst/file

HTTP GETting api/
HTTP GETting http://review-board/api/info/
Using the new web API
HTTP GETting http://review-board/api/review-requests/134/

DEBUG:root:Running: cleartool lsvob -long /vobs/build
DEBUG:root:Repository's /vobs/build uuid  
is '87701b00.c21e11d5.b323.00:e0:18:1c:4c:3b'

HTTP GETting http://review-board/api/repositories/
HTTP GETting http://review-board/api/repositories/4/
HTTP GETting http://review-board/api/repositories/4/info/
DEBUG:root:Matching repository  
uuid:87701b00.c21e11d5.b323.00:e0:18:1c:4c:3b with  
path:/view/izabo-ReviewBoard/vobs/build
DEBUG:root:repository info: Path: /view/izabo-ReviewBoard/vobs/build, Base  
path: /view/izabo-ReviewBoard/vobs/build, Supports changesets: False

Uploading diff, size: 388
HTTP POSTing to http://review-board/api/review-requests/134/diffs/:  
{'basedir': u'/view/izabo-ReviewBoard/vobs/build'}

Review request #134 posted.

http://review-board/r/134/


When checking-in the file and running the following command I'm getting the  
following output:


post-review -r 134  
--revision-range /view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/2;/view/izabo.TestReviewBoard-saarn/vobs/build/tst/file@@/main/fortis/hamsa/izabo/TestReviewBoard/3  
--debug

RBTools 0.5.2
Python 2.6.6 (r266:84292, Jun 18 2012, 14:18:47)

[GCC 4.4.6 20110731 (Red Hat 4.4.6-3)]

Running on Linux-2.6.32-279.el6.x86_64-x86_64-with-centos-6.3-Final
Home = /users/saarn
Current Directory = /vobs/build/tst
Checking the repository type. Errors shown below are mostly harmless.

DEBUG:root:Checking for a Subversion repository...
DEBUG:root:Running: svn info build --non-interactive
DEBUG:root:Command exited with rc 1:  
['svn', 'info', 'build', '--non-interactive']

svn: '.' is not a working copy
---
DEBUG:root:Checking for a Git repository...
DEBUG:root:Running: git rev-parse --git-dir
DEBUG:root:Command exited with rc 128: ['git', 'rev-parse', '--git-dir']
fatal: Not a git repository (or any of the parent directories): .git
---
DEBUG:root:Checking for a Mercurial repository

Re: Issue 3045 in reviewboard: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST

2014-02-17 Thread reviewboard


Comment #10 on issue 3045 by trowb...@gmail.com: when updating new diff on  
existing reviews on reviewboard server in clearcase source file revision is  
not LATEST

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

In re: the latest comment, your screenshot doesn't include the header, so  
one fairly obvious question I should ask is: are you logged in to the site?  
Your post-review commands look like they're uploading a diff of the  
revisions you'd expect, which would create a draft on the review request.  
Other users (or anonymous/not-logged-in users) will see the old diff until  
that draft is published.


--
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 3045 in reviewboard: when updating new diff on existing reviews on reviewboard server in clearcase source file revision is not LATEST

2014-02-17 Thread reviewboard


Comment #11 on issue 3045 by saar.net...@gmail.com: when updating new diff  
on existing reviews on reviewboard server in clearcase source file revision  
is not LATEST

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

I am logged in (my user is also admin and member of all the review groups)
I can see the uploaded revisions in the files diff administration screen,  
but they are not attached or shown in the review request itself which  
showing only the first diff loaded and not being updated with the latest  
diff.


--
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: rbt post issue with clearcase

2014-02-10 Thread Mayank Kumar

We are still struggling with the below issues.
Anyone has any solution for the below issues? It would be great help if 
someone can give any pointer to the below issues.

regards
Mayank

On Friday, 7 February 2014 14:46:40 UTC+5:30, Mayank Kumar wrote:

 Hi, 

 We are using Review Board 1.7 on Windows XP with ClearCase as repository 
 in our company. 

 We are facing issues with rbt post command. Following are the issue we 
 are facing: 

 1. .*reviewboardrc file creation*: I am not able to create .reviewboardrc 
 file using rbt setup-repo command. Following is the output of the command:

  

 *rbt setup-repo -d*

 Enter the Review Board server URL: http://myIP:8080/reviewboard

 DEBUG:root:Checking for a Subversion repository...

 DEBUG:root:Checking for a Git repository...

 DEBUG:root:Checking for a Mercurial repository...

 DEBUG:root:Checking for a CVS repository...

 DEBUG:root:Checking for a Perforce repository...

 DEBUG:root:Checking for a Plastic repository...

 DEBUG:root:Checking for a ClearCase repository...

 DEBUG:root:Running: cleartool pwv -short

 DEBUG:root:Running: diff --version

 DEBUG:root:Running: cleartool lsview -full -properties -cview

 DEBUG:root:Running: cleartool describe -short vob:.

 DEBUG:root:Running: cleartool pwv -root

 DEBUG:root:repository info: Path: L:\bse_tdscdma_fw_app_, Base path: 
 L:\bse_tdscdma_fw_app_, Supports changesets: False

 DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/

 DEBUG:root:Making HTTP GET request to 
 http://myIP:8080/reviewboard/api/info/

 DEBUG:root:Making HTTP GET request to 
 http://myIP:8080/reviewboard/api/repositories/

 No ClearCase repository found or selected for http://myIP:8080/reviewboard. 
 .reviewboardrc not created.

  

 Does anyone know about this issue?? Although, I have created this file 
 manually and moved ahead.

  

 2. *With Static View*: With static view, I have created the 
 .reviewboardrc file manually with the Server URL and repository and placed 
 it in the root directory of my view. I have checked out one file and made 
 the changes in that. After that, on the command prompt, I changed the 
 directory to that particular folder and execute the following command:

  

 *rbt post -d*

 DEBUG:root:Checking for a Subversion repository...

 DEBUG:root:Checking for a Git repository...

 DEBUG:root:Checking for a Mercurial repository...

 DEBUG:root:Checking for a CVS repository...

 DEBUG:root:Checking for a Perforce repository...

 DEBUG:root:Checking for a Plastic repository...

 DEBUG:root:Checking for a ClearCase repository...

 DEBUG:root:Running: cleartool pwv -short

 DEBUG:root:Running: diff --version

 DEBUG:root:Running: cleartool lsview -full -properties -cview

 DEBUG:root:Running: cleartool describe -short vob:.

 DEBUG:root:Running: cleartool pwv -root

 DEBUG:root:repository info: Path: 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3, Base path: 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3, Supports

 changesets: False

 DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/

 DEBUG:root:Making HTTP GET request to 
 http://myIP:8080/reviewboard/api/info/

 DEBUG:root:Running: cleartool lscheckout -all -cview -me -fmt 
 %En\t%PVn\t%Vn\n

 DEBUG:root:Running: cleartool get -to 
 c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSC


 DMAController\CommandHandler.cpp@@\main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1

 DEBUG:root:Running: cleartool get -to 
 c:\docume~1\mayankk\locals~1\temp\tmpthbqf0 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSC

 DMAController\CommandHandler.cpp

 DEBUG:root:Running: diff -uN c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 
 c:\docume~1\mayankk\locals~1\temp\tmpthbqf0

 DEBUG:root:Command exited with rc 1: ['diff', '-uN', 
 'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpbnqnar', 
 'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpth

 bqf0']

 --- c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 2014-02-07 
 14:18:36.597287200 +0530

 +++ c:\docume~1\mayankk\locals~1\temp\tmpthbqf0 2014-02-07 
 14:18:36.753530200 +0530

 @@ -16,7 +16,7 @@

  * DESCRIPTION:   This file contains the member functions for 
 CommandHandler class

  *

  
 */

 -//Comment added by mayank for testing

 +//Comment added by mayank for

  #include CommandHandler.h

  #include map

  using namespace std;

 ---

 DEBUG:root:Running: cleartool describe -fmt %On 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp@@


 \main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1

 DEBUG:root:Running: cleartool describe -fmt %On 
 C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp

 DEBUG:root:Making HTTP GET request to 
 http://myIP:8080

rbt post issue with clearcase

2014-02-07 Thread Mayank Kumar
 

Hi, 

We are using Review Board 1.7 on Windows XP with ClearCase as repository in 
our company. 

We are facing issues with rbt post command. Following are the issue we 
are facing: 

1. .*reviewboardrc file creation*: I am not able to create .reviewboardrc 
file using rbt setup-repo command. Following is the output of the command:

 

*rbt setup-repo -d*

Enter the Review Board server URL: http://myIP:8080/reviewboard

DEBUG:root:Checking for a Subversion repository...

DEBUG:root:Checking for a Git repository...

DEBUG:root:Checking for a Mercurial repository...

DEBUG:root:Checking for a CVS repository...

DEBUG:root:Checking for a Perforce repository...

DEBUG:root:Checking for a Plastic repository...

DEBUG:root:Checking for a ClearCase repository...

DEBUG:root:Running: cleartool pwv -short

DEBUG:root:Running: diff --version

DEBUG:root:Running: cleartool lsview -full -properties -cview

DEBUG:root:Running: cleartool describe -short vob:.

DEBUG:root:Running: cleartool pwv -root

DEBUG:root:repository info: Path: L:\bse_tdscdma_fw_app_, Base path: 
L:\bse_tdscdma_fw_app_, Supports changesets: False

DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/

DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/info/

DEBUG:root:Making HTTP GET request to 
http://myIP:8080/reviewboard/api/repositories/

No ClearCase repository found or selected for http://myIP:8080/reviewboard. 
.reviewboardrc not created.

 

Does anyone know about this issue?? Although, I have created this file 
manually and moved ahead.

 

2. *With Static View*: With static view, I have created the .reviewboardrc 
file manually with the Server URL and repository and placed it in the root 
directory of my view. I have checked out one file and made the changes in 
that. After that, on the command prompt, I changed the directory to that 
particular folder and execute the following command:

 

*rbt post -d*

DEBUG:root:Checking for a Subversion repository...

DEBUG:root:Checking for a Git repository...

DEBUG:root:Checking for a Mercurial repository...

DEBUG:root:Checking for a CVS repository...

DEBUG:root:Checking for a Perforce repository...

DEBUG:root:Checking for a Plastic repository...

DEBUG:root:Checking for a ClearCase repository...

DEBUG:root:Running: cleartool pwv -short

DEBUG:root:Running: diff --version

DEBUG:root:Running: cleartool lsview -full -properties -cview

DEBUG:root:Running: cleartool describe -short vob:.

DEBUG:root:Running: cleartool pwv -root

DEBUG:root:repository info: Path: 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3, Base path: 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3, Supports

changesets: False

DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/

DEBUG:root:Making HTTP GET request to http://myIP:8080/reviewboard/api/info/

DEBUG:root:Running: cleartool lscheckout -all -cview -me -fmt 
%En\t%PVn\t%Vn\n

DEBUG:root:Running: cleartool get -to 
c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSC

DMAController\CommandHandler.cpp@@\main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1

DEBUG:root:Running: cleartool get -to 
c:\docume~1\mayankk\locals~1\temp\tmpthbqf0 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSC

DMAController\CommandHandler.cpp

DEBUG:root:Running: diff -uN c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 
c:\docume~1\mayankk\locals~1\temp\tmpthbqf0

DEBUG:root:Command exited with rc 1: ['diff', '-uN', 
'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpbnqnar', 
'c:\\docume~1\\mayankk\\locals~1\\temp\\tmpth

bqf0']

--- c:\docume~1\mayankk\locals~1\temp\tmpbnqnar 2014-02-07 
14:18:36.597287200 +0530

+++ c:\docume~1\mayankk\locals~1\temp\tmpthbqf0 2014-02-07 
14:18:36.753530200 +0530

@@ -16,7 +16,7 @@

 * DESCRIPTION:   This file contains the member functions for 
CommandHandler class

 *

 
*/

-//Comment added by mayank for testing

+//Comment added by mayank for

 #include CommandHandler.h

 #include map

 using namespace std;

---

DEBUG:root:Running: cleartool describe -fmt %On 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp@@

\main\lte_bse_int_tdscdma_r17p1\tdscdma_bse_del_cttl_int\lte_bse_tdscdma_temp_mayankk\1

DEBUG:root:Running: cleartool describe -fmt %On 
C:\cc_views\mayankk_view\bse_tdscdma_fw_app_l3\afTDSCDMADevMode\TDSCDMAController\CommandHandler.cpp

DEBUG:root:Making HTTP GET request to 
http://myIP:8080/reviewboard/api/review-requests/

DEBUG:root:Making HTTP POST request to 
http://myIP:8080/reviewboard/api/review-requests/

DEBUG:root:Making HTTP GET request to 
http://myIP:8080/reviewboard/api/review-requests/56/diffs/

DEBUG:root:Making HTTP POST request to 
http://myIP:8080/reviewboard/api/review-requests/56/diffs/

DEBUG:root:Got API Error 105 (HTTP

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

2014-01-30 Thread reviewboard

Updates:
Status: Fixed

Comment #4 on issue 3183 by trowb...@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

Fixed in:

rbtools master (2d2d387)
reviewboard release-1.7.x (2939338).

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


Clearcase integration with ReviewBoard

2014-01-28 Thread Vivek Gupta

Hi everyone,

I am trying to integrate Clearcase with Reviewboard. I have successfully 
installed ReviewBoard 1.7 (on Fedore 20) but when I try to configure 
Clearcase in ReviewBoard I get the following error:

 The executable cleartool is not in the path.. 

Unfortunately, I cannot find any proper solution to this problem. Do I have 
to install Clearcase client on the hosting machine. Would be great if 
anyone could provide a step by step guide to this problem as I am new to 
this stuff.

Thanks a ton.
Vivek

-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Clearcase integration with ReviewBoard

2014-01-28 Thread Thomas Mwakibinga
Need to provide a clearcase dynamic view path when setting up repository:

ex.
path: d:\views\view_name\vob_name\  --- windows
path: path_to clearcase_dynamic_view\vob_name --- linux


On Tue, Jan 28, 2014 at 12:51 PM, Vivek Gupta vivek2...@gmail.com wrote:


 Hi everyone,

 I am trying to integrate Clearcase with Reviewboard. I have successfully
 installed ReviewBoard 1.7 (on Fedore 20) but when I try to configure
 Clearcase in ReviewBoard I get the following error:

  The executable cleartool is not in the path..

 Unfortunately, I cannot find any proper solution to this problem. Do I
 have to install Clearcase client on the hosting machine. Would be great if
 anyone could provide a step by step guide to this problem as I am new to
 this stuff.

 Thanks a ton.
 Vivek

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Clearcase integration with ReviewBoard

2014-01-28 Thread David Trowbridge
Based on this error, yes, you do need the ClearCase client on the
reviewboard server.


On Tue, Jan 28, 2014 at 9:51 AM, Vivek Gupta vivek2...@gmail.com wrote:


 Hi everyone,

 I am trying to integrate Clearcase with Reviewboard. I have successfully
 installed ReviewBoard 1.7 (on Fedore 20) but when I try to configure
 Clearcase in ReviewBoard I get the following error:

  The executable cleartool is not in the path..

 Unfortunately, I cannot find any proper solution to this problem. Do I
 have to install Clearcase client on the hosting machine. Would be great if
 anyone could provide a step by step guide to this problem as I am new to
 this stuff.

 Thanks a ton.
 Vivek

 --
 Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
 ---
 Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
 ---
 Happy user? Let us know at http://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.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/
---
Sign up for Review Board hosting at RBCommons: https://rbcommons.com/
---
Happy user? Let us know at http://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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Issue 3178 in reviewboard: rbtools show extra changes when a clearcase directory has changed

2014-01-11 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 3178 by trowb...@gmail.com: rbtools show extra changes  
when a clearcase directory has changed

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

Fixed in rbtools master (321dac9). 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/groups/opt_out.


Re: Issue 2537 in reviewboard: ClearCase- The file was not found in the repository

2014-01-09 Thread reviewboard


Comment #6 on issue 2537 by hotpage2...@gmail.com: ClearCase- The file was  
not found in the repository

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

It should be a problem of Apache.
you should run Apache on windows system with a right account with full  
access permissions.


services -- logon -- use this account(don't select local system  
account).
and make sure that the account you input have full rights to access  
Clearcase VOB.


--
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 3177 in reviewboard: matching clearcase repo

2014-01-09 Thread reviewboard

Updates:
Status: Fixed

Comment #2 on issue 3177 by trowb...@gmail.com: matching clearcase repo
http://code.google.com/p/reviewboard/issues/detail?id=3177

Fixed in rbtools master (70e88eb). 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/groups/opt_out.


Re: Issue 3173 in reviewboard: cannot compare several couple of clearcase file revision using --revision-range

2014-01-09 Thread reviewboard

Updates:
Status: Fixed

Comment #7 on issue 3173 by trowb...@gmail.com: cannot compare several  
couple of clearcase file revision using --revision-range

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

Updated the docs in release-0.5.x (6569c1e). We'll be redoing the  
command-line interface for posting files and revisions for 0.6.


--
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 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 3173 in reviewboard: cannot compare several couple of clearcase file revision using --revision-range

2013-12-26 Thread reviewboard


Comment #6 on issue 3173 by nano...@gmail.com: cannot compare several  
couple of clearcase file revision using --revision-range

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

For close term, the documentation should be fixed, as proposed Jan in #5158  
but example should include several files.

For long term, I have proposed some comments on your hackpad page

--
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 3177 in reviewboard: matching clearcase repo

2013-12-26 Thread reviewboard

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

New issue 3177 by nano...@gmail.com: matching clearcase repo
http://code.google.com/p/reviewboard/issues/detail?id=3177

*** 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 enhancement request!


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

What's the URL of the page this enhancement relates to, if any?
api/repositories

Describe the enhancement and the motivation for it.
when using clearcase scm, post-review identifies repository in several  
steps:

1) request repositories
2) iterate on clearcase repository only
3) get repository info to compare clearcase vob uuid with current working  
vob.


It requires to get repository info for each clearcase repository.  
Unfortunately if there are several clearcase vobs before the one, this  
operation will send many http request and can spend long time on slow  
connections.


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

Please provide any additional information below.
Instead of requesting clearcase repositories info, we could compare first   
repository name and then compare vob uid if vobtag match. If no vobtag  
match then we fallback to previous loop

PS: Our clearcase repository are called by their common vobtag

--
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 3178 in reviewboard: rbtools show extra changes when a clearcase directory has changed

2013-12-26 Thread reviewboard

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

New issue 3178 by nano...@gmail.com: rbtools show extra changes when a  
clearcase directory has changed

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

*** 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. under clearcase checkout a directory
2. add a private file to this directory
3. checkin this directory
4. send a review including this directory change

What is the expected output? What do you see instead?
directory listing is done with ls instead of cleartool, so all private  
files are included in directory changeset
directory must contain only clearcase object and does not display private  
files



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 3178 in reviewboard: rbtools show extra changes when a clearcase directory has changed

2013-12-26 Thread reviewboard


Comment #1 on issue 3178 by nano...@gmail.com: rbtools show extra changes  
when a clearcase directory has changed

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

please find a proposal to solve such issue
https://reviews.reviewboard.org/r/5167

--
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 3179 in reviewboard: add support for UCM clearcase activity

2013-12-26 Thread reviewboard

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

New issue 3179 by nano...@gmail.com: add support for UCM clearcase activity
http://code.google.com/p/reviewboard/issues/detail?id=3179

*** 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 enhancement request!


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

What's the URL of the page this enhancement relates to, if any?
NA


Describe the enhancement and the motivation for it.
create a review request of changeset made during a ucm clearcase activity


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


Please provide any additional information below.
UCM clearcase activity changeset contains list of all files checked in  
during this activity.


For example:
file1@@/main/stream/1
file2@@/main/stream/2
file2@@/main/stream/3
means during this activity changeset will be something like that

file@@/main/stream/min_id-1:file@@/main/stream/max_id-1

ie
file1@@/main/stream/0:file1@@/main/stream/1
+
file2@@/main/stream/1:file2@@/main/stream/3

--
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 3179 in reviewboard: add support for UCM clearcase activity

2013-12-26 Thread reviewboard


Comment #1 on issue 3179 by nano...@gmail.com: add support for UCM  
clearcase activity

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

please find a proposal here
https://reviews.reviewboard.org/r/5168

--
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 2291 in reviewboard: Post-review cannot handle revision range for clearcase on a specific file

2013-12-24 Thread reviewboard


Comment #4 on issue 2291 by Jan.Koprowski: Post-review cannot handle  
revision range for clearcase on a specific file

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

This solution breaks forward compatibility. There is a bug in documentation  
not in code. There should be semicolon right there to split both: files and  
revisions. It is already proposed in review  
https://reviews.reviewboard.org/r/5158/.


--
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 3173 in reviewboard: cannot compare several couple of clearcase file revision using --revision-range

2013-12-24 Thread reviewboard


Comment #3 on issue 3173 by Jan.Koprowski: cannot compare several couple of  
clearcase file revision using --revision-range

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

This solution breaks forward compatibility. There is a bug in  
documentation. The patch was already proposed here:  
https://reviews.reviewboard.org/r/5158/. Semicolon should be used by both:  
revisions and files.


--
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 3173 in reviewboard: cannot compare several couple of clearcase file revision using --revision-range

2013-12-24 Thread reviewboard


Comment #4 on issue 3173 by trowb...@gmail.com: cannot compare several  
couple of clearcase file revision using --revision-range

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

Well, now is the perfect time to think about this, since we're planning on  
breaking compatibility now to improve consistency across the board:  
https://reviewboard.hackpad.com/RBTools-Diff-Behavior-gRwNAvl3SzJ


Your input on the best ways to handle clearcase for this would be *much*  
appreciated. Ideally we could have users just specify a target as the  
revision (whether it's file@version pairs, a label, or a branch name) but I  
don't know how we would parse out which is which. I sent this page out to  
the reviewboard@ and reviewboard-dev@ mailing lists but haven't had any  
response yet.


--
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 3173 in reviewboard: cannot compare several couple of clearcase file revision using --revision-range

2013-12-24 Thread reviewboard


Comment #5 on issue 3173 by nano...@gmail.com: cannot compare several  
couple of clearcase file revision using --revision-range

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

imho using the same delimiter for file and revision is a little bit  
confusing for user, when there are at least 2 files, how to differentiate  
if new revision of file N or old revision of file N+1. Moreover as seen in  
5154 code review comments,  exception can be caught if split does not  
return 2 revision parts

I was not aware about --revision-range rework, so we will comment it.
we have another patch to support --ucm-activity and so another way to  
generate diff when using clearcase. I will post it next Thursday.


--
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 3174 in reviewboard: compare clearcase label is not supported

2013-12-23 Thread reviewboard

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

New issue 3174 by nano...@gmail.com: compare clearcase label is not  
supported

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

*** 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 enhancement request!


What version are you running?
rbtools 0.5.1


What's the URL of the page this enhancement relates to, if any?
NA


Describe the enhancement and the motivation for it.
currently tracking changes in a branch or several revision in  
revision-range are supported. However since other SCM, clearcase proposes a  
system of label/tag ie lbtype
It is very useful to compare a clearcase directory between two labels or  
between one label and current checked in code



What operating system are you using? What browser?
linux ubuntu or RHEL

Please provide any additional information below.
Technicolor has implemented label revision diff, see a coming review request

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


  1   2   3   4   >