Re: How to change Domain Name of Email

2010-02-12 Thread Onkar
Have you tried changing the setting on admin interface - Admin - 
Settings - General?

-- 
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: Problems installing Review Board on RHEL v5.1

2010-02-12 Thread James McDougall
Hi,

A couple of points I failed to raise earlier.  If anyone can help
point me in the right direction, I would appreciate it.

- I _have_ installed psycopg2 for Postgres access.  easy_install
confirms this.
- I have _not_ (and don't intend to) install the sqlite3 or MySQL
support because I am not using their databases.

Two questions.
- Do I need all three or is the installer just making sure I've got at
least one?  The error message is not very clear.
- If just the one, then how is it checking to see if psycopg2 is
installed?

Thanks

James

On Feb 8, 6:32 pm, James McDougall jamesmcdoug...@gmail.com wrote:
 Hi,

 I am attempting to set up Review Board for the first time on RHEL V5.1
 following the Admin docs.  I'm using Apache and Postgresql.

 Everything appears to be going fine until I run rb-site install which
 bombs out with missing modules (below).  How can I find out what is
 missing?  I've tried --debug and --console but am not seeing any
 further debug info.

 Thanks

 James

 [r...@mrbump ] /tmp rb-site --debug install /var/www/
 reviews.example.com

 snip

 * Required modules are missing.

     You are missing Python modules that are needed before the
     installation process. You will need to install the necessary
     modules and restart the install.

     Databases (required):
         * sqlite3 (pysqlite2, sqlite3)
         * MySQL (MySQLdb)
         * PostgreSQL (psycopg2)

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


Question about diff recommendation with post-review

2010-02-12 Thread Dana Lacoste
OK, so I'm looking at rolling out ReviewBoard in my new job and
everything's fine, EXCEPT:

 

What diff command to use?

 

I know MKS Toolkit won't work, I know that it pretty much needs to be
the GNU diff, so I did what I normally do and installed Cygwin.

 

The thing is, the cygwin latest (1.7) diff command won't work with DOS
paths.  Well, it can, but it complains, resulting in this:

 

C:\TEMPpost-review -d 31214

 p4 info

 repository info: Path: server:1666, Base path: None, Supports
changesets: True

 p4 counters

 Generating diff for changenum 31214

 p4 describe -s 31214

 Processing edit of //path/to/filename.txt

 Writing //path/to/filename.txt #3 to c:\temp\tmpszo_ox

 p4 print -o c:\temp\tmpszo_ox -q //path/to/filename.txt#3

 diff -urNp c:\temp\tmpszo_ox C:\Perforce\path\to\filename.txt

Unable to parse diff header:   MS-DOS style path detected:
c:\temp\tmpszo_ox

 

HUH?

 

So, it turns out that you can do this:

 

set CYGWIN=nodosfilewarning

 

...which tells CYGWIN to not complain about using dos style pathnames,
but I was wondering if anyone had a suggestion for an alternative
solution.

 

Thanks for any advice!

 

Dana Lacoste

-- 
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: Problems installing Review Board on RHEL v5.1

2010-02-12 Thread Christian Hammond
Hi James,

You only need one. It's just warning you about the missing modules in case
you want them, before you go too far into the install process.

It's checking the modules by trying to import them. If it's not finding
them, then the module is not in your Python path. It could be that there are
two different versions of Python involved here.

Specifically, in the case of Postgres support, we do:

__import__(psycopg2)

Christian

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


On Tue, Feb 9, 2010 at 10:18 AM, James McDougall
jamesmcdoug...@gmail.comwrote:

 Hi,

 A couple of points I failed to raise earlier.  If anyone can help
 point me in the right direction, I would appreciate it.

 - I _have_ installed psycopg2 for Postgres access.  easy_install
 confirms this.
 - I have _not_ (and don't intend to) install the sqlite3 or MySQL
 support because I am not using their databases.

 Two questions.
 - Do I need all three or is the installer just making sure I've got at
 least one?  The error message is not very clear.
 - If just the one, then how is it checking to see if psycopg2 is
 installed?

 Thanks

 James

 On Feb 8, 6:32 pm, James McDougall jamesmcdoug...@gmail.com wrote:
  Hi,
 
  I am attempting to set up Review Board for the first time on RHEL V5.1
  following the Admin docs.  I'm using Apache and Postgresql.
 
  Everything appears to be going fine until I run rb-site install which
  bombs out with missing modules (below).  How can I find out what is
  missing?  I've tried --debug and --console but am not seeing any
  further debug info.
 
  Thanks
 
  James
 
  [r...@mrbump ] /tmp rb-site --debug install /var/www/
  reviews.example.com
 
  snip
 
  * Required modules are missing.
 
  You are missing Python modules that are needed before the
  installation process. You will need to install the necessary
  modules and restart the install.
 
  Databases (required):
  * sqlite3 (pysqlite2, sqlite3)
  * MySQL (MySQLdb)
  * PostgreSQL (psycopg2)

 --
 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.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: reviewboard and clearcase problem

2010-02-12 Thread Christian Hammond
You can use post-review --output-diff to generate the diff without pushing
it to the server.

What version is running on the server? You may be able to find some data in
the log files, if you turn logging on.

Christian

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


On Fri, Feb 12, 2010 at 4:19 AM, eeiths eei...@gmail.com wrote:

 I'm trying the post-review tool on windows env but i get the following
 error ...wondering is this a clearcase issue or reviewboard.

 is the a command to create the diff in isolation ..so I can see or
 upload it via the GUI.
 How can i debug the server side ..?

 Any help appreciated .

 C:\python25\Scriptscleartool lsco  -me -cview -recurse -short  X:\ |
 sed s/\\/\//g | xargs post-review  -d
  --server=http://ev001f29a331be/
  cleartool pwv -short
  repository info: Path: X:/, Base path: X:/, Supports changesets: False
  cleartool desc -pre X:\wran_cm_cms\PlannedAreaUpdator.java
  cleartool desc -fmt %Vn X:\
  cleartool desc -fmt %Vn X:\wran_cm_cms
 :
 :

  cleartool get -to
 c:\users\etomhar\appdata\local\temp\ae893516429051478f79222898e00140
 X:\wran_cm_cms\PlannedAreaUpdator.java@
 @\main\at_ossrc_dev\at_ossrc_r7_inc70.26\4
  Looking for 'ev001f29a331be /reviews/' cookie in C:\Users\etomhar\Local
 Settings\Application Data\.post-review-cookies.txt
  Loaded valid cookie -- no login required
  Attempting to create review request for None
  HTTP POSTing to
 http://ev001f29a331be/reviews/api/json/reviewrequests/new/:
 {'repository_path': 'X:/'}
  Review request created
  Attempting to set field 'description' to '** NONE **
 VIEWTYPE: dynamic
 ' for review request '6'
  HTTP POSTing to
 http://ev001f29a331be/reviews/api/json/reviewrequests/6/draft/set/:
 {'description': '** NONE **\nVIEWTYPE: dynamic\n'}
  HTTP POSTing to
 http://ev001f29a331be/reviews/api/json/reviewrequests/6/draft/save/: {}
  Review request draft saved
  Uploading diff, size: 29
  HTTP POSTing to
 http://ev001f29a331be/reviews/api/json/reviewrequests/6/diff/new/:
 {'basedir': 'X:/'}
 Error uploading diff: One or more fields had errors (105)
  {'fields': {'path': ['The diff file is empty']}, 'stat': 'fail', 'err':
 {'msg': 'One or more fields had errors', 'code': 105}}
 Your review request still exists, but the diff is not attached.

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