Re: patch upload error message

2013-04-04 Thread chuck j
Thanks Chris,

RBTools version is 4.3., sometime we have also see view diff show extra
lines in diff, but the diff shows through p4 does not shows that diff.

DEBUG:root:Checking for a Perforce repository...
DEBUG:root:Running: p4 info

DEBUG:root:Running: diff --version

DEBUG:root:repository info: Path: my_perforce_server.com:1666, Base path:
None, Supports changesets: True

INFO:root:Generating diff for changenum 188276
DEBUG:root:Running: p4 describe -s 188276

DEBUG:root:Processing edit of
//depot/path/codeline/source/pcl/custom/dbxs_link64.cmd
DEBUG:root:Writing
//depot/path/codeline/source/pcl/custom/dbxs_link64.cmd#5 to
c:\users\apat\appdata\local\temp\tmpl9ws7h
DEBUG:root:Running: p4 print -o c:\users\apat\appdata\local\temp\tmpl9ws7h
-q //depot/path/codeline/source/pcl/custom/dbxs_link64.cmd#5

DEBUG:root:Running: diff -urNp c:\users\apat\appdata\local\temp\tmpl9ws7h
e:\\pat_full\\depoty\\path\\codeline\\source\\pcl\\custom\\dbxs_link64.cmd

DEBUG:root:Command exited with rc 1: ['diff', '-urNp',
'c:\\users\\apat\\appdata\\local\\temp\\tmpl9ws7h',
'e:\\pat_full\\depoty\\path\\codeline\\source\\pcl\\custom\\dbxs_link64.cmd']
--- c:\\users\\apat\\appdata\\local\\temp\\tmpl9ws7h 2013-04-04
11:21:52.798153800 +0530

+++
e:\\pat_full\\depoty\\path\\codeline\\source\\pcl\\custom\\dbxs_link64.cmd
2013-04-04 11:01:29.868974300 +0530

@@ -19,7 +19,7 @@ rem # All rights reserved

rem #

rem #--

rem

-

+rem test


rem # Fetch value of $D3_HOME or set to default value of c:\comp\paat2006

rem # if this environment variable is not set

---



post-review.exe -o --bugs-closed=job-id --branch=codeline --server=
http://rb.company.com/rb --submit-as=apat
--description-file=c:\users\apat\appdata\local\temp\tmppzcc08 188276
--p4-port=my_perforce_server.com:1666


posting review request...
 RBTools 0.4.3

 Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [COMP v.1310 32 bit
(Intel)]

 Running on Windows-Vista-6.1.7601

 Home = c:\users\apat\AppData\Roaming

 Current Directory = e:\pat_full

 Checking the repository type. Errors shown below are mostly harmless.

 Finished checking the repository type.

 HTTP GETting api/info/

 HTTP GETting api/

 HTTP GETting http://rb.company.com/rb/api/info/

 Using the new web API

 Attempting to create review request on my_perforce_server.com:1666 for
188276

 Submitting the review request as apat

 HTTP POSTing to http://rb.company.com/rb/api/review-requests/:
{'changenum': '188276', 'submit_as': 'apat', 'repository': '
my_perforce_server.com:1666'}

 Got API Error 204 (HTTP code 409): The change number specified has
already been used

 Error data: {u'stat': u'fail', u'review_request': {u'status':
u'discarded', u'last_updated': u'2013-04-04T05:37:16Z', u'description':
u'temp\n', u'links': {u'diffs': {u'href': u'
http://rb.company.com/rb/api/review-requests/45465/diffs/', u'method':
u'GET'}, u'repository': {u'href': u'
http://rb.company.com/rb/api/repositories/1/', u'method': u'GET', u'title':
u'pf-sa-1666'}, u'changes': {u'href': u'
http://rb.company.com/rb/api/review-requests/45465/changes/', u'method':
u'GET'}, u'self': {u'href': u'
http://rb.company.com/rb/api/review-requests/45465/', u'method': u'GET'},
u'update': {u'href': u'http://rb.company.com/rb/api/review-requests/45465/',
u'method': u'PUT'}, u'last_update': {u'href': u'
http://rb.company.com/rb/api/review-requests/45465/last-update/',
u'method': u'GET'}, u'reviews': {u'href': u'
http://rb.company.com/rb/api/review-requests/45465/reviews/', u'method':
u'GET'}, u'draft': {u'href': u'
http://rb.company.com/rb/api/review-requests/45465/draft/', u'method':
u'GET'}, u'file_attachments': {u'href': u'
http://rb.company.com/rb/api/review-requests/45465/file-attachments/',
u'method': u'GET'}, u'submitter': {u'href': u'
http://rb.company.com/rb/api/users/apat/', u'method': u'GET', u'title':
u'apat'}, u'screenshots': {u'href': u'
http://rb.company.com/rb/api/review-requests/45465/screenshots/',
u'method': u'GET'}, u'delete': {u'href': u'
http://rb.company.com/rb/api/review-requests/45465/', u'method':
u'DELETE'}}, u'target_groups': [], u'bugs_closed': [], u'changenum':
188276, u'target_people': [], u'testing_done': u'', u'branch': u'', u'id':
45465, u'time_added': u'2013-04-04T05:33:38Z', u'summary': u'temp',
u'public': False}, u'err': {u'msg': u'The change number specified has
already been used', u'code': 204}}

 Review request already exists. Updating it...

 HTTP PUTting to http://rb.company.com/rb/api/review-requests/45465/:
{'changenum': 188276}

 Attempting to set field 'branch' to 'codeline' for review request
'45465'

 HTTP PUTting to
http://rb.company.com/rb/api/review-requests/45465/draft/: {'branch':
'codeline'}

 Attempting to set field 'bugs_closed' to 'job-id' for review request
'45465'

 HTTP PUTting to http://rb.company.com/rb/api/review-requests/4
5465/draft/: {'bugs_closed': 'job-id'}

 Attempting to set field 'description' to 'temp


 Uploading 

SVN integration

2013-04-04 Thread kvr
Hi,

So far we've been using Perforce, now we need to integrate with SVN also.

But I am bit confused with SVN.

Is it possible to raise review requests in SVN on pre-commited code like we 
do in Perforce.if so how.

In perforce the review cycle seems very simple,as below

Check out-Raise Review-Get comments-Update source according to the 
Comments-Update the Review-Close the Review(Changes are fine)-Check in 
the code back to Perforce

Please tell me how to do the same kind of review in SVN also, if possible.

Regards,
kvr

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: Reviewboard Intellij Idea plugin

2013-04-04 Thread Alex Edwards
Anyone know if this plugin works for intellij 12?

I use it with 11 at the moment, has a few bugs, doesn't seem to have been 
maintained for a while, I was thinking of branching it to github and fixing 
some stuff just not got round to it yet :)

One big problem with the plugin is that it doesn't support https, I ended 
up rolling my own version in my old place because of this, but that was 
only for self signed certificates.

On Tuesday, 7 August 2012 05:59:20 UTC-7, Ivan Gavryliuk wrote:

 We couldn't make it work :(

 On Tuesday, 17 April 2012 06:26:44 UTC+1, Christian Hammond wrote:

 Hi,

 I have no idea what the state is, but there is this:

 http://code.google.com/p/idea-reviewboard/

 We don't have the time or resources to build IDE plugins, so it's 
 generally left to third parties who have a vested interest in them.

 Christian

 -- 
 Christian Hammond - chi...@chipx86.com javascript:
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


 On Mon, Apr 16, 2012 at 9:48 PM, Yusup Ashrap aph...@gmail.comjavascript:
  wrote:

 I know there is an eclipse plugin of RB.
 but does RB have  plugin for Intellij Idea ?or any future release plans 
 for Intellij Idea plugin?

 regards

 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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.




Problem in uploading diff

2013-04-04 Thread SHWETA AHER
 Hi,
  I have added Perforce as a repository and trying to upload diff but it is 
giving error.
  I have installed Reviewboard 1.7.2, Perforce, Python25 ,RBTools.
  The following screen shot depicts what the error is!

https://lh6.googleusercontent.com/-_MLSB3d5xEI/UV2u-GZUMvI/ADk/f-g1LefWfrM/s1600/diff.bmp
  


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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.




associating reviews with a new user?

2013-04-04 Thread Troy Knapp
I am running Reviewboard 1.6.3 with authentication vs a certain AD 
controller, lets call it site1.ad.com

I am running Reviewboard 1.7.6, with authentication against a different AD 
controller, lets call it site2.ad.com

I have successfully moved the reviews from the 1.6.3 site to the 1.7.6.

How do I associate the reviews on my new site, with new users ?The 
accounts on site1 and site2 are the same people, it's just a new AD 
controller.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: associating reviews with a new user?

2013-04-04 Thread David Trowbridge
Troy,

Review requests and reviews are associated with user accounts in the
reviewboard database. The AD integration is merely a way to authenticate
those users. Assuming the usernames are the same between site1.ad.com and
site2.ad.com, everything should just work.

-David


On Thu, Apr 4, 2013 at 2:37 PM, Troy Knapp kegst...@gmail.com wrote:

 I am running Reviewboard 1.6.3 with authentication vs a certain AD
 controller, lets call it site1.ad.com

 I am running Reviewboard 1.7.6, with authentication against a different AD
 controller, lets call it site2.ad.com

 I have successfully moved the reviews from the 1.6.3 site to the 1.7.6.

 How do I associate the reviews on my new site, with new users ?The
 accounts on site1 and site2 are the same people, it's just a new AD
 controller.

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 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.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: associating reviews with a new user?

2013-04-04 Thread Troy Knapp
ok I misspoke.  The First and Last names are the same... but the account 
names are different. The email addresses are different.
So the accounts aren't really the same.

Here's what's happening.

I have a lot of reviews for troy.kn...@firstcompany.com

We have either changed our name or moved or got acquired.

My new AD account shows up in reviewboard as tkn...@secondcompany.com

Does that make sense?  

Will I have to manually poke around in the mysql db?

I notice that in table review_reviews, there is a user_id column.






On Thursday, April 4, 2013 2:46:48 PM UTC-7, David Trowbridge wrote:

 Troy,

 Review requests and reviews are associated with user accounts in the 
 reviewboard database. The AD integration is merely a way to authenticate 
 those users. Assuming the usernames are the same between site1.ad.com and 
 site2.ad.com, everything should just work.

 -David


 On Thu, Apr 4, 2013 at 2:37 PM, Troy Knapp kegs...@gmail.comjavascript:
  wrote:

 I am running Reviewboard 1.6.3 with authentication vs a certain AD 
 controller, lets call it site1.ad.com

 I am running Reviewboard 1.7.6, with authentication against a different 
 AD controller, lets call it site2.ad.com

 I have successfully moved the reviews from the 1.6.3 site to the 1.7.6.

 How do I associate the reviews on my new site, with new users ?The 
 accounts on site1 and site2 are the same people, it's just a new AD 
 controller.

  -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 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 javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: associating reviews with a new user?

2013-04-04 Thread David Trowbridge
You'll need to come up with a way to map old usernames to new ones, and
then write some script to update the username and email fields in the
database.

-David


On Thu, Apr 4, 2013 at 2:55 PM, Troy Knapp kegst...@gmail.com wrote:

 ok I misspoke.  The First and Last names are the same... but the account
 names are different. The email addresses are different.
 So the accounts aren't really the same.

 Here's what's happening.

 I have a lot of reviews for troy.kn...@firstcompany.com

 We have either changed our name or moved or got acquired.

 My new AD account shows up in reviewboard as tkn...@secondcompany.com

 Does that make sense?

 Will I have to manually poke around in the mysql db?

 I notice that in table review_reviews, there is a user_id column.






 On Thursday, April 4, 2013 2:46:48 PM UTC-7, David Trowbridge wrote:

 Troy,

 Review requests and reviews are associated with user accounts in the
 reviewboard database. The AD integration is merely a way to authenticate
 those users. Assuming the usernames are the same between site1.ad.comand
 site2.ad.com, everything should just work.

 -David


 On Thu, Apr 4, 2013 at 2:37 PM, Troy Knapp kegs...@gmail.com wrote:

 I am running Reviewboard 1.6.3 with authentication vs a certain AD
 controller, lets call it site1.ad.com

 I am running Reviewboard 1.7.6, with authentication against a different
 AD controller, lets call it site2.ad.com

 I have successfully moved the reviews from the 1.6.3 site to the 1.7.6.

 How do I associate the reviews on my new site, with new users ?The
 accounts on site1 and site2 are the same people, it's just a new AD
 controller.

  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/**donate/http://www.reviewboard.org/donate/
 Happy user? Let us know at 
 http://www.reviewboard.org/**users/http://www.reviewboard.org/users/
 -~--~~~~--**~~--~--~---
 To unsubscribe from this group, send email to reviewboard...@**
 googlegroups.com

 For more options, visit this group at http://groups.google.com/**
 group/reviewboard?hl=enhttp://groups.google.com/group/reviewboard?hl=en
 ---
 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/**groups/opt_outhttps://groups.google.com/groups/opt_out
 .




  --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 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.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: SVN integration

2013-04-04 Thread David Trowbridge
Sure, that's possible. You just make changes to your working directory in
svn, use rbtools (or 'svn diff') to create your diffs, and go through the
code review process the same way.

The only major difference is that when you're using rbtools to update an
existing review request, you need to specify the review request ID, since
there's no CLN-review request mapping like there is with perforce.

-David


On Thu, Apr 4, 2013 at 4:34 AM, kvr kvr@gmail.com wrote:

 Hi,

 So far we've been using Perforce, now we need to integrate with SVN also.

 But I am bit confused with SVN.

 Is it possible to raise review requests in SVN on pre-commited code like
 we do in Perforce.if so how.

 In perforce the review cycle seems very simple,as below

 Check out-Raise Review-Get comments-Update source according to the
 Comments-Update the Review-Close the Review(Changes are fine)-Check in
 the code back to Perforce

 Please tell me how to do the same kind of review in SVN also, if possible.

 Regards,
 kvr

 --
 Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 ---
 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.




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: Problem with RBTools 0.5

2013-04-04 Thread Steven MacLeod
Hi Robert,

Sorry for the delay in response, this slipped by in my inbox.

Could you please send me the output of:

$ curl http://reviewboard.corp.good.com/api/review-requests/44580/diffs/
 -I

Basically I need to take a look at the headers being returned in the HTTP
request to RB.



On Fri, Mar 29, 2013 at 1:40 PM, Robert Dailey rcdailey.li...@gmail.comwrote:

 Using RB version 1.6.3. Output of the command you requested is below:

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

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

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

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

 DEBUG:root:Running: p4 info


 DEBUG:root:Running: diff --version

 DEBUG:root:repository info: Path: perforce-rws2.corp.good.com:3666,
 Base path: None, Supports changesets: True

 DEBUG:root:Making HTTP GET request to
 http://reviewboard.corp.good.com/api/


 DEBUG:root:Making HTTP GET request to
 http://reviewboard.corp.good.com/api/info/


 INFO:root:Generating diff for changenum 303396

 DEBUG:root:Running: p4 describe -s 303396


 DEBUG:root:Processing delete of
 //depot/dev/DominoProcessDecomp/DominoProcessDecomp.sln

 DEBUG:root:Writing
 //depot/dev/DominoProcessDecomp/DominoProcessDecomp.sln#4 to
 c:\users\rdailey\appdata\local\temp\tmpivyvra

 DEBUG:root:Running: p4 print -o
 c:\users\rdailey\appdata\local\temp\tmpivyvra -q
 //depot/dev/DominoProcessDecomp/DominoProcessDecomp.sln#4


 DEBUG:root:Running: diff -urNp
 c:\users\rdailey\appdata\local\temp\tmpivyvra
 c:\users\rdailey\appdata\local\temp\tmpljgwo3

 DEBUG:root:Command exited with rc 1: ['diff', '-urNp',
 'c:\\users\\rdailey\\appdata\\local\\temp\\tmpivyvra',
 'c:\\users\\rdailey\\appdata\\local\\temp\\tmpljgwo3']

 --- c:\users\rdailey\appdata\local\temp\tmpivyvra 2013-03-29
 12:39:00.971865100 -0500


 +++ c:\users\rdailey\appdata\local\temp\tmpljgwo3 2013-03-29
 12:39:00.798330400 -0500


 @@ -1,44 +0,0 @@


 -


 -Microsoft Visual Studio Solution File, Format Version 9.00


 -# Visual Studio 2005


 -Project({8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}) = services,
 server\gmmserver\domino\server\services\services.vcproj,
 {40E4563C-EDCE-4F19-8A3F-F9497265ACEE}


 -EndProject


 -Project({8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}) = interface,
 server\gmmserver\domino\server\interface\interface.vcproj,
 {EADFA55E-6196-44CC-A496-1FDEC07DDE54}


 -EndProject


 -Project({8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}) = groupware,
 server\gmmserver\domino\server\groupware\groupware.vcproj,
 {C4D3A251-B853-43E2-84C8-5501FE40EEE8}


 -EndProject


 -Project({8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}) = gwserver,
 server\gmmserver\domino\server\gwserver\gwserver.vcproj,
 {0B59A140-C1D4-4A06-ACD8-5A78745D3C9F}


 -EndProject


 -Project({8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}) = gwclient,
 server\gmmserver\domino\server\gwclient\gwclient.vcproj,
 {933240B0-F445-49E7-AB25-7BAE6B3C458C}


 -EndProject


 -Global


 - GlobalSection(SolutionConfigurationPlatforms) = preSolution


 - Debug|Win32 = Debug|Win32


 - Release|Win32 = Release|Win32


 - EndGlobalSection


 - GlobalSection(ProjectConfigurationPlatforms) = postSolution


 - {40E4563C-EDCE-4F19-8A3F-F9497265ACEE}.Debug|Win32.ActiveCfg =
 Debug|Win32


 - {40E4563C-EDCE-4F19-8A3F-F9497265ACEE}.Debug|Win32.Build.0 = Debug|Win32


 - {40E4563C-EDCE-4F19-8A3F-F9497265ACEE}.Release|Win32.ActiveCfg =
 Release|Win32


 - {40E4563C-EDCE-4F19-8A3F-F9497265ACEE}.Release|Win32.Build.0 =
 Release|Win32


 - {EADFA55E-6196-44CC-A496-1FDEC07DDE54}.Debug|Win32.ActiveCfg =
 Debug|Win32


 - {EADFA55E-6196-44CC-A496-1FDEC07DDE54}.Debug|Win32.Build.0 = Debug|Win32


 - {EADFA55E-6196-44CC-A496-1FDEC07DDE54}.Release|Win32.ActiveCfg =
 Release|Win32


 - {EADFA55E-6196-44CC-A496-1FDEC07DDE54}.Release|Win32.Build.0 =
 Release|Win32


 - {C4D3A251-B853-43E2-84C8-5501FE40EEE8}.Debug|Win32.ActiveCfg =
 Debug|Win32


 - {C4D3A251-B853-43E2-84C8-5501FE40EEE8}.Debug|Win32.Build.0 = Debug|Win32


 - {C4D3A251-B853-43E2-84C8-5501FE40EEE8}.Release|Win32.ActiveCfg =
 Release|Win32


 - {C4D3A251-B853-43E2-84C8-5501FE40EEE8}.Release|Win32.Build.0 =
 Release|Win32


 - {0B59A140-C1D4-4A06-ACD8-5A78745D3C9F}.Debug|Win32.ActiveCfg =
 Debug|Win32


 - {0B59A140-C1D4-4A06-ACD8-5A78745D3C9F}.Debug|Win32.Build.0 = Debug|Win32


 - {0B59A140-C1D4-4A06-ACD8-5A78745D3C9F}.Release|Win32.ActiveCfg =
 Release|Win32


 - {0B59A140-C1D4-4A06-ACD8-5A78745D3C9F}.Release|Win32.Build.0 =
 Release|Win32


 - {933240B0-F445-49E7-AB25-7BAE6B3C458C}.Debug|Win32.ActiveCfg =
 Debug|Win32


 - {933240B0-F445-49E7-AB25-7BAE6B3C458C}.Debug|Win32.Build.0 = Debug|Win32


 - {933240B0-F445-49E7-AB25-7BAE6B3C458C}.Release|Win32.ActiveCfg =
 

Re: Problem in uploading diff

2013-04-04 Thread SHWETA AHER
Thank you David,

  I have uploaded this file from Perforce's workspace on which we have 
operated  diff against  .


-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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: SVN integration

2013-04-04 Thread kvr
Thanks David for your reply.
Now I am trying to post review request on SVN repository.
I used below command to post,

post-review -d --server http://xxx.xxx.xx.xx --repository-url SVN_151 
--username=xx --password=xx --revision-range=x:x

But post-review is identifying my repository as Perforce repository and 
running p4 info
Below is the debug info,

 Checking the repository type. Errors shown below are mostly harmless.
DEBUG:root:Checking for a CVS repository...
DEBUG:root:Checking for a ClearCase repository...
DEBUG:root:Running: cleartool pwv -short
DEBUG:root:Checking for a Git repository...
DEBUG:root:Checking for a Mercurial repository...
DEBUG:root:Checking for a Perforce repository...
DEBUG:root:Running: p4 info
DEBUG:root:Running: diff --version
Please tell me what may be possible reason for this and how to point to SVN 
repository in this case.

Regards,
kvr
On Friday, April 5, 2013 5:27:44 AM UTC+5:30, David Trowbridge wrote:

 Sure, that's possible. You just make changes to your working directory in 
 svn, use rbtools (or 'svn diff') to create your diffs, and go through the 
 code review process the same way.

 The only major difference is that when you're using rbtools to update an 
 existing review request, you need to specify the review request ID, since 
 there's no CLN-review request mapping like there is with perforce.

 -David


 On Thu, Apr 4, 2013 at 4:34 AM, kvr kvr...@gmail.com javascript:wrote:

 Hi,

 So far we've been using Perforce, now we need to integrate with SVN also.

 But I am bit confused with SVN.

 Is it possible to raise review requests in SVN on pre-commited code like 
 we do in Perforce.if so how.

 In perforce the review cycle seems very simple,as below

 Check out-Raise Review-Get comments-Update source according to the 
 Comments-Update the Review-Close the Review(Changes are fine)-Check in 
 the code back to Perforce

 Please tell me how to do the same kind of review in SVN also, if possible.

 Regards,
 kvr

 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard...@googlegroups.com javascript:
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 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 javascript:.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  




-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
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 2943 in reviewboard: Diff currently unavailable. When Uploading Diffs From TortoiseHG

2013-04-04 Thread reviewboard


Comment #4 on issue 2943 by strangew...@gmail.com: Diff currently  
unavailable. When Uploading Diffs From TortoiseHG

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

Also happens when publishing reviews, but I can view diffs/reviews fine,  
e-mails show up with above error and stacktrace...


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Issue 2947 in reviewboard: Inconsistent UI Behavior

2013-04-04 Thread reviewboard

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

New issue 2947 by strangew...@gmail.com: Inconsistent UI Behavior
http://code.google.com/p/reviewboard/issues/detail?id=2947

*** 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?
1.7.6

What's the URL of the page containing the problem?
/r/[id]/
/r/[id]/diff/[diff]/?file=[file]

What steps will reproduce the problem?
1. Log in as a staff member.
2. View a review not submitted by yourself.
3. You can fix/drop issues from the diff view, but not the review page.

What is the expected output? What do you see instead?
Be consistent with UI behavior, we need drop on the UI.

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


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard-issues+unsubscr...@googlegroups.com.
To post to this group, send email to reviewboard-issues@googlegroups.com.
Visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.