Re: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread developer 236

i have ReviewBoard 1.0.5.1 on server.
I am not clear with ' adding P4 in web server's path'. Shall i check @
server side??

On 11/16/09, Christian Hammond chip...@chipx86.com wrote:
 I can't tell which version of Review Board you're using, but it sounds like
 you're missing a dependency on the server. Make sure that p4 is in the web
 server's path.

 Christian

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


 On Sun, Nov 15, 2009 at 11:28 PM, developer 236
 developer...@gmail.comwrote:


 Hi,

 I have setup RB server on windows 2003  and making my m/c win-xp as
 client. when m trying to create review request from perforce getting
 following error:

 C:\python C:\Python25\Scripts\post-review.orig.py --debug -p -d
 512792
  p4 info
  repository info: Path: repo_path, Base path: None, Supports
  changesets:
 True
  Generating diff for changenum 512792
  p4 describe -s 512792
  Processing edit of //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp
  Writing //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp#4 to
 c:\docume~1\abcd\locals~1\temp\tmpbx1phh
  p4 print -o c:\docume~1\abcd\locals~1\temp\tmpbx1phh -q
 //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp#4
  diff -urNp c:\docume~1\abcd\locals~1\temp\tmpbx1phh
 C:\abcd\Perforce\depot\rel\orion1\CBO\Core\BoUtils\BoUtils
 .cpp
  Looking for 'xyz /reviewboard/' cookie in C:\Documents and
 Settings\abcd\Local Settings\Application Dat
 a\.post-review-cookies.txt
  Cookie file loaded, but no cookie for this server
 == Review Board Login Required
 Enter username and password for Review Board at http://xyz:80/reviewboard/
 Username :
  abcd
 Password :
  abcd
  Logging in with username abcd
  HTTP POSTing to http://xyz:80/reviewboard/api/json/accounts/login/:
 {'username': 'abcd', 'password': '*
 *'}
  Logged in.
  Attempting to create review request for 512792
  HTTP POSTing to
  http://xyz:80/reviewboard/api/json/reviewrequests/new/:
 {'repository_path': 'repo path', 'changenum': '512792'}
  Review request already exists. Updating it...
  HTTP POSTing to
 http://xyz:80/reviewboard/api/json/reviewrequests/3/update_from_changenum/:
 {}
  Review request created
  Uploading diff, size: 280
  HTTP POSTing to
 http://xyz:80/reviewboard/api/json/reviewrequests/3/diff/new/: {}
 Error uploading diff: One or more fields had errors (105)
  {'fields': {'path': ['[Error 2] The system cannot find the file
 specified']}, 'stat': 'fail', 'err': {'msg': 'One or
  more fields had errors', 'code': 105}}
 Your review request still exists, but the diff is not attached.

 --

 i have invested around 5 hrs but could not find the solution. Have i
 made any mistake in adding repository??
 Kindly suggest.






  To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/reviewboard?hl=en
 -~--~~~~--~~--~--~---



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



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




Re: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread Christian Hammond
Yeah, it's on the server side. When you post a diff, Review Board will
verify the existence of each file. For Perforce repositories, it does this
using the p4 command line tool.

There's instructions in the documentation for installing this.

Christian

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


On Mon, Nov 16, 2009 at 12:34 AM, developer 236 developer...@gmail.comwrote:


 i have ReviewBoard 1.0.5.1 on server.
 I am not clear with ' adding P4 in web server's path'. Shall i check @
 server side??

 On 11/16/09, Christian Hammond chip...@chipx86.com wrote:
  I can't tell which version of Review Board you're using, but it sounds
 like
  you're missing a dependency on the server. Make sure that p4 is in the
 web
  server's path.
 
  Christian
 
  --
  Christian Hammond - chip...@chipx86.com
  Review Board - http://www.reviewboard.org
  VMware, Inc. - http://www.vmware.com
 
 
  On Sun, Nov 15, 2009 at 11:28 PM, developer 236
  developer...@gmail.comwrote:
 
 
  Hi,
 
  I have setup RB server on windows 2003  and making my m/c win-xp as
  client. when m trying to create review request from perforce getting
  following error:
 
  C:\python C:\Python25\Scripts\post-review.orig.py --debug -p -d
  512792
   p4 info
   repository info: Path: repo_path, Base path: None, Supports
   changesets:
  True
   Generating diff for changenum 512792
   p4 describe -s 512792
   Processing edit of //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp
   Writing //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp#4 to
  c:\docume~1\abcd\locals~1\temp\tmpbx1phh
   p4 print -o c:\docume~1\abcd\locals~1\temp\tmpbx1phh -q
  //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp#4
   diff -urNp c:\docume~1\abcd\locals~1\temp\tmpbx1phh
  C:\abcd\Perforce\depot\rel\orion1\CBO\Core\BoUtils\BoUtils
  .cpp
   Looking for 'xyz /reviewboard/' cookie in C:\Documents and
  Settings\abcd\Local Settings\Application Dat
  a\.post-review-cookies.txt
   Cookie file loaded, but no cookie for this server
  == Review Board Login Required
  Enter username and password for Review Board at
 http://xyz:80/reviewboard/
  Username :
   abcd
  Password :
   abcd
   Logging in with username abcd
   HTTP POSTing to http://xyz:80/reviewboard/api/json/accounts/login/:
  {'username': 'abcd', 'password': '*
  *'}
   Logged in.
   Attempting to create review request for 512792
   HTTP POSTing to
   http://xyz:80/reviewboard/api/json/reviewrequests/new/:
  {'repository_path': 'repo path', 'changenum': '512792'}
   Review request already exists. Updating it...
   HTTP POSTing to
 
 http://xyz:80/reviewboard/api/json/reviewrequests/3/update_from_changenum/
 :
  {}
   Review request created
   Uploading diff, size: 280
   HTTP POSTing to
  http://xyz:80/reviewboard/api/json/reviewrequests/3/diff/new/: {}
  Error uploading diff: One or more fields had errors (105)
   {'fields': {'path': ['[Error 2] The system cannot find the file
  specified']}, 'stat': 'fail', 'err': {'msg': 'One or
   more fields had errors', 'code': 105}}
  Your review request still exists, but the diff is not attached.
 
 
 --
 
  i have invested around 5 hrs but could not find the solution. Have i
  made any mistake in adding repository??
  Kindly suggest.
 
 
 
 
 
 
   To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 reviewboard%2bunsubscr...@googlegroups.comreviewboard%252bunsubscr...@googlegroups.com
 
  For more options, visit this group at
  http://groups.google.com/group/reviewboard?hl=en
  -~--~~~~--~~--~--~---
 
 
 
   To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/reviewboard?hl=en
  -~--~~~~--~~--~--~---
 
 

  To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 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
-~--~~~~--~~--~--~---



Re[2]: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread lmar

What about other types of repositaries ? Subversion for example? Is the p4 
needed for post diffs ?


-Original Message-
From: Christian Hammond chip...@chipx86.com
To: reviewboard@googlegroups.com
Date: Mon, 16 Nov 2009 00:37:11 -0800
Subject: Re: Error uploading diff: One or more fields had errors (105)

 Yeah, it's on the server side. When you post a diff, Review Board will
 verify the existence of each file. For Perforce repositories, it does this
 using the p4 command line tool.
 
 There's instructions in the documentation for installing this.
 
 Christian
 
 -- 
 Christian Hammond - chip...@chipx86.com
 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com
 
 
 On Mon, Nov 16, 2009 at 12:34 AM, developer 236 developer...@gmail.comwrote:
 
 
  i have ReviewBoard 1.0.5.1 on server.
  I am not clear with ' adding P4 in web server's path'. Shall i check @
  server side??
 
  On 11/16/09, Christian Hammond chip...@chipx86.com wrote:
   I can't tell which version of Review Board you're using, but it sounds
  like
   you're missing a dependency on the server. Make sure that p4 is in the
  web
   server's path.
  
   Christian
  
   --
   Christian Hammond - chip...@chipx86.com
   Review Board - http://www.reviewboard.org
   VMware, Inc. - http://www.vmware.com
  
  
   On Sun, Nov 15, 2009 at 11:28 PM, developer 236
   developer...@gmail.comwrote:
  
  
   Hi,
  
   I have setup RB server on windows 2003  and making my m/c win-xp as
   client. when m trying to create review request from perforce getting
   following error:
  
   C:\python C:\Python25\Scripts\post-review.orig.py --debug -p -d
   512792
p4 info
repository info: Path: repo_path, Base path: None, Supports
changesets:
   True
Generating diff for changenum 512792
p4 describe -s 512792
Processing edit of //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp
Writing //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp#4 to
   c:\docume~1\abcd\locals~1\temp\tmpbx1phh
p4 print -o c:\docume~1\abcd\locals~1\temp\tmpbx1phh -q
   //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp#4
diff -urNp c:\docume~1\abcd\locals~1\temp\tmpbx1phh
   C:\abcd\Perforce\depot\rel\orion1\CBO\Core\BoUtils\BoUtils
   .cpp
Looking for 'xyz /reviewboard/' cookie in C:\Documents and
   Settings\abcd\Local Settings\Application Dat
   a\.post-review-cookies.txt
Cookie file loaded, but no cookie for this server
   == Review Board Login Required
   Enter username and password for Review Board at
  http://xyz:80/reviewboard/
   Username :
abcd
   Password :
abcd
Logging in with username abcd
HTTP POSTing to http://xyz:80/reviewboard/api/json/accounts/login/:
   {'username': 'abcd', 'password': '*
   *'}
Logged in.
Attempting to create review request for 512792
HTTP POSTing to
http://xyz:80/reviewboard/api/json/reviewrequests/new/:
   {'repository_path': 'repo path', 'changenum': '512792'}
Review request already exists. Updating it...
HTTP POSTing to
  
  http://xyz:80/reviewboard/api/json/reviewrequests/3/update_from_changenum/
  :
   {}
Review request created
Uploading diff, size: 280
HTTP POSTing to
   http://xyz:80/reviewboard/api/json/reviewrequests/3/diff/new/: {}
   Error uploading diff: One or more fields had errors (105)
{'fields': {'path': ['[Error 2] The system cannot find the file
   specified']}, 'stat': 'fail', 'err': {'msg': 'One or
more fields had errors', 'code': 105}}
   Your review request still exists, but the diff is not attached.
  
  
  --
  
   i have invested around 5 hrs but could not find the solution. Have i
   made any mistake in adding repository??
   Kindly suggest.
  
  
  
  
  
  
To unsubscribe from this group, send email to
   reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  reviewboard%2bunsubscr...@googlegroups.comreviewboard%252bunsubscr...@googlegroups.com
  
   For more options, visit this group at
   http://groups.google.com/group/reviewboard?hl=en
   -~--~~~~--~~--~--~---
  
  
  
To unsubscribe from this group, send email to
   reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
   For more options, visit this group at
   http://groups.google.com/group/reviewboard?hl=en
   -~--~~~~--~~--~--~---
  
  
 
   To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  For more options, visit this group at
  http://groups.google.com/group/reviewboard?hl=en
  -~--~~~~--~~--~--~---
 
 
 
  To unsubscribe from this group, send email to 
  reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 

Re: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread developer 236

i have installed 'p4python25.exe' (python binding to perforce API) on server.

Also i put some print statements in upload_diff(...) in script file.
before calling self.api_post('api/json/reviewrequests/%s/diff/new/' %
 review_request['id'], fields, files)

 and the o/p was
---
 p4 info
 repository info: Path: repo_path, Base path: None, supports changesets: True
..
 Uploading diff, size: 280
fields :: {}
files :: {'path': {'content': '---
//depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp\t//depot/rel/orion1/CBO/Core/BoUtils/
BoUtils.cpp#4\n+++
//depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp\t2009-11-16
12:37:45\n@@ -1,3 +1,4 @@\r\n+// RB test\
r\n // BoUtils.cpp : Defines the initialization routines for the
DLL.\r\n //\r\n \r\n', 'filename': 'diff'}}
 HTTP POSTing to 
 http://xyz:80/reviewboard/api/json/reviewrequests/3/diff/new/: {}
Error uploading diff: One or more fields had errors (105)
 {'fields': {'path': ['[Error 2] The system cannot find the file 
 specified']}, 'stat': 'fail', 'err': {'msg': 'One or
 more fields had errors', 'code': 105}}
Your review request still exists, but the diff is not attached.
---

the above o/p shows that when it tries to post the diff, get the
'fields' as empty. Also as per the 2nd line of o/p the base path is
also None. Is that gives any idea...

On 11/16/09, Christian Hammond chip...@chipx86.com wrote:
 Yeah, it's on the server side. When you post a diff, Review Board will
 verify the existence of each file. For Perforce repositories, it does this
 using the p4 command line tool.

 There's instructions in the documentation for installing this.

 Christian

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


 On Mon, Nov 16, 2009 at 12:34 AM, developer 236
 developer...@gmail.comwrote:


 i have ReviewBoard 1.0.5.1 on server.
 I am not clear with ' adding P4 in web server's path'. Shall i check @
 server side??

 On 11/16/09, Christian Hammond chip...@chipx86.com wrote:
  I can't tell which version of Review Board you're using, but it sounds
 like
  you're missing a dependency on the server. Make sure that p4 is in the
 web
  server's path.
 
  Christian
 
  --
  Christian Hammond - chip...@chipx86.com
  Review Board - http://www.reviewboard.org
  VMware, Inc. - http://www.vmware.com
 
 
  On Sun, Nov 15, 2009 at 11:28 PM, developer 236
  developer...@gmail.comwrote:
 
 
  Hi,
 
  I have setup RB server on windows 2003  and making my m/c win-xp as
  client. when m trying to create review request from perforce getting
  following error:
 
  C:\python C:\Python25\Scripts\post-review.orig.py --debug -p -d
  512792
   p4 info
   repository info: Path: repo_path, Base path: None, Supports
   changesets:
  True
   Generating diff for changenum 512792
   p4 describe -s 512792
   Processing edit of //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp
   Writing //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp#4 to
  c:\docume~1\abcd\locals~1\temp\tmpbx1phh
   p4 print -o c:\docume~1\abcd\locals~1\temp\tmpbx1phh -q
  //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp#4
   diff -urNp c:\docume~1\abcd\locals~1\temp\tmpbx1phh
  C:\abcd\Perforce\depot\rel\orion1\CBO\Core\BoUtils\BoUtils
  .cpp
   Looking for 'xyz /reviewboard/' cookie in C:\Documents and
  Settings\abcd\Local Settings\Application Dat
  a\.post-review-cookies.txt
   Cookie file loaded, but no cookie for this server
  == Review Board Login Required
  Enter username and password for Review Board at
 http://xyz:80/reviewboard/
  Username :
   abcd
  Password :
   abcd
   Logging in with username abcd
   HTTP POSTing to http://xyz:80/reviewboard/api/json/accounts/login/:
  {'username': 'abcd', 'password': '*
  *'}
   Logged in.
   Attempting to create review request for 512792
   HTTP POSTing to
   http://xyz:80/reviewboard/api/json/reviewrequests/new/:
  {'repository_path': 'repo path', 'changenum': '512792'}
   Review request already exists. Updating it...
   HTTP POSTing to
 
 http://xyz:80/reviewboard/api/json/reviewrequests/3/update_from_changenum/
 :
  {}
   Review request created
   Uploading diff, size: 280
   HTTP POSTing to
  http://xyz:80/reviewboard/api/json/reviewrequests/3/diff/new/: {}
  Error uploading diff: One or more fields had errors (105)
   {'fields': {'path': ['[Error 2] The system cannot find the file
  specified']}, 'stat': 'fail', 'err': {'msg': 'One or
   more fields had errors', 'code': 105}}
  Your review request still exists, but the diff is not attached.
 
 
 --
 
  i have invested around 5 hrs but could not find the solution. Have i
  made any mistake in adding repository??
  Kindly suggest.
 
 
 
 
 
 
   To unsubscribe from this 

Re: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread developer 236

i installed p4 tool also @ the server m/c, but still getting the same error.
The p4 is also in path environment variable.

On 11/16/09, Christian Hammond chip...@chipx86.com wrote:
 fields should be empty. That's okay.

 p4python25.exe just installs the Python modules. You still need p4.exe on
 the server in the path. The Python support uses both the tool and the API.

 Christian

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


 On Mon, Nov 16, 2009 at 12:52 AM, developer 236
 developer...@gmail.comwrote:


 i have installed 'p4python25.exe' (python binding to perforce API) on
 server.

 Also i put some print statements in upload_diff(...) in script file.
 before calling self.api_post('api/json/reviewrequests/%s/diff/new/' %
 review_request['id'], fields, files)

  and the o/p was
 ---
  p4 info
  repository info: Path: repo_path, Base path: None, supports
  changesets:
 True
 ..
  Uploading diff, size: 280
 fields :: {}
 files :: {'path': {'content': '---

 //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp\t//depot/rel/orion1/CBO/Core/BoUtils/
 BoUtils.cpp#4\n+++
 //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp\t2009-11-16
 12:37:45\n@@ -1,3 +1,4 @@\r\n+// RB test\
 r\n // BoUtils.cpp : Defines the initialization routines for the
 DLL.\r\n //\r\n \r\n', 'filename': 'diff'}}
  HTTP POSTing to
 http://xyz:80/reviewboard/api/json/reviewrequests/3/diff/new/: {}
 Error uploading diff: One or more fields had errors (105)
  {'fields': {'path': ['[Error 2] The system cannot find the file
 specified']}, 'stat': 'fail', 'err': {'msg': 'One or
  more fields had errors', 'code': 105}}
 Your review request still exists, but the diff is not attached.
 ---

 the above o/p shows that when it tries to post the diff, get the
 'fields' as empty. Also as per the 2nd line of o/p the base path is
 also None. Is that gives any idea...

 On 11/16/09, Christian Hammond chip...@chipx86.com wrote:
  Yeah, it's on the server side. When you post a diff, Review Board will
  verify the existence of each file. For Perforce repositories, it does
 this
  using the p4 command line tool.
 
  There's instructions in the documentation for installing this.
 
  Christian
 
  --
  Christian Hammond - chip...@chipx86.com
  Review Board - http://www.reviewboard.org
  VMware, Inc. - http://www.vmware.com
 
 
  On Mon, Nov 16, 2009 at 12:34 AM, developer 236
  developer...@gmail.comwrote:
 
 
  i have ReviewBoard 1.0.5.1 on server.
  I am not clear with ' adding P4 in web server's path'. Shall i check @
  server side??
 
  On 11/16/09, Christian Hammond chip...@chipx86.com wrote:
   I can't tell which version of Review Board you're using, but it
   sounds
  like
   you're missing a dependency on the server. Make sure that p4 is in
   the
  web
   server's path.
  
   Christian
  
   --
   Christian Hammond - chip...@chipx86.com
   Review Board - http://www.reviewboard.org
   VMware, Inc. - http://www.vmware.com
  
  
   On Sun, Nov 15, 2009 at 11:28 PM, developer 236
   developer...@gmail.comwrote:
  
  
   Hi,
  
   I have setup RB server on windows 2003  and making my m/c win-xp as
   client. when m trying to create review request from perforce getting
   following error:
  
   C:\python C:\Python25\Scripts\post-review.orig.py --debug -p -d
   512792
p4 info
repository info: Path: repo_path, Base path: None, Supports
changesets:
   True
Generating diff for changenum 512792
p4 describe -s 512792
Processing edit of
 //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp
Writing //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp#4 to
   c:\docume~1\abcd\locals~1\temp\tmpbx1phh
p4 print -o c:\docume~1\abcd\locals~1\temp\tmpbx1phh -q
   //depot/rel/orion1/CBO/Core/BoUtils/BoUtils.cpp#4
diff -urNp c:\docume~1\abcd\locals~1\temp\tmpbx1phh
   C:\abcd\Perforce\depot\rel\orion1\CBO\Core\BoUtils\BoUtils
   .cpp
Looking for 'xyz /reviewboard/' cookie in C:\Documents and
   Settings\abcd\Local Settings\Application Dat
   a\.post-review-cookies.txt
Cookie file loaded, but no cookie for this server
   == Review Board Login Required
   Enter username and password for Review Board at
  http://xyz:80/reviewboard/
   Username :
abcd
   Password :
abcd
Logging in with username abcd
HTTP POSTing to
 http://xyz:80/reviewboard/api/json/accounts/login/:
   {'username': 'abcd', 'password': '*
   *'}
Logged in.
Attempting to create review request for 512792
HTTP POSTing to
http://xyz:80/reviewboard/api/json/reviewrequests/new/:
   {'repository_path': 'repo path', 'changenum': '512792'}
Review request already exists. Updating it...
HTTP POSTing to
  
 
 http://xyz:80/reviewboard/api/json/reviewrequests/3/update_from_changenum/
  :
   {}
Review request 

Help to configure Review Board

2009-11-16 Thread Roman Prikhodchenko

Hi!

My name is Roman, I'm a software developer in a small new company.
Actually I'm not a system administrator but I was chosen to configure
some services for project development because there is no system
administrator in our company yet. One of these services is Review
Board.

I have a Debian Linux server with Apache 2 and Python 2.5 installed.
I've configured the Review Board according to this manual
http://www.reviewboard.org/docs/manual/dev/admin/installation/linux/
and created a site according to this
http://www.reviewboard.org/docs/manual/dev/admin/sites/creating-sites/#creatingsites.
Then I've configured Apache using mod_python but when I'm trying to
enter this site with browser I get an Internal Server Error message.

You can read detailed information about my problem and configuration
below. Thanks a lot!


Site created at /srv/Reviews/Catalog/

Logs:

[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] mod_python
(pid=32745, interpreter='ourserver.address', phase='PythonHandler',
handler='django.core.handlers.modpython'): Application error
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] ServerName:
'ourserver.address'
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]
DocumentRoot: '/srv/Reviews/Catalog'
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] URI: '/'
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Location:
'/'
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Directory:
None
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Filename: '/
srv/Reviews/Catalog/'
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] PathInfo: ''
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Traceback
(most recent call last):
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/mod_python/importer.py, line 1537, in
HandlerDispatch\ndefault=default_handler, arg=req,
silent=hlist.silent)
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/mod_python/importer.py, line 1229, in
_process_target\nresult = _execute_target(config, req, object,
arg)
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/mod_python/importer.py, line 1128, in
_execute_target\nresult = object(arg)
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/core/
handlers/modpython.py, line 228, in handler\nreturn
ModPythonHandler()(req)
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/core/
handlers/modpython.py, line 191, in __call__\nself.load_middleware
()
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/core/
handlers/base.py, line 33, in load_middleware\nfor
middleware_path in settings.MIDDLEWARE_CLASSES:
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/utils/
functional.py, line 269, in __getattr__\nself._setup()
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/conf/
__init__.py, line 40, in _setup\nself._wrapped = Settings
(settings_module)
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/conf/
__init__.py, line 73, in __init__\nmod = importlib.import_module
(self.SETTINGS_MODULE)
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/utils/
importlib.py, line 35, in import_module\n__import__(name)
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/ReviewBoard-1.0.5.1-py2.5.egg/reviewboard/
settings.py, line 152, in module\ndependency_error('Unable to
read settings_local.py.')
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
lib/python2.5/site-packages/ReviewBoard-1.0.5.1-py2.5.egg/reviewboard/
settings.py, line 141, in dependency_error\nsys.exit(1)
[Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] SystemExit:
1

Virtual Host Configuration:

VirtualHost *:8010

ErrorLog /var/log/apache2/reviewboard.log
LogLevel warn

  ServerName ourserver.address
  DocumentRoot /srv/Reviews/Catalog
  ErrorDocument 500 /errordocs/500.html

   # Serve django pages
  LocationMatch ^/(.*)$
PythonPath ['/srv/Reviews/'] + ['/srv/
Reviews/Catalog'] + sys.path
SetEnv DJANGO_SETTINGS_MODULE
reviewboard.settings
SetHandler mod_python
PythonHandler

Re: Help to configure Review Board

2009-11-16 Thread lmar

dependency_error('Unable to
read settings_local.py.')

Русский:
Посмотри в каталожке где_лежит_ревьюборд/conf файлик settings_local.py - 
возможно там есть похожий, типа settings_local.py.orig - его надо поправить 
под себя и переименовать.

Eng:
It's seemed like a setup issue - after install we need to edit and rename 
configuration file from something like settings_local.py.orig to 
settings_local.py - I dont remember how it named exactly.


-Original Message-
From: Roman Prikhodchenko romcheg.pri...@gmail.com
To: reviewboard reviewboard@googlegroups.com
Date: Mon, 16 Nov 2009 05:41:06 -0800 (PST)
Subject: Help to configure Review Board

 
 Hi!
 
 My name is Roman, I'm a software developer in a small new company.
 Actually I'm not a system administrator but I was chosen to configure
 some services for project development because there is no system
 administrator in our company yet. One of these services is Review
 Board.
 
 I have a Debian Linux server with Apache 2 and Python 2.5 installed.
 I've configured the Review Board according to this manual
 http://www.reviewboard.org/docs/manual/dev/admin/installation/linux/
 and created a site according to this
 http://www.reviewboard.org/docs/manual/dev/admin/sites/creating-sites/#creatingsites.
 Then I've configured Apache using mod_python but when I'm trying to
 enter this site with browser I get an Internal Server Error message.
 
 You can read detailed information about my problem and configuration
 below. Thanks a lot!
 
 
 Site created at /srv/Reviews/Catalog/
 
 Logs:
 
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] mod_python
 (pid=32745, interpreter='ourserver.address', phase='PythonHandler',
 handler='django.core.handlers.modpython'): Application error
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] ServerName:
 'ourserver.address'
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]
 DocumentRoot: '/srv/Reviews/Catalog'
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] URI: '/'
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Location:
 '/'
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Directory:
 None
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Filename: '/
 srv/Reviews/Catalog/'
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] PathInfo: ''
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Traceback
 (most recent call last):
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/mod_python/importer.py, line 1537, in
 HandlerDispatch\ndefault=default_handler, arg=req,
 silent=hlist.silent)
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/mod_python/importer.py, line 1229, in
 _process_target\nresult = _execute_target(config, req, object,
 arg)
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/mod_python/importer.py, line 1128, in
 _execute_target\nresult = object(arg)
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/core/
 handlers/modpython.py, line 228, in handler\nreturn
 ModPythonHandler()(req)
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/core/
 handlers/modpython.py, line 191, in __call__\nself.load_middleware
 ()
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/core/
 handlers/base.py, line 33, in load_middleware\nfor
 middleware_path in settings.MIDDLEWARE_CLASSES:
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/utils/
 functional.py, line 269, in __getattr__\nself._setup()
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/conf/
 __init__.py, line 40, in _setup\nself._wrapped = Settings
 (settings_module)
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/conf/
 __init__.py, line 73, in __init__\nmod = importlib.import_module
 (self.SETTINGS_MODULE)
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/utils/
 importlib.py, line 35, in import_module\n__import__(name)
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/ReviewBoard-1.0.5.1-py2.5.egg/reviewboard/
 settings.py, line 152, in module\ndependency_error('Unable to
 read settings_local.py.')
 [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
 lib/python2.5/site-packages/ReviewBoard-1.0.5.1-py2.5.egg/reviewboard/
 settings.py, line 141, in dependency_error\n

Re: Help to configure Review Board

2009-11-16 Thread Roman Prikhodchenko

Русский:
Там уже есть файл settings_local.py и вроде бы правильно там все.

Eng:
This file already exists in /srv/Reviews/Catalog/

Content of this file:

# Site-specific configuration settings for Review Board
# Definitions of these settings can be found at
# http://docs.djangoproject.com/en/dev/ref/settings/

# Database configuration
DATABASE_ENGINE = 'sqlite3'
DATABASE_NAME = '/srv/Reviews/Catalog/db/reviewboard.db'

# Unique secret key. Don't share this with anybody.
SECRET_KEY = security key

# Cache backend settings.
CACHE_BACKEND = 'memcached://localhost:11211/'

# Extra site information.
SITE_ID = 1
SITE_ROOT = '/'
FORCE_SCRIPT_NAME = ''
DEBUG = False


On Nov 16, 4:04 pm, l...@mail.ru l...@mail.ru wrote:
 dependency_error('Unable to
 read settings_local.py.')

 Русский:
 Посмотри в каталожке где_лежит_ревьюборд/conf файлик settings_local.py - 
 возможно там есть похожий, типа settings_local.py.orig - его надо поправить 
 под себя и переименовать.

 Eng:
 It's seemed like a setup issue - after install we need to edit and rename 
 configuration file from something like settings_local.py.orig to 
 settings_local.py - I dont remember how it named exactly.



 -Original Message-
 From: Roman Prikhodchenko romcheg.pri...@gmail.com
 To: reviewboard reviewboard@googlegroups.com
 Date: Mon, 16 Nov 2009 05:41:06 -0800 (PST)
 Subject: Help to configure Review Board

  Hi!

  My name is Roman, I'm a software developer in a small new company.
  Actually I'm not a system administrator but I was chosen to configure
  some services for project development because there is no system
  administrator in our company yet. One of these services is Review
  Board.

  I have a Debian Linux server with Apache 2 and Python 2.5 installed.
  I've configured the Review Board according to this manual
 http://www.reviewboard.org/docs/manual/dev/admin/installation/linux/
  and created a site according to this
 http://www.reviewboard.org/docs/manual/dev/admin/sites/creating-sites
  Then I've configured Apache using mod_python but when I'm trying to
  enter this site with browser I get an Internal Server Error message.

  You can read detailed information about my problem and configuration
  below. Thanks a lot!

  Site created at /srv/Reviews/Catalog/

  Logs:

  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] mod_python
  (pid=32745, interpreter='ourserver.address', phase='PythonHandler',
  handler='django.core.handlers.modpython'): Application error
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] ServerName:
  'ourserver.address'
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]
  DocumentRoot: '/srv/Reviews/Catalog'
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] URI: '/'
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Location:
  '/'
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Directory:
  None
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Filename: '/
  srv/Reviews/Catalog/'
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] PathInfo: ''
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78] Traceback
  (most recent call last):
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
  lib/python2.5/site-packages/mod_python/importer.py, line 1537, in
  HandlerDispatch\n    default=default_handler, arg=req,
  silent=hlist.silent)
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
  lib/python2.5/site-packages/mod_python/importer.py, line 1229, in
  _process_target\n    result = _execute_target(config, req, object,
  arg)
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
  lib/python2.5/site-packages/mod_python/importer.py, line 1128, in
  _execute_target\n    result = object(arg)
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
  lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/core/
  handlers/modpython.py, line 228, in handler\n    return
  ModPythonHandler()(req)
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
  lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/core/
  handlers/modpython.py, line 191, in __call__\n    self.load_middleware
  ()
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
  lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/core/
  handlers/base.py, line 33, in load_middleware\n    for
  middleware_path in settings.MIDDLEWARE_CLASSES:
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
  lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/utils/
  functional.py, line 269, in __getattr__\n    self._setup()
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
  lib/python2.5/site-packages/Django-1.1.1-py2.5.egg/django/conf/
  __init__.py, line 40, in _setup\n    self._wrapped = Settings
  (settings_module)
  [Mon Nov 16 15:24:35 2009] [error] [client 80.239.242.78]   File /usr/
  

Re: Review Board 1.1 alpha 2 released

2009-11-16 Thread David Solbach

Whohoo! Recaptcha support! This fixes downstream bug #213617 [1]

Thanks a lot!

David


[1] https://bugs.kde.org/show_bug.cgi?id=213617


Am Sonntag, 15. November 2009 23:13:55 schrieb Christian Hammond:
 Hi everyone,
 
 We've just put out a release of Review Board 1.1 alpha 2. This is a major
 enhancement release, and we'd love to get some testing for it.
 
 Information on the release is available on the news post [1] and release
 notes [2].
 
 Christian
 
 
 [1]
 http://www.reviewboard.org/news/2009/11/15/review-board-11-alpha-2-released
 / [2]
 http://www.reviewboard.org/docs/releasenotes/dev/reviewboard/1.1-alpha-2/
 

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



Eclipse plugin: basic usage?

2009-11-16 Thread Bickford, Mark
Hi,
We're just starting to implement ReviewBoard, and I have some questions
about the Eclipse plugin.  I'll be upfront in saying that I have very
little experience with Eclipse (preferring to use IDEA), but some of our
developers use Eclipse and I need to be able to support them.  I am able
to bring up the Reviewboard view in Mylyn, see outstanding reviews and
create a new task; that, in turn, creates an empty review request in RB.
So far, so good.  Now, my questions are this:

1.  When I create a new task, I am offered a dialog in which I can
choose a Subversion repository and enter a revision number.  Is
including a revision number the way to upload a diff through the plugin,
and if so, is it the only way?
2.  Does the plugin have the ability to create a diff from the
changed files in the currently-open project, and automatically post it
when I create the task (i.e., a pre-commit workflow)?

I've had good luck so far with the IDEA plugin someone created, which
exposes most of the post-commit.exe functionality and also ties in well
with the IDEA VCS API.  I am just wondering if the Eclipse plugin has
the same abilities.

Thanks, 
Mark H. Bickford 




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



Re: Integrated authentication with Active Directory

2009-11-16 Thread Akhilesh

Thanks Thilo for the pointer. It fixed he issue.

On Nov 13, 11:39 am, Thilo-Alexander Ginkel th...@ginkel.com
wrote:
 On Friday 13 November 2009 17:36:17Akhileshwrote:

  Thanks Thilo for reply. I see that Find DC from DNS remains
  disabled. How do I enable it?

 IIRC you need to install pydns (e.g., using easy_install).

 Regards,
 Thilo
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Fetching all user accounts from Active Directory

2009-11-16 Thread Akhilesh

Hi,

I have Reviewboard site (running on Windows) integrated with Active
Directory. One issue that I'm seeing is unless end-user accesses
reviewboard site at least once, his/her name doesn't appear in the
drop-down list for People field in the Review Request.

It means I can post the review request to a person who has not
accessed review board site yet. Under administrator UI, I see that
people are added to submitters or 'Users' page only when they access
review board site once.

Is there any way i can fetch all the account information from AD first
and store it with ReviewBoard site? this way I can actually invite
people to reviewboard site via Review requests.

Regards,
Akhilesh
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: Error uploading diff: One or more fields had errors (105)

2009-11-16 Thread Thilo-Alexander Ginkel

On Monday 16 November 2009 11:50:36 developer 236 wrote:
 i installed p4 tool also @ the server m/c, but still getting the same
  error. The p4 is also in path environment variable.

Is the PATH modification also visible to the Apache process hosting Review 
Board? I don't know which OS you are running, but under Windows changing the 
System PATH in the Control Panel is required, but not sufficient to update the 
search path for a service. Typically at least a service (if not server) 
restart is needed to propagate the environment modification to the service 
process.

Regards,
Thilo

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



Re: Fetching all user accounts from Active Directory

2009-11-16 Thread Christian Hammond
There was a post about this recently. Basically, no, we can't scan for
people and add them. However, you can type in a username that exists in your
Active Directory that isn't yet in Review Board, and if it finds it, it will
add to the database.

Christian

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


On Mon, Nov 16, 2009 at 11:40 AM, Akhilesh akhileshjo...@gmail.com wrote:


 Hi,

 I have Reviewboard site (running on Windows) integrated with Active
 Directory. One issue that I'm seeing is unless end-user accesses
 reviewboard site at least once, his/her name doesn't appear in the
 drop-down list for People field in the Review Request.

 It means I can post the review request to a person who has not
 accessed review board site yet. Under administrator UI, I see that
 people are added to submitters or 'Users' page only when they access
 review board site once.

 Is there any way i can fetch all the account information from AD first
 and store it with ReviewBoard site? this way I can actually invite
 people to reviewboard site via Review requests.

 Regards,
 Akhilesh
  To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 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
-~--~~~~--~~--~--~---



RE: Eclipse plugin: basic usage?

2009-11-16 Thread Bickford, Mark

The IDEA plugin is in source form at http://idea-reviewboard.googlecode.com ; I 
checked out the source and built it in IDEA.

The Eclipse plugin was a Google Summer of Code project sponsored by 
ReviewBoard.  I am not sure how to get the source code, but there is an Eclipse 
download site at http://www.knittig.de/ereviewboard/update/ .

-Original Message-
From: reviewboard@googlegroups.com [mailto:reviewbo...@googlegroups.com] On 
Behalf Of Pv
Sent: Monday, November 16, 2009 3:02 PM
To: reviewboard
Subject: Re: Eclipse plugin: basic usage?


Where is this Eclipse and/or IDEA plugin?
I searched the reviewboard and rbtools git repo and didn't see
anything.
I do see the review though:
http://reviews.reviewboard.org/r/967/
But browsing git I can't find that path.

Is there a VS plugin took? [or in the works?]

Pv

On Nov 16, 8:23 am, Bickford, Mark mark_bickf...@wrightexpress.com
wrote:
 Hi,
 We're just starting to implement ReviewBoard, and I have some questions
 about the Eclipse plugin.  I'll be upfront in saying that I have very
 little experience with Eclipse (preferring to use IDEA), but some of our
 developers use Eclipse and I need to be able to support them.  I am able
 to bring up the Reviewboard view in Mylyn, see outstanding reviews and
 create a new task; that, in turn, creates an empty review request in RB.
 So far, so good.  Now, my questions are this:

 1.      When I create a new task, I am offered a dialog in which I can
 choose a Subversion repository and enter a revision number.  Is
 including a revision number the way to upload a diff through the plugin,
 and if so, is it the only way?
 2.      Does the plugin have the ability to create a diff from the
 changed files in the currently-open project, and automatically post it
 when I create the task (i.e., a pre-commit workflow)?

 I've had good luck so far with the IDEA plugin someone created, which
 exposes most of the post-commit.exe functionality and also ties in well
 with the IDEA VCS API.  I am just wondering if the Eclipse plugin has
 the same abilities.

 Thanks,
 Mark H. Bickford
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
-~--~~~~--~~--~--~---




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



Re: Eclipse plugin: basic usage?

2009-11-16 Thread Christian Hammond
You can find it here: http://github.com/mknittig/ereviewboard

It's a Summer of Code project by Markus Knittig, who can explain more about
how to use it.

There's no VS plugin in the works. We only have so many hours in a day. If
someone wants to work on one, do let us know.

Christian

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


On Mon, Nov 16, 2009 at 12:01 PM, Pv p...@swooby.com wrote:


 Where is this Eclipse and/or IDEA plugin?
 I searched the reviewboard and rbtools git repo and didn't see
 anything.
 I do see the review though:
 http://reviews.reviewboard.org/r/967/
 But browsing git I can't find that path.

 Is there a VS plugin took? [or in the works?]

 Pv

 On Nov 16, 8:23 am, Bickford, Mark mark_bickf...@wrightexpress.com
 wrote:
  Hi,
  We're just starting to implement ReviewBoard, and I have some questions
  about the Eclipse plugin.  I'll be upfront in saying that I have very
  little experience with Eclipse (preferring to use IDEA), but some of our
  developers use Eclipse and I need to be able to support them.  I am able
  to bring up the Reviewboard view in Mylyn, see outstanding reviews and
  create a new task; that, in turn, creates an empty review request in RB.
  So far, so good.  Now, my questions are this:
 
  1.  When I create a new task, I am offered a dialog in which I can
  choose a Subversion repository and enter a revision number.  Is
  including a revision number the way to upload a diff through the plugin,
  and if so, is it the only way?
  2.  Does the plugin have the ability to create a diff from the
  changed files in the currently-open project, and automatically post it
  when I create the task (i.e., a pre-commit workflow)?
 
  I've had good luck so far with the IDEA plugin someone created, which
  exposes most of the post-commit.exe functionality and also ties in well
  with the IDEA VCS API.  I am just wondering if the Eclipse plugin has
  the same abilities.
 
  Thanks,
  Mark H. Bickford
  To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 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
-~--~~~~--~~--~--~---



Re: Review Board 1.1 alpha 2 released

2009-11-16 Thread Chris Clark

Christian Hammond wrote:
 We've just put out a release of Review Board 1.1 alpha 2. This is a 
 major enhancement release, and we'd love to get some testing for it.

It looks like 1.1 alpha 2 is at http://reviews.reviewboard.org. I've a 
question on bug or behavior, someone posted a review url recently:

http://reviews.reviewboard.org/r/967/


Which has screen shots, in older releases screen shots had a thumbnail 
view on the main review page. I don't see thumbnails on 
http://reviews.reviewboard.org/r/967/ (FireFox 3.0.x, I also checked IE 
too) but clicking the screenshot links works fine. I don't have a strong 
preference (inclined to retain existing behavior) but it would be good 
to know if this is a bug or a behavior change.

Chris


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



Anyone seeing multiple emails from ReviewBoard

2009-11-16 Thread Chris Clark

I've a report from _some_ users that they are seeing multiple emails 
being sent from Reviewboard.

The scenario is this:

   1. postreview used to create/publish new review
   2. review comments posted by reviewer, this code sucks change it... etc
   3. postreview used to post new diffs, post review _may_ be passing in
  the same description and testing content
   4. ?
   5. Review is published
   6. Reviewboard mails out original diffs but marks the Change
  Description and Testing sections are marked as (updated)
  (although the section text is the same in the email)
   7. Reviewboard mails new diffs


I'm a little hazy on steps 3 and 4, I believe step 5 is via the web 
site. I've implemented a debug version of postreview to get to the 
bottom of exactly what is done client side (essentially a hard coded 
DEBUG=True). At this stage I'm inclined to believe this is NOT a 
Reviewboard issue but I wanted  to see if anyone else was seeing this 
intermittently?

Thanks!

Chris


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



a problem during creating sites

2009-11-16 Thread IRIS WANG

Hi All,

How are you?
This is the first time I installed reviewboard. My web server is
Apache, I already have a Django project on the web server. the Django
project port number is 8000.
I created some tables for the project.
the Django website is running very good.

Today, I installed all the software for review board.
then , run  rb-site install /var/www/reviews.example.com

during the create sites, there were one error.
it did not create database because password error.

After I stop the creating process, and run again,
There were another error.

How can I create the review board site again?

The error screenshot as following:

http://lh6.ggpht.com/_bx27SLUV73U/SwICHXVmL1I/ABo/tUOFS6eadgo/reviewboard10.jpg
http://lh6.ggpht.com/_bx27SLUV73U/SwICHsBZ4kI/ABs/SNwhCTnUfLs/reviewboard11.jpg
http://lh3.ggpht.com/_bx27SLUV73U/SwICHzv1XPI/AB0/CnwrEIgeF7A/reviewboard22.jpg
http://lh5.ggpht.com/_bx27SLUV73U/SwICHi2kw6I/ABw/qu0xQQn-9yA/reviewboard3.jpg

Thank you.


Best
Iris

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



Re: a problem during creating sites

2009-11-16 Thread IRIS WANG

 The error screenshot as following:

http://lh6.ggpht.com/_bx27SLUV73U/SwICHXVmL1I/ABo/tUOFS6eadgo/reviewboard10.jpg
http://lh6.ggpht.com/_bx27SLUV73U/SwICHsBZ4kI/ABs/SNwhCTnUfLs/reviewboard11.jpg
http://lh3.ggpht.com/_bx27SLUV73U/SwICHzv1XPI/AB0/CnwrEIgeF7A/reviewboard22.jpg
http://lh5.ggpht.com/_bx27SLUV73U/SwICHi2kw6I/ABw/qu0xQQn-9yA/reviewboard3.jpg
--~--~-~--~~~---~--~~
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
-~--~~~~--~~--~--~---



Re: How-to use post-review when running multiple repositories

2009-11-16 Thread mary

Thanks for the tip! it's probably my .reviewboardrc file...

On Nov 11, 1:13 am, Christian Hammond chip...@chipx86.com wrote:
 Hi,

 This would only happen if:

 1) You hard-coded the repository path in your copy of post-review.
 2) You have a .reviewboardrc sitting in some parent directory pointing to
 the Perforce repository path.
 3) Your local CVS checkout is somewhere inside your Perforce checkout.

 Christian

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

 On Fri, Nov 6, 2009 at 4:14 PM, mary ciaom...@gmail.com wrote:

  I setup a new CVS repository on my ReviewBoard server (adding to the
  existing Perforce repositories already setup.)

  I'm trying to use 'post-review' to post a CVS review now, but it's not
  working. It's using the repository path for the Perforce repository.

  Is there a way in post-review to explictly set the repository_path
  that should be used?

  Or is this a server side issue? Do I need to configure something
  additionally to support running more than one repository? The only
  thing I've done so far is to add a new repository in the admin GUI
  called cvs.

  Thanks!

  Using RB v1.0.5.1 on Centos5.3
   To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
  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
-~--~~~~--~~--~--~---



Re: a problem during creating sites

2009-11-16 Thread Christian Hammond
Hi,

Did you delete the new site directory before re-running rb-site? rb-site
expects the directory to be non-existent.

Christian

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


On Mon, Nov 16, 2009 at 6:23 PM, IRIS WANG iris.wang@gmail.com wrote:


  The error screenshot as following:


 http://lh6.ggpht.com/_bx27SLUV73U/SwICHXVmL1I/ABo/tUOFS6eadgo/reviewboard10.jpg

 http://lh6.ggpht.com/_bx27SLUV73U/SwICHsBZ4kI/ABs/SNwhCTnUfLs/reviewboard11.jpg

 http://lh3.ggpht.com/_bx27SLUV73U/SwICHzv1XPI/AB0/CnwrEIgeF7A/reviewboard22.jpg

 http://lh5.ggpht.com/_bx27SLUV73U/SwICHi2kw6I/ABw/qu0xQQn-9yA/reviewboard3.jpg
  To unsubscribe from this group, send email to
 reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 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
-~--~~~~--~~--~--~---