ClearCase and Reviewboard congifuration

2009-08-06 Thread jianquan

hi All
I can post the review diff with ClearCase and review board now. but
When i click the View Diff on request page, it display the following
errors. I have install GNU patch.exe and copy it to c:\Apache2.2.
I also set the path as C:\Perl\site\bin;C:\Perl\bin;C:\Oracle
\ora92\bin;c:\jdk1.6\bin;%SystemRoot%\system32;%SystemRoot%;%SystemRoot
%\System32\Wbem;C:\Program Files\Windows Imaging\;C:\Python25;C:
\Python25\Scripts;C:\Program Files\Rational\common;C:\Program Files
\Rational\ClearCase\bin;C:\Program Files\TortoiseSVN\bin;C:\cygwin
\bin;C:\Program Files\GnuWin32\bin to make sure the patch in system
path.

I have installed the memcached as
http://www.review-board.org/docs/manual/dev/admin/installation/windows/

Why i meet such issue? Does anyone know how to solve the issue?

Traceback (most recent call last):
  File c:\python25\lib\site-packages\ReviewBoard-1.0.1-py2.5.egg
\reviewboard\diffviewer\views.py, line 152, in view_diff
interdiffset, highlighting, True)
  File C:\Python25\lib\site-packages\reviewboard-1.0.1-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 623, in get_diff_files
large_data=True)
  File c:\python25\lib\site-packages\Djblets-0.5.1-py2.5.egg\djblets
\util\misc.py, line 144, in cache_memoize
data = lookup_callable()
  File C:\Python25\lib\site-packages\reviewboard-1.0.1-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 622, in lambda
enable_syntax_highlighting),
  File C:\Python25\lib\site-packages\reviewboard-1.0.1-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 344, in get_chunks
old = get_original_file(filediff)
  File C:\Python25\lib\site-packages\reviewboard-1.0.1-py2.5.egg
\reviewboard\diffviewer\diffutils.py, line 251, in get_original_file
large_data=True)[0]
  File c:\python25\lib\site-packages\Djblets-0.5.1-py2.5.egg\djblets
\util\misc.py, line 135, in cache_memoize
if not force_overwrite and cache.has_key(key):
  File c:\python25\lib\site-packages\django-1.0.2_final-py2.5.egg
\django\core\cache\backends\base.py, line 66, in has_key
return self.get(key) is not None
  File c:\python25\lib\site-packages\django-1.0.2_final-py2.5.egg
\django\core\cache\backends\memcached.py, line 25, in get
val = self._cache.get(smart_str(key))
  File build\bdist.win32\egg\memcache.py, line 698, in get
check_key(key)
  File build\bdist.win32\egg\memcache.py, line 994, in check_key
% SERVER_MAX_KEY_LENGTH)
MemcachedKeyLengthError: Key length is  250

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



View Diff shows blank screen

2009-08-06 Thread Geetanjali

Hi,

I have installed RB on linux for a project using subversion.
After creating a review request, on clicking View Diff, I get a blank
screen. The URL points to - http://url to reviewboard/r/5/diff/
#index_header

There are no error messages in the logs. I have installed pysvn 1.6.3
Can you please suggest any pointers to solve this issue.

Thanks a lot.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: ClearCase and Reviewboard setup Continues...

2009-08-06 Thread Dan Savilonis

Jianquan,

You can follow the link in the windows installation instructions here:
http://review-board.org/docs/manual/dev/admin/installation/windows/

Dan

On Aug 5, 11:07 pm, jianquan bianjianq...@gmail.com wrote:
 hi Karthik
 where can i download the GNU-Patch.exe file? I meet the same issue as
 you.

 On Jul 22, 10:43 pm, Karthik karthikeyan1...@gmail.com wrote:

  ( I was not able to post it in the same thread, it always
  error encountered).

  Hi,

      I could post the diff into the review board server. It is no more
  hanging after considering Dan's suggestion(Changing the repository
  path to the drive). I was facing another issue after this.

  When I click to see the view-diff in the review request, I was
  getting following error.

  [Errno 2] No such file or directory: 'd:\\temp\\reviewboard.7px08a\
  \tmpgjsi_l-new'

  Traceback (most recent call last):
    File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\views.py, line 152, in view_diff
      interdiffset, highlighting, True)

    File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\diffutils.py, line 623, in get_diff_files
      large_data=True)

    File c:\python25\lib\site-packages\Djblets-0.5-py2.5.egg\djblets
  \util\misc.py, line 143, in cache_memoize
      data = lookup_callable()

    File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\diffutils.py, line 622, in lambda
      enable_syntax_highlighting),

    File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\diffutils.py, line 345, in get_chunks
      new = get_patched_file(old, filediff)

    File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\diffutils.py, line 261, in get_patched_file
      return patch(filediff.diff, buffer, filediff.dest_file)

    File c:\python25\lib\site-packages\ReviewBoard-1.0-py2.5.egg
  \reviewboard\diffviewer\diffutils.py, line 131, in patch
      f = open(newfile, r)

  IOError: [Errno 2] No such file or directory: 'd:\\temp\\reviewboard.
  7px08a\\tmpgjsi_l-ne

  I had to install the GNU-Patch.exe and put it under apache webserver
  bin path to solve this issue. As of now, everything seems to be going
  fine till now!! :)

  Thanks,
  Karthik


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: substring not found

2009-08-06 Thread MiZhKa

I've tried. Patch is useful. But I have several problems with snapshot
views:
1) To create diff CHECKEDOUT file should be copied to temp folder
2) I've set temp folder to C:\temp because error was occurred with C:
\Documents and Settings\\Temp
3) Now I have problem with uploading of file to server. Server
invalidates diff with error:
cat: /mnt/ftpit/Stream_Name/Component_name/@@/main/0//
@@..myfile.java@@/@@/main/Stream_name/8: No such file or directory\n

I am diving deeper.

On Aug 5, 3:27 am, Dan Savilonis d...@n-cube.org wrote:
 Clearcase support only officially works through post-review since it
 needs to do some tricks to generate the diff. How did you create this
 fake diff? Can you try following the steps I provided in this thread
 and see if you are able to get it to 
 work?http://groups.google.com/group/reviewboard/browse_thread/thread/1a612...

 Dan

 On Aug 4, 4:07 pm, Christian Hammond chip...@chipx86.com wrote:

  Can you provide more information? I need to see the full error log.

  Christian

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

  On Tue, Aug 4, 2009 at 9:34 AM, MiZhKa miz...@gmail.com wrote:

   Hi,

   I've installed Review Board 1.0.1 and added ClearCase repository. To
   test Review Board, I've prepared fake diff file:

   Index: configurations/demo/toolbox.jsp
   ===
   --- configurations/demo/toolbox.jsp     (label )
   +++ configurations/demo/toolbox.jsp     (label copy)
   @@ -4,6 +4,7 @@

   org.buba.ejb.session.custom.CustomXMLizerHome,
                                   org.buba.ejb.session.custom.CustomXMLizer,
                                   org.buba.ejb.framework.*,
   +                                java.math.BigInteger,
                                   org.buba.ejb.session.common.CommonService,

   org.buba.ejb.session.common.CommonServiceHome,
                                   java.util.Collection,

   As result the following error occurred: substring not found.
   What can I do to resolve this problem?

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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 log

2009-08-06 Thread armandoPonce

Hello,
Yes I checked the apache logs and the only think I get is:

 DiffParser.parse: Beginning parse of diff, size = 2702
2009-08-06 06:43:52,945 - DEBUG - DiffParser.parse: Finished parsing
diff.
Host key verification failed.

Not very helpful but I think that is trying to use user apache to
authenticate with my remote ssh+svn repo
Armando


On Aug 5, 6:32 pm, Nathan Heijermans nheijerm...@gmail.com wrote:
 armandoPonce wrote:
  I have the log updated in the Admin Settings to the path:
  /var/www/gnwreviewboard/logs/reviewboard.log
  and I am getting an error when trying to create a precomit review, it
  say connection closed unexpectedly. I'm trying to view the error in
  the log but is not storing the error, I aready setup the parameter
  DBUG = True in the settings_local.py  file and restart apache and
  nothing. Is there any other hidden log? how can I get the full
  description of the error?

 Have you checked apache's error logs? They're typically at /var/log/apache2/ 
 (on Debian-based systems) or /var/log/httpd/ (on Redhat-based systems). That 
 should give you the information you're looking for.

 Nathan Heijermans
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: Something broke! (Error 500) after adding new Git repository

2009-08-06 Thread Ben

Hi there, what was the fix you did for this? I currently have exactly
the same issue and cannot make it work correctly.

On Jul 14, 11:57 pm, wezyde wes.bill...@gmail.com wrote:
 Looks like it was an error in the paths.  I had to enter some
 additional information in the mirror and also create a new local
 clone.

 Working now though.

 Thanks for the help.

 On Jul 14, 3:26 pm, wezyde wes.bill...@gmail.com wrote:

  I just ran...
  git --git-dir=/var/git/repositories/k2.git config
  core.repositoryformatversion

  and it responded with...
  0

  I'm not a python expert, but hopefully that is the command.

  In my repository setup I have
  /var/git/repositories/k2.git

  Thanks.

  On Jul 14, 3:03 pm, Christian Hammond chip...@chipx86.com wrote:

   Actually, it looks like it had trouble with the repository it was 
   configured
   with.

   The relevant code is:

       def __init__(self, path):
           self.path = path
           p = subprocess.Popen(
               ['git', '--git-dir=%s' % self.path, 'config',
                    'core.repositoryformatversion'],
               stderr=subprocess.PIPE,
               stdout=subprocess.PIPE,
               close_fds=(os.name != 'nt')
           )
           contents = p.stdout.read()
           errmsg = p.stderr.read()
           failure = p.wait()

           if failure:
               raise ImportError

   So maybe try executing that same command and making sure it works on the
   exact path specified in your repository info.

   Christian

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

   On Tue, Jul 14, 2009 at 3:02 PM, wezyde wes.bill...@gmail.com wrote:

I definitely have Git on the server.  I'm using it for many projects.
Is is possible that there is an issue with permissions for the apache
user?

On Jul 14, 2:41 pm, Christian Hammond chip...@chipx86.com wrote:
 Looks like git isn't installed on that server.

 We're going to put in better error messages for such failure cases in
1.1,
 but for now, make sure git is installed and in the path.

 Christian

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

 On Tue, Jul 14, 2009 at 2:38 PM, wezyde wes.bill...@gmail.com wrote:

  I just installed reviewboard on a Ubuntu box and things were running
  well.  Once I add a new git repository and click on New Review
  Request I get the Something Broke! page.

  Can anyone help with this?

  Thanks.

  Traceback (most recent call last):

   File /usr/local/lib/python2.6/dist-packages/Django-1.0.2_final-
  py2.6.egg/django/core/handlers/base.py, line 86, in get_response
     response = callback(request, *callback_args, **callback_kwargs)

   File /usr/local/lib/python2.6/dist-packages/Djblets-0.5-py2.6.egg/
  djblets/auth/util.py, line 45, in _checklogin
     return view_func(request, *args, **kwargs)

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/reviews/views.py, line 84, in
  new_review_request
     fields[repo.id] = repo.get_scmtool().get_fields()

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/scmtools/models.py, line 40, in get_scmtool
     return cls(self)

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/scmtools/git.py, line 18, in __init__
     self.client = GitClient(repository.path)

   File /usr/local/lib/python2.6/dist-packages/ReviewBoard-1.0-
  py2.6.egg/reviewboard/scmtools/git.py, line 170, in __init__
     raise ImportError

  ImportError

  ModPythonRequest
  path:/r/new/,
  GET:QueryDict: {},
  POST:QueryDict: {},
  COOKIES:{'rbsessionid': 'a343a2ba1857c6035cfdd714e3e473c8'},
  META:{'AUTH_TYPE': None,
   'CONTENT_LENGTH': 0L,
   'CONTENT_TYPE': None,
   'GATEWAY_INTERFACE': 'CGI/1.1',
   'HTTP_ACCEPT': 'application/xml,application/xhtml+xml,text/
  html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5',
   'HTTP_ACCEPT_CHARSET': 'ISO-8859-1,utf-8;q=0.7,*;q=0.3',
   'HTTP_ACCEPT_ENCODING': 'gzip,deflate,bzip2,sdch',
   'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.8',
   'HTTP_CONNECTION': 'keep-alive',
   'HTTP_COOKIE': 'rbsessionid=a343a2ba1857c6035cfdd714e3e473c8',
   'HTTP_HOST': 'review.firmware',
   'HTTP_REFERER': 'http://review.firmware/account/preferences/?next=/
  dashboard/
   http://review.firmware/account/preferences/?next=/%0Adashboard/
  ',
   'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US)
  AppleWebKit/530.5 (KHTML, like Gecko) Chrome/2.0.172.33 
  Safari/530.5',
   'PATH_INFO': u'/r/new/',
   'PATH_TRANSLATED': None,
   'QUERY_STRING': None,
   'REMOTE_ADDR': 

ReviewBoard Reports

2009-08-06 Thread Scott Quesnelle
Hello,

Is anyone using the reports feature of reviewboard?

I have noticed that there are a few things missing in it, and have done
tidying up.

I have added the period that the report covers to the title line, and also
modified the template to properly deal with quotes and such. Both are minor
changes, but not sure if its worth contributing the diffs back for mainline
inclusion.

Scott

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



post-review No JSON object could be decoded

2009-08-06 Thread chihangid

I am using post-review to create a review. I did not change anything
on the server and it suddenly stops working.

Here is the log with --debug on, I am using perforce. Any idea what
went wrong?

C:\singe\depotpython post-review 36074 --debug
 p4 info
 repository info: Path: :1666, Base path: None, Supports changesets: True
 p4 counters
 Generating diff for changenum 36074
 p4 describe -s 36074
 Processing edit of //depot/wcm/dev/releng/1
 Writing //depot/wcm/dev/releng/1#25 to 
 c:\docume~1\\locals~1\temp\tmpeuzeqx
 p4 print -q //depot/wcm/dev/releng/1#25
 p4 where //depot/wcm/dev/releng/1
 diff -urNp c:\docume~1\\locals~1\temp\tmpeuzeqx 
 c:\singe\depot\wcm\dev\releng\1
 Looking for 'pfwebal01 /' cookie in C:\Documents and Settings\\Local 
 Settings\Application Data\.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:///
Username: 
Password:
 Logging in with username 
 HTTP POSTing to http:///api/json/accounts/login/: {'username': , 
 'password': '**'}
 Logged in.
 Attempting to create review request for 36074
 HTTP POSTing to http:///api/json/reviewrequests/new/: 
 {'repository_path': :1666', 'ch
angenum': '36074'}
Traceback (most recent call last):
  File post-review, line 5, in module
pkg_resources.run_script('rbtools==0.2beta1', 'post-review')
  File C:\Python25\Lib\site-packages\pkg_resources.py, line 448, in
run_script
self.require(requires)[0].run_script(script_name, ns)
  File C:\Python25\Lib\site-packages\pkg_resources.py, line 1173, in
run_script
exec script_code in namespace, namespace
  File C:\singe\depot\post-review, line 2313, in module

  File C:\singe\depot\post-review, line 2295, in main

  File C:\singe\depot\post-review, line 1965, in tempt_fate

  File C:\singe\depot\post-review, line 372, in new_review_request

  File C:\singe\depot\post-review, line 569, in api_post

  File C:\singe\depot\post-review, line 480, in process_json

  File C:\Python25\lib\site-packages\simplejson-2.0.9-py2.5-win32.egg
\simplejson\__init__.py, line 307, in loads
  File C:\Python25\lib\site-packages\simplejson-2.0.9-py2.5-win32.egg
\simplejson\decoder.py, line 335, in decode
  File C:\Python25\lib\site-packages\simplejson-2.0.9-py2.5-win32.egg
\simplejson\decoder.py, line 353, in raw_decode
ValueError: No JSON object could be decoded

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: TFS Support Anytime soon

2009-08-06 Thread Christian Hammond
Hi Bryan,

People have talked about writing support for TFS, but so far nobody's
committed to it. We've briefly looked into what it would take, and it seems
somewhat complicated as there are no APIs we can use from Python. We also
don't have access to a TFS server to develop against, which makes it
difficult. If someone wants to step up and figure out TFS support, we'll be
glad to work on getting it incorporated into Review Board, but until someone
does, we can't commit to including it in any release.

Christian

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


On Thu, Aug 6, 2009 at 6:36 AM, Bryan rowe.br...@gmail.com wrote:


 We are looking to use reviewboard on a project with source control in
 Team Foundation Server.  Are there any plans or any beta versions that
 include support for TFS as a code repository?

 -Bryan

 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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 log

2009-08-06 Thread Christian Hammond
Getting a ssh+svn repository to work is tricky, due to certificates. It
requires getting a valid certificate saved for the web server's user.

Do you have any read-only http repository? If so, you should set that as the
Path for the repository and then set the ssh+svn repository as the Mirror
Path. Review Board will then be able to access the http repository without
dealing with certificates, and yet will still validate with your ssh+svn
repository when uploading diffs.

Christian

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


On Thu, Aug 6, 2009 at 11:47 AM, armandoPonce armando.po...@gmail.comwrote:


 Hello,
 Yes I checked the apache logs and the only think I get is:

  DiffParser.parse: Beginning parse of diff, size = 2702
 2009-08-06 06:43:52,945 - DEBUG - DiffParser.parse: Finished parsing
 diff.
 Host key verification failed.

 Not very helpful but I think that is trying to use user apache to
 authenticate with my remote ssh+svn repo
 Armando


 On Aug 5, 6:32 pm, Nathan Heijermans nheijerm...@gmail.com wrote:
  armandoPonce wrote:
   I have the log updated in the Admin Settings to the path:
   /var/www/gnwreviewboard/logs/reviewboard.log
   and I am getting an error when trying to create a precomit review, it
   say connection closed unexpectedly. I'm trying to view the error in
   the log but is not storing the error, I aready setup the parameter
   DBUG = True in the settings_local.py  file and restart apache and
   nothing. Is there any other hidden log? how can I get the full
   description of the error?
 
  Have you checked apache's error logs? They're typically at
 /var/log/apache2/ (on Debian-based systems) or /var/log/httpd/ (on
 Redhat-based systems). That should give you the information you're looking
 for.
 
  Nathan Heijermans
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: TFS Support Anytime soon

2009-08-06 Thread Jim Deville
What about using Codeplex to develop against and using IronPython to take 
advantage of the .NET API’s

JD

…there is no try
http://blog.jredville.com

From: reviewboard@googlegroups.com [mailto:reviewbo...@googlegroups.com] On 
Behalf Of Christian Hammond
Sent: Thursday, August 06, 2009 4:46 PM
To: reviewboard@googlegroups.com
Subject: Re: TFS Support Anytime soon

Hi Bryan,

People have talked about writing support for TFS, but so far nobody's committed 
to it. We've briefly looked into what it would take, and it seems somewhat 
complicated as there are no APIs we can use from Python. We also don't have 
access to a TFS server to develop against, which makes it difficult. If someone 
wants to step up and figure out TFS support, we'll be glad to work on getting 
it incorporated into Review Board, but until someone does, we can't commit to 
including it in any release.

Christian

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

On Thu, Aug 6, 2009 at 6:36 AM, Bryan 
rowe.br...@gmail.commailto:rowe.br...@gmail.com wrote:

We are looking to use reviewboard on a project with source control in
Team Foundation Server.  Are there any plans or any beta versions that
include support for TFS as a code repository?

-Bryan




--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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: TFS Support Anytime soon

2009-08-06 Thread Christian Hammond
Hi Jim,

This is one thing that came up when I was discussing this with someone else.
I think what I'd like to see is a tool that Review Board can use (much like
it uses svn/cvs/etc) for the file lookups. That could be written in
IronPython, C#, whatever. As long as it can be installed and Review Board
can call it. I don't to deal with making sure Review Board stays compatible
with IronPython, though, as it just increases are maintenance and support
burden.

Christian

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


On Thu, Aug 6, 2009 at 5:50 PM, Jim Deville jdevi...@microsoft.com wrote:

 What about using Codeplex to develop against and using IronPython to take
 advantage of the .NET API’s



 JD



 …there is no try

 http://blog.jredville.com



 *From:* reviewboard@googlegroups.com [mailto:reviewbo...@googlegroups.com]
 *On Behalf Of *Christian Hammond
 *Sent:* Thursday, August 06, 2009 4:46 PM
 *To:* reviewboard@googlegroups.com
 *Subject:* Re: TFS Support Anytime soon



 Hi Bryan,

 People have talked about writing support for TFS, but so far nobody's
 committed to it. We've briefly looked into what it would take, and it seems
 somewhat complicated as there are no APIs we can use from Python. We also
 don't have access to a TFS server to develop against, which makes it
 difficult. If someone wants to step up and figure out TFS support, we'll be
 glad to work on getting it incorporated into Review Board, but until someone
 does, we can't commit to including it in any release.

 Christian

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

 On Thu, Aug 6, 2009 at 6:36 AM, Bryan rowe.br...@gmail.com wrote:


 We are looking to use reviewboard on a project with source control in
 Team Foundation Server.  Are there any plans or any beta versions that
 include support for TFS as a code repository?

 -Bryan




 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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 log

2009-08-06 Thread Armando Ponce
Hello Christian,
Yes well I don't have any read-onlyhttp and I don't think I will, I've seen
the post regarding this similar problem and it seems that there's no
solution using ssh+svn, unless, I guess, there's a way I can run apache with
a username that has subversion account.


On Thu, Aug 6, 2009 at 6:58 PM, Christian Hammond chip...@chipx86.comwrote:

 Getting a ssh+svn repository to work is tricky, due to certificates. It
 requires getting a valid certificate saved for the web server's user.

 Do you have any read-only http repository? If so, you should set that as
 the Path for the repository and then set the ssh+svn repository as the
 Mirror Path. Review Board will then be able to access the http repository
 without dealing with certificates, and yet will still validate with your
 ssh+svn repository when uploading diffs.

 Christian

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



 On Thu, Aug 6, 2009 at 11:47 AM, armandoPonce armando.po...@gmail.comwrote:


 Hello,
 Yes I checked the apache logs and the only think I get is:

  DiffParser.parse: Beginning parse of diff, size = 2702
 2009-08-06 06:43:52,945 - DEBUG - DiffParser.parse: Finished parsing
 diff.
 Host key verification failed.

 Not very helpful but I think that is trying to use user apache to
 authenticate with my remote ssh+svn repo
 Armando


 On Aug 5, 6:32 pm, Nathan Heijermans nheijerm...@gmail.com wrote:
  armandoPonce wrote:
   I have the log updated in the Admin Settings to the path:
   /var/www/gnwreviewboard/logs/reviewboard.log
   and I am getting an error when trying to create a precomit review, it
   say connection closed unexpectedly. I'm trying to view the error in
   the log but is not storing the error, I aready setup the parameter
   DBUG = True in the settings_local.py  file and restart apache and
   nothing. Is there any other hidden log? how can I get the full
   description of the error?
 
  Have you checked apache's error logs? They're typically at
 /var/log/apache2/ (on Debian-based systems) or /var/log/httpd/ (on
 Redhat-based systems). That should give you the information you're looking
 for.
 
  Nathan Heijermans



 



-- 
---
Ing. Armando Ponce Corral
811-466-7881

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To post to this group, send email to reviewboard@googlegroups.com
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
-~--~~~~--~~--~--~---



Issue 1136 in reviewboard: Support for apache/mod_wsgi

2009-08-06 Thread codesite-noreply


Comment #3 on issue 1136 by Graham.Dumpleton: Support for apache/mod_wsgi
http://code.google.com/p/reviewboard/issues/detail?id=1136

That WSGI script file is only correct if using Django  1.0 and the  
application is mounted at a sub URL and the
urls.py is setup in a specific way. If the application is mounted at the  
root of the site, it would be done
differently and you wouldn't need the fiddles at all if using Django 1.0 or  
later.

Thus, you are going to need a lot of qualifications on this if you are  
going to promote it as the deployment
method.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 1260 in reviewboard: when scheduling a FFA match, it's no obvious which team is the Home one

2009-08-06 Thread codesite-noreply

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

New issue 1260 by gregory.rome: when scheduling a FFA match, it's no  
obvious which team is the Home one
http://code.google.com/p/reviewboard/issues/detail?id=1260

In the 'Schedule Match' page: index.php?section=adminsubsec=tournament

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 1260 in reviewboard: when scheduling a FFA match, it's no obvious which team is the Home one

2009-08-06 Thread codesite-noreply

Updates:
Status: NotABug

Comment #2 on issue 1260 by trowbrds: when scheduling a FFA match, it's no  
obvious which team is the Home one
http://code.google.com/p/reviewboard/issues/detail?id=1260

(No comment was entered for this change.)

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 1261 in reviewboard: updating diff bug

2009-08-06 Thread codesite-noreply

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

New issue 1261 by david.bauer06: updating diff bug
http://code.google.com/p/reviewboard/issues/detail?id=1261

*NOTE: Do not post confidential information in this bug report.*

What version are you running?
1.0

What's the URL of the page containing the problem?
not sure

What steps will reproduce the problem?
1. click update diff
2. enter information in window to update diff
3. click upload

What is the expected output? What do you see instead?
I'm not sure what the expected output is.  I see an error box saying the
updated didn't couldn't be uploaded.

What operating system are you using? What browser?
windows XP, opera

Please provide any additional information below.
when I refresh my browswer after I dismiss that error box I see that I can
still publish my changes and I'm able to see the updated diff.  I do not
believe that the error box (saying my uploaded diff failed) is correct.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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



Issue 1262 in reviewboard: comment window resizes oddly and often

2009-08-06 Thread codesite-noreply

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

New issue 1262 by watkinsig: comment window resizes oddly and often
http://code.google.com/p/reviewboard/issues/detail?id=1262

*NOTE: Do not post confidential information in this bug report.*

What version are you running?
1.0

What's the URL of the page containing the problem?
[reviewboard url]/r/[review number]

What steps will reproduce the problem?
1. Find an open review.
2. Click on add comment
3. Type in the text area.

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

Expect the comment text area to grow reasonably when needed, and when
removing lines, to keep the cursor visible.

Under chrome, the comment area grows on every character press.
Under firefox, the comment area grows as needed, but when removing text
(via backspace), a scrollbar sometimes appears, and the window begins
displaying the start of the comment, rather than the portion being edited.


What operating system are you using? What browser?
Windows/chrome, Ubuntu/Firefox 3.5.1

Please provide any additional information below.


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

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