Re: [reviewboard for git] Error uploading diff

2016-06-02 Thread David Trowbridge
The "Raw File URL Mask" is wrong. Review Board requires interfaces which
are not available in the git remote APIs, so when using plain git
repositories (those not hosted by a service), you either need to have a
local checkout or use a frontend that allows individual file access such as
GitWeb or cgit.

See
https://www.reviewboard.org/docs/manual/2.5/admin/configuration/repositories/#raw-file-urls
for
details.

-David

On Thu, Jun 2, 2016 at 7:38 AM 尹慧贤  wrote:

>
>
>
>1.  The review board is installed on windows 7.
>2.  the git is deployed on ubuntu.
>3. the review board configuration as
>
>
>
> 
>4. the review board rc file:
>
>   REVIEWBOARD_URL = "http://135.242.156.181/reviewboard;
>   REPOSITORY = "http://192.168.112.128/git/itfm.git;
>  REPOSITORY = 'internal'
>  USERNAME = "andy"
>  PASSWORD = "123456"
>
>
> and the error output is :
>   root@ubuntu:/tmp/itfm# post-review --debug --parent=HEAD~8
> >>> RBTools 0.3.4
> >>> Home = /root
> >>> svn info
> >>> git rev-parse --git-dir
> >>> git config core.bare
> >>> git symbolic-ref -q HEAD
> >>> git config --get branch.master.merge
> >>> git config --get branch.master.remote
> >>> git config --get remote.origin.url
> >>> repository info: Path: http://192.168.112.128/git/itfm.git, Base
> path: , Supports changesets: False
> >>> HTTP GETting api/
> >>> HTTP GETting http://135.242.156.181/reviewboard/api/info/
> >>> Using the new web API
> >>> git merge-base origin/master refs/heads/master
> >>> git diff --no-color --full-index --no-ext-diff HEAD~8
> >>> git diff --no-color --full-index --no-ext-diff
> 793a79c2afe0beeabf03c39b7d718a1b12f45711..HEAD~8
> >>> Attempting to create review request on internal for None
> >>> HTTP POSTing to
> http://135.242.156.181/reviewboard/api/review-requests/: {'repository':
> 'internal'}
> >>> Review request created
> >>> Uploading diff, size: 82038
> >>> Uploading parent diff, size: 82013
> >>> HTTP POSTing to
> http://135.242.156.181/reviewboard/api/review-requests/35/diffs/: {}
> >>> Got API Error 207 (HTTP code 400): The file was not found in the
> repository.
> >>> Error data: {u'stat': u'fail', u'file': u'confd-wrapper/IDatabase.h',
> u'err': {u'msg': u'The file was not found in the repository.', u'code':
> 207}, u'revision': u'd1f51fe8636a7918edbe3c20d9528b40b64347e6'}
>
>
> Appreciate for any help...
>
>
>
>
>
> --
> Supercharge your Review Board with Power Pack:
> https://www.reviewboard.org/powerpack/
> Want us to host Review Board for you? Check out RBCommons:
> https://rbcommons.com/
> Happy user? Let us know! https://www.reviewboard.org/users/
> ---
> You received this message because you are subscribed to the Google Groups
> "reviewboard" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to reviewboard+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: ReviewBoard with git. “There don't seem to be any diffs!” but I see them.

2013-07-08 Thread David Trowbridge
With git, pre-commit really means pre-merge or pre-push. Most of us work in 
topic branches on our local clone, and only merge those changes to master after 
they've been reviewed.

-David

On Jul 8, 2013, at 8:27 AM, Emanuele Ianni die...@gmail.com wrote:

 I'm trying this codereview tool. I'm having problems with git. This is the 
 output of git status:
 
 # On branch master
 # Changes not staged for commit:
 #   (use git add file... to update what will be committed)
 #   (use git checkout -- file... to discard changes in working directory)
 #
 #   modified:   path/to/something/modified.js
 #
 # Untracked files:
 #   (use git add file... to include in what will be committed)
 #
 #   .gitignore
 #   .reviewboardrc
 If i try to run post-review --guess-summary --guess-description -p under this 
 status I get this message:
 
 There don't seem to be any diffs!
 
 Now, if I run git add -u, my git status is:
 
 # On branch master
 # Changes to be committed:
 #   (use git reset HEAD file... to unstage)
 #
 #   modified:   path/to/something/modified.js
 #
 # Untracked files:
 #   (use git add file... to include in what will be committed)
 #
 #   .gitignore
 #   .reviewboardrc
 With this situation, if I run again post-review --guess-summary 
 --guess-description -p I still get the same message:
 
 There don't seem to be any diffs!
 
 At this point if I commit it with the command git commit -m my commit I 
 have the following message (obviously):
 
 [master 027e044] my commit 1 file changed, 1 insertion(+)
 
 and I run again the post-review command I have the output:
 
 Review request #22 posted.
 
 http://192.168.133.218/r/22/
 This puzzles me because If you go to read the ReviewBoard FAQ here's the 
 message:
 
 A basic pre-commit workflow with git would look like this:
 
 Clone the central repository.
 Make a change you want reviewed, but do not commit it yet.
 Run post-review (or otherwise submit a diff).
 Get reviews, update your change as needed.
 When the change is marked to ship, commit it to master and push it to the 
 origin.
 Since my intention was doing a pre-commit, can you explain to me why there 
 are no diff after I stage changes for commit?
 
 -- 
 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at http://www.reviewboard.org/users/
 -~--~~~~--~~--~--~---
 To unsubscribe from this group, send email to 
 reviewboard+unsubscr...@googlegroups.com
 For more options, visit this group at 
 http://groups.google.com/group/reviewboard?hl=en
 --- 
 You received this message because you are subscribed to the Google Groups 
 reviewboard group.
 To unsubscribe from this group and stop receiving emails from it, send an 
 email to reviewboard+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.
  
  

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
reviewboard group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: ReviewBoard with GIT

2010-07-11 Thread Christian Hammond
Can you run with --output-diff and see if the result looks correct to you?

Christian

On Friday, July 9, 2010, Sapna Vempati sapnavemp...@gmail.com wrote:
 Thanks Christian. After modifying the Apache path, I was able to add the repo 
 !

 From my local workspace (for the added repo), I am trying to post a review. 
 For this, I did the following, but am having issues with the diff.

 postreview.py in my local workspace.
 run postreview as: postreview.py --guess-summary  am getting this error. 
 Review has been posted and I am also able to send the request to the 
 reviewer, but without the diff information.
 $ ../postreview.py --guess-summary
 _make_url: path = api/json/reviewrequests/new/
 _make_url:app = /
 _make_url: joined URL = http://test-url.com/api/json/reviewrequests/new/
 _make_url: Resulting URL = http://test-url.com/api/json/reviewrequests/new/
 _make_url: path = api/json/reviewrequests/80/draft/set/
 _make_url:app = /
 _make_url: joined URL = 
 http://test-url.com/api/json/reviewrequests/80/draft/set/
 _make_url: Resulting URL = 
 http://test-url.com/api/json/reviewrequests/80/draft/set/
 _make_url: path = api/json/reviewrequests/80/draft/save/
 _make_url:app = /
 _make_url: joined URL = 
 http://test-url.com/api/json/reviewrequests/80/draft/save/
 _make_url: Resulting URL = 
 http://test-url.com/api/json/reviewrequests/80/draft/save/
 _make_url: path = api/json/reviewrequests/80/diff/new/
 _make_url:app = /
 _make_url: joined URL = 
 http://test-url.com/api/json/reviewrequests/80/diff/new/
 _make_url: Resulting URL = 
 http://test-url.com/api/json/reviewrequests/80/diff/new/
 Error uploading diff: One or more fields had errors (105)
 Your review request still exists, but the diff is not attached.
 Thanks for the help !
 Sapna

 On Tue, Jul 6, 2010 at 2:43 PM, Christian Hammond chip...@chipx86.com wrote:
 Sounds like git is not in the path. If that's the error you're getting, then 
 it's definitely not finding that in the PATH that Apache sees.


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






 On Tue, Jul 6, 2010 at 2:39 PM, Sapna Vempati sapnavemp...@gmail.com wrote:





 I am still not able to set RB for git.

 This is the local path where I have a workspace. This is the copy of the main 
 repository. To setup initially, will use this local path and not cgit (just 
 by periodic pull of main repository, to this local path):

 /projects/mobcom_andrbuilds/users/reviewboard.

 I specified, the following in RB webpage, under admin -- repositories,

 Hosting service:: custom
 Repository type:: git
 path: /projects/mobcom_andrbuilds/users/reviewboard/brcm_tools/scripts/.git
 mirror path:: empty
 Raw file URL mask:: empty

 When I try to save, I get this error:
 The executable git is not in the path.

 I am not sure what I am missing. BTW, I have RB 1.5 Beta2 installed.

 Thanks for the help again,
 Sapna




 On Thu, Jul 1, 2010 at 6:26 PM, Christian Hammond chip...@chipx86.com wrote:





 On Thursday, July 1, 2010, Sapna Vempati sapnavemp...@gmail.com wrote:
 Hi Christian,
 I am trying to configure a repository on our RB test server, and am having 
 trouble filling these fields below,

 When I am under--- admin --- repositories,

 path:  (It says) For git, this should be the path to the .git repository on 
 the local disk.

 But the repo is not on the local disk, but on a central repository. Can I 
 have the unix path to our central server on ubuntu ? (Since I am going to 
 use cgit, I assume I don't have to clone the central repository to my local 
 ?)


 This only needs to point to a local clone if you're not using the raw
 URL path. Otherwise, it should be the upstream path.



 mirror path: Blank ?

 Raw file URL Mask:
 for example: The upper-level directory url with all paths to the .gits is: 
 http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos (say under here 
 I need to set to this repo: git_repos/repo_tools/scripts.git)

 How will I get the filename (can be a lot of file in this repo)  
 revision, as suggested on your website for this field.
  http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_tools/scripts.git/

 It's intended as a mask. The filename and revision are literala,
 which Review Board will automatically replace with the needed
 filename.

 This is being reworked for the final release and will be easier then.

 Christian

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


 --


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


 Want to help the Review Board project? Donate today at 
 http://www.reviewboard.org/donate/
 Happy user? Let us know at 

Re: ReviewBoard with GIT

2010-07-09 Thread Sapna Vempati
Thanks Christian. After modifying the Apache path, I was able to add the
repo !

From my local workspace (for the added repo), I am trying to post a review.
For this, I did the following, but am having issues with the diff.

   - postreview.py in my local workspace.
   - run postreview as: postreview.py --guess-summary  am getting this
   error. Review has been posted and I am also able to send the request to the
   reviewer, but without the diff information.

$ ../postreview.py --guess-summary
_make_url: path = api/json/reviewrequests/new/
_make_url:app = /
_make_url: joined URL =
http://test-url.com/api/json/reviewrequests/new/http://%3ctest-url%3e.com/api/json/reviewrequests/new/
_make_url: Resulting URL =
http://test-url.com/api/json/reviewrequests/new/http://%3ctest-url%3e.com/api/json/reviewrequests/new/
_make_url: path = api/json/reviewrequests/80/draft/set/
_make_url:app = /
_make_url: joined URL =
http://test-url.com/api/json/reviewrequests/80/draft/set/http://%3ctest-url%3e.com/api/json/reviewrequests/80/draft/set/
_make_url: Resulting URL =
http://test-url.com/api/json/reviewrequests/80/draft/set/http://%3ctest-url%3e.com/api/json/reviewrequests/80/draft/set/
_make_url: path = api/json/reviewrequests/80/draft/save/
_make_url:app = /
_make_url: joined URL =
http://test-url.com/api/json/reviewrequests/80/draft/save/http://mob-rb-test.sj.broadcom.com/api/json/reviewrequests/80/draft/save/
_make_url: Resulting URL =
http://test-url.com/api/json/reviewrequests/80/draft/save/http://mob-rb-test.sj.broadcom.com/api/json/reviewrequests/80/draft/save/
_make_url: path = api/json/reviewrequests/80/diff/new/
_make_url:app = /
_make_url: joined URL =
http://test-url.com/api/json/reviewrequests/80/diff/new/http://mob-rb-test.sj.broadcom.com/api/json/reviewrequests/80/diff/new/
_make_url: Resulting URL =
http://test-url.com/api/json/reviewrequests/80/diff/new/http://mob-rb-test.sj.broadcom.com/api/json/reviewrequests/80/diff/new/
Error uploading diff: One or more fields had errors (105)
Your review request still exists, but the diff is not attached.
Thanks for the help !
Sapna

On Tue, Jul 6, 2010 at 2:43 PM, Christian Hammond chip...@chipx86.comwrote:

 Sounds like git is not in the path. If that's the error you're getting,
 then it's definitely not finding that in the PATH that Apache sees.


 Christian

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


   On Tue, Jul 6, 2010 at 2:39 PM, Sapna Vempati sapnavemp...@gmail.comwrote:

   I am still not able to set RB for git.

 This is the local path where I have a workspace. This is the copy of the
 main repository. To setup initially, will use this local path and not cgit
 (just by periodic pull of main repository, to this local path):
 /projects/mobcom_andrbuilds/users/reviewboard.

 I specified, the following in RB webpage, under *admin -- repositories,*
 **
 *Hosting service::* custom
 *Repository type::* git
 *path:*/projects/mobcom_andrbuilds/users/reviewboard/brcm_tools/scripts/.git
 *mirror path::* empty
 *Raw file URL mask::* empty

 When I try to save, I get this error:
 The executable git is not in the path.
 I am not sure what I am missing. BTW, I have RB 1.5 Beta2 installed.

 Thanks for the help again,
 Sapna
   On Thu, Jul 1, 2010 at 6:26 PM, Christian Hammond 
 chip...@chipx86.comwrote:

   On Thursday, July 1, 2010, Sapna Vempati sapnavemp...@gmail.com
 wrote:
  Hi Christian,
  I am trying to configure a repository on our RB test server, and am
 having trouble filling these fields below,
 
  When I am under--- admin --- repositories,
 
  path:  (It says) For git, this should be the path to the .git
 repository on the local disk.
 
  But the repo is not on the local disk, but on a central repository. Can
 I have the unix path to our central server on ubuntu ? (Since I am going to
 use cgit, I assume I don't have to clone the central repository to my local
 ?)


 This only needs to point to a local clone if you're not using the raw
 URL path. Otherwise, it should be the upstream path.

 
 
  mirror path: Blank ?
 
  Raw file URL Mask:
  for example: The upper-level directory url with all paths to the .gits
 is: http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos (say
 under here I need to set to this repo: git_repos/repo_tools/scripts.git)
 
  How will I get the filename (can be a lot of file in this repo) 
 revision, as suggested on your website for this field.
   
 http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_tools/scripts.git/
 

 It's intended as a mask. The filename and revision are literala,
 which Review Board will automatically replace with the needed
 filename.

 This is being reworked for the final release and will be easier then.

 Christian

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

 --
  Want to help the Review Board project? Donate today 

Re: ReviewBoard with GIT

2010-07-06 Thread Sapna Vempati
I am still not able to set RB for git.

This is the local path where I have a workspace. This is the copy of the
main repository. To setup initially, will use this local path and not cgit
(just by periodic pull of main repository, to this local path):
/projects/mobcom_andrbuilds/users/reviewboard.

I specified, the following in RB webpage, under *admin -- repositories,*
**
*Hosting service::* custom
*Repository type::* git
*path:*/projects/mobcom_andrbuilds/users/reviewboard/brcm_tools/scripts/.git
*mirror path::* empty
*Raw file URL mask::* empty

When I try to save, I get this error:
The executable git is not in the path.
I am not sure what I am missing. BTW, I have RB 1.5 Beta2 installed.

Thanks for the help again,
Sapna
On Thu, Jul 1, 2010 at 6:26 PM, Christian Hammond chip...@chipx86.comwrote:

 On Thursday, July 1, 2010, Sapna Vempati sapnavemp...@gmail.com wrote:
  Hi Christian,
  I am trying to configure a repository on our RB test server, and am
 having trouble filling these fields below,
 
  When I am under--- admin --- repositories,
 
  path:  (It says) For git, this should be the path to the .git repository
 on the local disk.
 
  But the repo is not on the local disk, but on a central repository. Can I
 have the unix path to our central server on ubuntu ? (Since I am going to
 use cgit, I assume I don't have to clone the central repository to my local
 ?)


 This only needs to point to a local clone if you're not using the raw
 URL path. Otherwise, it should be the upstream path.

 
 
  mirror path: Blank ?
 
  Raw file URL Mask:
  for example: The upper-level directory url with all paths to the .gits
 is: http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos (say
 under here I need to set to this repo: git_repos/repo_tools/scripts.git)
 
  How will I get the filename (can be a lot of file in this repo) 
 revision, as suggested on your website for this field.
   
 http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_tools/scripts.git/
 

 It's intended as a mask. The filename and revision are literala,
 which Review Board will automatically replace with the needed
 filename.

 This is being reworked for the final release and will be easier then.

 Christian

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

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

2010-07-06 Thread Christian Hammond
Sounds like git is not in the path. If that's the error you're getting, then
it's definitely not finding that in the PATH that Apache sees.

Christian

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


On Tue, Jul 6, 2010 at 2:39 PM, Sapna Vempati sapnavemp...@gmail.comwrote:

 I am still not able to set RB for git.

 This is the local path where I have a workspace. This is the copy of the
 main repository. To setup initially, will use this local path and not cgit
 (just by periodic pull of main repository, to this local path):
 /projects/mobcom_andrbuilds/users/reviewboard.

 I specified, the following in RB webpage, under *admin -- repositories,*
 **
 *Hosting service::* custom
 *Repository type::* git
 *path:*/projects/mobcom_andrbuilds/users/reviewboard/brcm_tools/scripts/.git
 *mirror path::* empty
 *Raw file URL mask::* empty

 When I try to save, I get this error:
 The executable git is not in the path.
 I am not sure what I am missing. BTW, I have RB 1.5 Beta2 installed.

 Thanks for the help again,
 Sapna
 On Thu, Jul 1, 2010 at 6:26 PM, Christian Hammond chip...@chipx86.comwrote:

 On Thursday, July 1, 2010, Sapna Vempati sapnavemp...@gmail.com wrote:
  Hi Christian,
  I am trying to configure a repository on our RB test server, and am
 having trouble filling these fields below,
 
  When I am under--- admin --- repositories,
 
  path:  (It says) For git, this should be the path to the .git repository
 on the local disk.
 
  But the repo is not on the local disk, but on a central repository. Can
 I have the unix path to our central server on ubuntu ? (Since I am going to
 use cgit, I assume I don't have to clone the central repository to my local
 ?)


 This only needs to point to a local clone if you're not using the raw
 URL path. Otherwise, it should be the upstream path.

 
 
  mirror path: Blank ?
 
  Raw file URL Mask:
  for example: The upper-level directory url with all paths to the .gits
 is: http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos (say
 under here I need to set to this repo: git_repos/repo_tools/scripts.git)
 
  How will I get the filename (can be a lot of file in this repo) 
 revision, as suggested on your website for this field.
   
 http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_tools/scripts.git/
 

 It's intended as a mask. The filename and revision are literala,
 which Review Board will automatically replace with the needed
 filename.

 This is being reworked for the final release and will be easier then.

 Christian

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

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

2010-07-01 Thread Sapna Vempati
Hi Christian,
I am trying to configure a repository on our RB test server, and am having
trouble filling these fields below,

When I am under--- *admin --- repositories,*

*path:*  (*It says)* For git, this should be the path to the .git repository
on the local disk.
But the repo is not on the local disk, but on a central repository. Can I
have the unix path to our central server on ubuntu ? (Since I am going to
use cgit, I assume I don't have to clone the central repository to my local
?)

*mirror path:* Blank ?

*Raw file URL Mask:*
for example: The upper-level directory url with all paths to the .gits is:
http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos (say under here
I need to set to this repo:
git_repos/repo_tools/scripts.githttp://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_tools/scripts.git/
)
How will I get the filename (can be a lot of file in this repo) 
revision, as suggested on your website for this field.
http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_tools/scripts.git/

Thanks for the help !
Sapna

On Fri, Jun 18, 2010 at 5:53 PM, Christian Hammond chip...@chipx86.comwrote:

 Using cgit is the preferred way. It's faster, easier to set up, requires
 less space, and is less error-prone.

 The URL mask referenced in the docs is an actual mask, not a path to a
 specific file. You can't use this for Path or Mirror Path. It needs to go in
 the Raw File URL Mask field, as described in the documentation. You can try
 browsing your cgit repository and viewing a raw file to see if you have it
 correct.

 Your Path or Mirror Path must point to the result of:

 $ git remote show origin

 On the client machines. post-review is going to use this to match the
 repository on Review Board. Review Board in turn is going to plug the
 filename and revision into the Raw File URL mask and use that to fetch the
 file from cgit.

 Christian

 --
 Christian Hammond - chip...@chipx86.com

 Review Board - http://www.reviewboard.org
 VMware, Inc. - http://www.vmware.com


   On Fri, Jun 18, 2010 at 5:03 PM, Kunjal kunjal.par...@gmail.com wrote:

 So..should I create clone on the server OR should I use CGIT? Which
 one is MOST easy.
 I am hold up on this issue almost 8 months now..Any help is greatly
 appreciated.

 Also, can some one answer how to use CGIT here?

 For example: If I have repository in CGIT as

 http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_kernel/prebuilt.git/
 and I put this path in MIRROR PATH then will it work?

 Thanks
 Kunjal



 On Jun 18, 10:00 am, Dan Savilonis d...@n-cube.org wrote:
  On Jun 16, 6:58 pm, Kunjal kunjal.par...@gmail.com wrote:
 
   Now I get the point..
 
   But If keep clone on the server, I need to keep the clone in-sync with
   every commit happening in developers workspace. Is that correct?
 
  No. This is where the parent branch comes in. There are two
  possiblities: the developer wants to review code based off a revision
  that exists in the central repository, or the developer wants to
  review code based off a local revision (which in turn is based off of
  the central repository at some point). For the first case, post-review
  simply submits the diff and the file blobs in the diff already exist
  on the server. In the second case the review diff references files
  that are *not* in the repository, so a corresponding parent diff is
  required to specify the differences between the base revision in the
  central repository and the base revision upon which the review is
  based.
 
   We already have CGIT configured. How I can re-sue CGIT here?
 
   Should I say PATH ashttp://
 mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_too...
   and will it work?
 
   Thanks for your great help..
 
   Kunjal
 
  Dan
 
 
 
   On Jun 16, 11:46 am, Christian Hammond chip...@chipx86.com wrote:
 
It's a clone of the repository on the Review Board server itself.
 Path
points to that clone, and Mirror Path would be the remote origin
 that the
other developers are using for the central repository. Think of Path
 as
being what Review Board actually uses for fetching files, and Mirror
 Path as
just being an alias that is matched against for the central server.
 
Using a local clone is not great, though, unless Review Board is
 running on
the same server as the central Git repository (or has that server
 mounted).
You really should use something like cgit/gitweb and then the raw
 file URL
mask field. It's easier to maintain and more scalable.
 
Christian
 
--
Christian Hammond - chip...@chipx86.com
Review Board -http://www.reviewboard.org
VMware, Inc. -http://www.vmware.com
 
On Wed, Jun 16, 2010 at 9:57 AM, Kunjal kunjal.par...@gmail.com
 wrote:
 Chris,
 
 I do not understand how GIT can be supported for 300+ users if the
 Path field is the full path of the .git directory inside the
 checkout.
 How would we know the checkout directory 

Re: ReviewBoard with GIT

2010-07-01 Thread Paul Schulz
Hi Sapna,

With the current ReviewBoard, you need to have a local copy of the git
repository you are attempting to review against.

eg. git clone parent-git-repository

I have a cron job that then does 'git pull parent-git-repository'
every minute to keep this copy up to date, and this works reasonably
well. a 1 min delay (at most) doesn't appear to cause problems as it
seems that it takes most developers at least this amount of time to
make their changes and create the diff for the review.

If you have control over the 'upstream repo' then a 'post-commit' hook
that pushes changes as they are made would be a better solution, but I
haven't done this, or seen any documentation on this. (Anyone here
done this? It would be good to have this in the Reviewboard
documentation, or at least referenced.)

Some more documentation:
http://www.reviewboard.org/docs/manual/1.0/admin/management/repositories/#git

Some references, after some googling.
See: 
http://groups.google.com/group/reviewboard/browse_thread/thread/fce7abb11375cac7?pli=1

Cheers,
Paul

On Fri, Jul 2, 2010 at 7:37 AM, Sapna Vempati sapnavemp...@gmail.com wrote:
 Hi Christian,

 I am trying to configure a repository on our RB test server, and am having
 trouble filling these fields below,

 When I am under--- admin --- repositories,

 path:  (It says) For git, this should be the path to the .git repository on
 the local disk.
 But the repo is not on the local disk, but on a central repository. Can I
 have the unix path to our central server on ubuntu ? (Since I am going to
 use cgit, I assume I don't have to clone the central repository to my local
 ?)

 mirror path: Blank ?

 Raw file URL Mask:
 for example: The upper-level directory url with all paths to the .gits is:
 http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos (say under here
 I need to set to this repo: git_repos/repo_tools/scripts.git)
 How will I get the filename (can be a lot of file in this repo) 
 revision, as suggested on your website for this field.

 Thanks for the help !
 Sapna

 On Fri, Jun 18, 2010 at 5:53 PM, Christian Hammond chip...@chipx86.com
 wrote:

 Using cgit is the preferred way. It's faster, easier to set up, requires
 less space, and is less error-prone.

 The URL mask referenced in the docs is an actual mask, not a path to a
 specific file. You can't use this for Path or Mirror Path. It needs to go in
 the Raw File URL Mask field, as described in the documentation. You can try
 browsing your cgit repository and viewing a raw file to see if you have it
 correct.

 Your Path or Mirror Path must point to the result of:

     $ git remote show origin

 On the client machines. post-review is going to use this to match the
 repository on Review Board. Review Board in turn is going to plug the
 filename and revision into the Raw File URL mask and use that to fetch the
 file from cgit.

 Christian

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


 On Fri, Jun 18, 2010 at 5:03 PM, Kunjal kunjal.par...@gmail.com wrote:

 So..should I create clone on the server OR should I use CGIT? Which
 one is MOST easy.
 I am hold up on this issue almost 8 months now..Any help is greatly
 appreciated.

 Also, can some one answer how to use CGIT here?

 For example: If I have repository in CGIT as

 http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_kernel/prebuilt.git/
 and I put this path in MIRROR PATH then will it work?

 Thanks
 Kunjal



 On Jun 18, 10:00 am, Dan Savilonis d...@n-cube.org wrote:
  On Jun 16, 6:58 pm, Kunjal kunjal.par...@gmail.com wrote:
 
   Now I get the point..
 
   But If keep clone on the server, I need to keep the clone in-sync
   with
   every commit happening in developers workspace. Is that correct?
 
  No. This is where the parent branch comes in. There are two
  possiblities: the developer wants to review code based off a revision
  that exists in the central repository, or the developer wants to
  review code based off a local revision (which in turn is based off of
  the central repository at some point). For the first case, post-review
  simply submits the diff and the file blobs in the diff already exist
  on the server. In the second case the review diff references files
  that are *not* in the repository, so a corresponding parent diff is
  required to specify the differences between the base revision in the
  central repository and the base revision upon which the review is
  based.
 
   We already have CGIT configured. How I can re-sue CGIT here?
 
   Should I say PATH
   ashttp://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_too...
   and will it work?
 
   Thanks for your great help..
 
   Kunjal
 
  Dan
 
 
 
   On Jun 16, 11:46 am, Christian Hammond chip...@chipx86.com wrote:
 
It's a clone of the repository on the Review Board server itself.
Path
points to that clone, and Mirror Path would be the remote origin
that 

Re: ReviewBoard with GIT

2010-07-01 Thread Christian Hammond
On Thursday, July 1, 2010, Sapna Vempati sapnavemp...@gmail.com wrote:
 Hi Christian,
 I am trying to configure a repository on our RB test server, and am having 
 trouble filling these fields below,

 When I am under--- admin --- repositories,

 path:  (It says) For git, this should be the path to the .git repository on 
 the local disk.

 But the repo is not on the local disk, but on a central repository. Can I 
 have the unix path to our central server on ubuntu ? (Since I am going to use 
 cgit, I assume I don't have to clone the central repository to my local ?)


This only needs to point to a local clone if you're not using the raw
URL path. Otherwise, it should be the upstream path.



 mirror path: Blank ?

 Raw file URL Mask:
 for example: The upper-level directory url with all paths to the .gits is: 
 http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos (say under here 
 I need to set to this repo: git_repos/repo_tools/scripts.git)

 How will I get the filename (can be a lot of file in this repo)  
 revision, as suggested on your website for this field.
  http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_tools/scripts.git/

It's intended as a mask. The filename and revision are literala,
which Review Board will automatically replace with the needed
filename.

This is being reworked for the final release and will be easier then.

Christian

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

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

2010-06-18 Thread Kunjal
So..should I create clone on the server OR should I use CGIT? Which
one is MOST easy.
I am hold up on this issue almost 8 months now..Any help is greatly
appreciated.

Also, can some one answer how to use CGIT here?

For example: If I have repository in CGIT as
http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_kernel/prebuilt.git/
and I put this path in MIRROR PATH then will it work?

Thanks
Kunjal



On Jun 18, 10:00 am, Dan Savilonis d...@n-cube.org wrote:
 On Jun 16, 6:58 pm, Kunjal kunjal.par...@gmail.com wrote:

  Now I get the point..

  But If keep clone on the server, I need to keep the clone in-sync with
  every commit happening in developers workspace. Is that correct?

 No. This is where the parent branch comes in. There are two
 possiblities: the developer wants to review code based off a revision
 that exists in the central repository, or the developer wants to
 review code based off a local revision (which in turn is based off of
 the central repository at some point). For the first case, post-review
 simply submits the diff and the file blobs in the diff already exist
 on the server. In the second case the review diff references files
 that are *not* in the repository, so a corresponding parent diff is
 required to specify the differences between the base revision in the
 central repository and the base revision upon which the review is
 based.

  We already have CGIT configured. How I can re-sue CGIT here?

  Should I say PATH 
  ashttp://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_too...
  and will it work?

  Thanks for your great help..

  Kunjal

 Dan



  On Jun 16, 11:46 am, Christian Hammond chip...@chipx86.com wrote:

   It's a clone of the repository on the Review Board server itself. Path
   points to that clone, and Mirror Path would be the remote origin that the
   other developers are using for the central repository. Think of Path as
   being what Review Board actually uses for fetching files, and Mirror Path 
   as
   just being an alias that is matched against for the central server.

   Using a local clone is not great, though, unless Review Board is running 
   on
   the same server as the central Git repository (or has that server 
   mounted).
   You really should use something like cgit/gitweb and then the raw file URL
   mask field. It's easier to maintain and more scalable.

   Christian

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

   On Wed, Jun 16, 2010 at 9:57 AM, Kunjal kunjal.par...@gmail.com wrote:
Chris,

I do not understand how GIT can be supported for 300+ users if the
Path field is the full path of the .git directory inside the
checkout.
How would we know the checkout directory for each and every developer?
and how it is possible to use the same PATH variable for N number of
users?
It looks like I am missing somehting here.

Please elobarate...

Thanks for your time

Kunjal

The Path field should be the full path of the .git directory inside
this checkout.

On Jun 15, 10:53 pm, Jan Koprowski jan.koprow...@gmail.com wrote:
 This looks like Christain said - git can't find repo. Read this:
   http://www.reviewboard.org/docs/manual/dev/admin/management/repositor...
 to know how get patches for Git to enter.

 On Jun 16, 1:06 am, Christian Hammond chip...@chipx86.com wrote:

  Git only works with local file paths on the Review Board server, 
  unless
you
  have the Raw URL field set. For that, you need a web-based Git 
  viewer
such
  as cgit or gitweb. See the Raw File URL Mask section athttp://
   www.reviewboard.org/docs/manual/dev/admin/management/repositor...

  Basically, Git has no way to fetch a remote file with a given 
  revision
from
  a server, requiring instead local clones. However, our Raw File URL
mask, if
  set correctly, allows us to fetch the file from a web service that 
  is
on the
  central Git server that has access to all files and revisions.

  Christian

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

  On Tue, Jun 15, 2010 at 3:30 PM, Kunjal kunjal.par...@gmail.com
wrote:
   Thanks !

   My path variable is set to git://
   mobcom-git.sj.broadcom.com/git_repos/repo_tools/scripts.git

   My Mirror Path variable is empty. What should be the value in 
   mirror
   path?

   On Jun 15, 2:09 pm, Christian Hammond chip...@chipx86.com wrote:
Hi,

First thing to check is that git is in your path, accessible by
your web
server.

What are you using for your Path and Mirror Path?

Christian

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

Re: ReviewBoard with GIT

2010-06-18 Thread Christian Hammond
Using cgit is the preferred way. It's faster, easier to set up, requires
less space, and is less error-prone.

The URL mask referenced in the docs is an actual mask, not a path to a
specific file. You can't use this for Path or Mirror Path. It needs to go in
the Raw File URL Mask field, as described in the documentation. You can try
browsing your cgit repository and viewing a raw file to see if you have it
correct.

Your Path or Mirror Path must point to the result of:

$ git remote show origin

On the client machines. post-review is going to use this to match the
repository on Review Board. Review Board in turn is going to plug the
filename and revision into the Raw File URL mask and use that to fetch the
file from cgit.

Christian

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


On Fri, Jun 18, 2010 at 5:03 PM, Kunjal kunjal.par...@gmail.com wrote:

 So..should I create clone on the server OR should I use CGIT? Which
 one is MOST easy.
 I am hold up on this issue almost 8 months now..Any help is greatly
 appreciated.

 Also, can some one answer how to use CGIT here?

 For example: If I have repository in CGIT as

 http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_kernel/prebuilt.git/
 and I put this path in MIRROR PATH then will it work?

 Thanks
 Kunjal



 On Jun 18, 10:00 am, Dan Savilonis d...@n-cube.org wrote:
  On Jun 16, 6:58 pm, Kunjal kunjal.par...@gmail.com wrote:
 
   Now I get the point..
 
   But If keep clone on the server, I need to keep the clone in-sync with
   every commit happening in developers workspace. Is that correct?
 
  No. This is where the parent branch comes in. There are two
  possiblities: the developer wants to review code based off a revision
  that exists in the central repository, or the developer wants to
  review code based off a local revision (which in turn is based off of
  the central repository at some point). For the first case, post-review
  simply submits the diff and the file blobs in the diff already exist
  on the server. In the second case the review diff references files
  that are *not* in the repository, so a corresponding parent diff is
  required to specify the differences between the base revision in the
  central repository and the base revision upon which the review is
  based.
 
   We already have CGIT configured. How I can re-sue CGIT here?
 
   Should I say PATH ashttp://
 mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_too...
   and will it work?
 
   Thanks for your great help..
 
   Kunjal
 
  Dan
 
 
 
   On Jun 16, 11:46 am, Christian Hammond chip...@chipx86.com wrote:
 
It's a clone of the repository on the Review Board server itself.
 Path
points to that clone, and Mirror Path would be the remote origin that
 the
other developers are using for the central repository. Think of Path
 as
being what Review Board actually uses for fetching files, and Mirror
 Path as
just being an alias that is matched against for the central server.
 
Using a local clone is not great, though, unless Review Board is
 running on
the same server as the central Git repository (or has that server
 mounted).
You really should use something like cgit/gitweb and then the raw
 file URL
mask field. It's easier to maintain and more scalable.
 
Christian
 
--
Christian Hammond - chip...@chipx86.com
Review Board -http://www.reviewboard.org
VMware, Inc. -http://www.vmware.com
 
On Wed, Jun 16, 2010 at 9:57 AM, Kunjal kunjal.par...@gmail.com
 wrote:
 Chris,
 
 I do not understand how GIT can be supported for 300+ users if the
 Path field is the full path of the .git directory inside the
 checkout.
 How would we know the checkout directory for each and every
 developer?
 and how it is possible to use the same PATH variable for N number
 of
 users?
 It looks like I am missing somehting here.
 
 Please elobarate...
 
 Thanks for your time
 
 Kunjal
 
 The Path field should be the full path of the .git directory inside
 this checkout.
 
 On Jun 15, 10:53 pm, Jan Koprowski jan.koprow...@gmail.com
 wrote:
  This looks like Christain said - git can't find repo. Read this:

 http://www.reviewboard.org/docs/manual/dev/admin/management/repositor...
  to know how get patches for Git to enter.
 
  On Jun 16, 1:06 am, Christian Hammond chip...@chipx86.com
 wrote:
 
   Git only works with local file paths on the Review Board
 server, unless
 you
   have the Raw URL field set. For that, you need a web-based Git
 viewer
 such
   as cgit or gitweb. See the Raw File URL Mask section athttp://
www.reviewboard.org/docs/manual/dev/admin/management/repositor...
 
   Basically, Git has no way to fetch a remote file with a given
 revision
 from
   a server, requiring instead local clones. However, our Raw File
 URL
 mask, 

Re: ReviewBoard with GIT

2010-06-16 Thread Christian Hammond
It's a clone of the repository on the Review Board server itself. Path
points to that clone, and Mirror Path would be the remote origin that the
other developers are using for the central repository. Think of Path as
being what Review Board actually uses for fetching files, and Mirror Path as
just being an alias that is matched against for the central server.

Using a local clone is not great, though, unless Review Board is running on
the same server as the central Git repository (or has that server mounted).
You really should use something like cgit/gitweb and then the raw file URL
mask field. It's easier to maintain and more scalable.

Christian

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


On Wed, Jun 16, 2010 at 9:57 AM, Kunjal kunjal.par...@gmail.com wrote:

 Chris,

 I do not understand how GIT can be supported for 300+ users if the
 Path field is the full path of the .git directory inside the
 checkout.
 How would we know the checkout directory for each and every developer?
 and how it is possible to use the same PATH variable for N number of
 users?
 It looks like I am missing somehting here.

 Please elobarate...

 Thanks for your time

 Kunjal


 The Path field should be the full path of the .git directory inside
 this checkout.

 On Jun 15, 10:53 pm, Jan Koprowski jan.koprow...@gmail.com wrote:
  This looks like Christain said - git can't find repo. Read this:
 http://www.reviewboard.org/docs/manual/dev/admin/management/repositor...
  to know how get patches for Git to enter.
 
  On Jun 16, 1:06 am, Christian Hammond chip...@chipx86.com wrote:
 
 
 
   Git only works with local file paths on the Review Board server, unless
 you
   have the Raw URL field set. For that, you need a web-based Git viewer
 such
   as cgit or gitweb. See the Raw File URL Mask section athttp://
 www.reviewboard.org/docs/manual/dev/admin/management/repositor...
 
   Basically, Git has no way to fetch a remote file with a given revision
 from
   a server, requiring instead local clones. However, our Raw File URL
 mask, if
   set correctly, allows us to fetch the file from a web service that is
 on the
   central Git server that has access to all files and revisions.
 
   Christian
 
   --
   Christian Hammond - chip...@chipx86.com
   Review Board -http://www.reviewboard.org
   VMware, Inc. -http://www.vmware.com
 
   On Tue, Jun 15, 2010 at 3:30 PM, Kunjal kunjal.par...@gmail.com
 wrote:
Thanks !
 
My path variable is set to git://
mobcom-git.sj.broadcom.com/git_repos/repo_tools/scripts.git
 
My Mirror Path variable is empty. What should be the value in mirror
path?
 
On Jun 15, 2:09 pm, Christian Hammond chip...@chipx86.com wrote:
 Hi,
 
 First thing to check is that git is in your path, accessible by
 your web
 server.
 
 What are you using for your Path and Mirror Path?
 
 Christian
 
 --
 Christian Hammond - chip...@chipx86.com
 Review Board -http://www.reviewboard.org
 VMware, Inc. -http://www.vmware.com
 
 On Tue, Jun 15, 2010 at 2:05 PM, Kunjal kunjal.par...@gmail.com
 wrote:
  Hi chris,
 
  I have reviewborad 1.5Beta 2 configured for GIT.
  When I create review request, I get below error. any pointers?
 
  ImportError at /r/56/
  Request Method: GET
  Request URL:http://mob-rb-test.sj.broadcom.com/r/56/
  Exception Type: ImportError
  Exception Value:
  Exception Location: /projects/mob_tools/xampp/1.6.4-brcm-v2/lib/
 
 python2.5/site-packages/ReviewBoard-1.5beta2-py2.5.egg/reviewboard/
  scmtools/git.py in __init__, line 202
  Python Executable: /opt/lampp/bin/python
  Python Version: 2.5.2
  Python Path: ['/opt/lampp/htdocs/reviewboard/conf',
 '/opt/lampp/lib/
  python2.5/site-packages/django', '/opt/lampp/lib/python2.5/site-
  packages/reviewboard', '/opt/lampp/lib/python2.5/site-packages/
  MySQL_python-1.2.2-py2.5-linux-i686.egg',
 '/opt/lampp/lib/python2.5/
  site-packages/setuptools-0.6c9-py2.5.egg',
 '/opt/lampp/lib/python2.5/
  site-packages/pytz-2009l-py2.5.egg',
 '/opt/lampp/lib/python2.5/site-
  packages/flup-1.0.3.dev_20090716-py2.5.egg',
 '/opt/lampp/lib/python2.5/
  site-packages/Pygments-1.1.1-py2.5.egg',
 '/opt/lampp/lib/python2.5/
  site-packages/django_evolution-0.0.0-py2.5.egg', '/opt/lampp/lib/
  python2.5/site-packages/PIL-1.1.6-py2.5-linux-i686.egg',
 '/opt/lampp/
 
 lib/python2.5/site-packages/simplejson-2.0.9-py2.5-linux-i686.egg', '/
 
 opt/lampp/lib/python2.5/site-packages/python_ldap-2.3.9-py2.5-linux-
  i686.egg', '/opt/lampp/lib/python2.5/site-packages/Django-1.1.1-
  py2.5.egg',
 '/opt/lampp/lib/python2.5/site-packages/JCC-2.5-py2.5-
  linux-i686.egg',
 '/opt/lampp/lib/python2.5/site-packages/lucene-3.0.0-
  py2.5-linux-i686.egg', '/opt/lampp/lib/python2.5/site-packages/
  RBTools-0.2-py2.5.egg', 

Re: ReviewBoard with GIT

2010-06-16 Thread Kunjal

Now I get the point..

But If keep clone on the server, I need to keep the clone in-sync with
every commit happening in developers workspace. Is that correct?

We already have CGIT configured. How I can re-sue CGIT here?

Should I say PATH as 
http://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_tools/scripts.git/
and will it work?

Thanks for your great help..

Kunjal


On Jun 16, 11:46 am, Christian Hammond chip...@chipx86.com wrote:
 It's a clone of the repository on the Review Board server itself. Path
 points to that clone, and Mirror Path would be the remote origin that the
 other developers are using for the central repository. Think of Path as
 being what Review Board actually uses for fetching files, and Mirror Path as
 just being an alias that is matched against for the central server.

 Using a local clone is not great, though, unless Review Board is running on
 the same server as the central Git repository (or has that server mounted).
 You really should use something like cgit/gitweb and then the raw file URL
 mask field. It's easier to maintain and more scalable.

 Christian

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



 On Wed, Jun 16, 2010 at 9:57 AM, Kunjal kunjal.par...@gmail.com wrote:
  Chris,

  I do not understand how GIT can be supported for 300+ users if the
  Path field is the full path of the .git directory inside the
  checkout.
  How would we know the checkout directory for each and every developer?
  and how it is possible to use the same PATH variable for N number of
  users?
  It looks like I am missing somehting here.

  Please elobarate...

  Thanks for your time

  Kunjal

  The Path field should be the full path of the .git directory inside
  this checkout.

  On Jun 15, 10:53 pm, Jan Koprowski jan.koprow...@gmail.com wrote:
   This looks like Christain said - git can't find repo. Read this:
 http://www.reviewboard.org/docs/manual/dev/admin/management/repositor...
   to know how get patches for Git to enter.

   On Jun 16, 1:06 am, Christian Hammond chip...@chipx86.com wrote:

Git only works with local file paths on the Review Board server, unless
  you
have the Raw URL field set. For that, you need a web-based Git viewer
  such
as cgit or gitweb. See the Raw File URL Mask section athttp://
 www.reviewboard.org/docs/manual/dev/admin/management/repositor...

Basically, Git has no way to fetch a remote file with a given revision
  from
a server, requiring instead local clones. However, our Raw File URL
  mask, if
set correctly, allows us to fetch the file from a web service that is
  on the
central Git server that has access to all files and revisions.

Christian

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

On Tue, Jun 15, 2010 at 3:30 PM, Kunjal kunjal.par...@gmail.com
  wrote:
 Thanks !

 My path variable is set to git://
 mobcom-git.sj.broadcom.com/git_repos/repo_tools/scripts.git

 My Mirror Path variable is empty. What should be the value in mirror
 path?

 On Jun 15, 2:09 pm, Christian Hammond chip...@chipx86.com wrote:
  Hi,

  First thing to check is that git is in your path, accessible by
  your web
  server.

  What are you using for your Path and Mirror Path?

  Christian

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

  On Tue, Jun 15, 2010 at 2:05 PM, Kunjal kunjal.par...@gmail.com
  wrote:
   Hi chris,

   I have reviewborad 1.5Beta 2 configured for GIT.
   When I create review request, I get below error. any pointers?

   ImportError at /r/56/
   Request Method: GET
   Request URL:http://mob-rb-test.sj.broadcom.com/r/56/
   Exception Type: ImportError
   Exception Value:
   Exception Location: /projects/mob_tools/xampp/1.6.4-brcm-v2/lib/

  python2.5/site-packages/ReviewBoard-1.5beta2-py2.5.egg/reviewboard/
   scmtools/git.py in __init__, line 202
   Python Executable: /opt/lampp/bin/python
   Python Version: 2.5.2
   Python Path: ['/opt/lampp/htdocs/reviewboard/conf',
  '/opt/lampp/lib/
   python2.5/site-packages/django', '/opt/lampp/lib/python2.5/site-
   packages/reviewboard', '/opt/lampp/lib/python2.5/site-packages/
   MySQL_python-1.2.2-py2.5-linux-i686.egg',
  '/opt/lampp/lib/python2.5/
   site-packages/setuptools-0.6c9-py2.5.egg',
  '/opt/lampp/lib/python2.5/
   site-packages/pytz-2009l-py2.5.egg',
  '/opt/lampp/lib/python2.5/site-
   packages/flup-1.0.3.dev_20090716-py2.5.egg',
  '/opt/lampp/lib/python2.5/
   site-packages/Pygments-1.1.1-py2.5.egg',
  '/opt/lampp/lib/python2.5/
   site-packages/django_evolution-0.0.0-py2.5.egg', '/opt/lampp/lib/
   

Re: ReviewBoard with GIT

2010-06-16 Thread Jan Koprowski
Here is some informations about cgit configuration:
http://www.reviewboard.org/docs/manual/dev/admin/management/repositories/#cgit

On Jun 17, 12:58 am, Kunjal kunjal.par...@gmail.com wrote:
 Now I get the point..

 But If keep clone on the server, I need to keep the clone in-sync with
 every commit happening in developers workspace. Is that correct?

 We already have CGIT configured. How I can re-sue CGIT here?

 Should I say PATH 
 ashttp://mobcom-git.sj.broadcom.com/cgi-bin/cgit.cgi/git_repos/repo_too...
 and will it work?

 Thanks for your great help..

 Kunjal

 On Jun 16, 11:46 am, Christian Hammond chip...@chipx86.com wrote:



  It's a clone of the repository on the Review Board server itself. Path
  points to that clone, and Mirror Path would be the remote origin that the
  other developers are using for the central repository. Think of Path as
  being what Review Board actually uses for fetching files, and Mirror Path as
  just being an alias that is matched against for the central server.

  Using a local clone is not great, though, unless Review Board is running on
  the same server as the central Git repository (or has that server mounted).
  You really should use something like cgit/gitweb and then the raw file URL
  mask field. It's easier to maintain and more scalable.

  Christian

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

  On Wed, Jun 16, 2010 at 9:57 AM, Kunjal kunjal.par...@gmail.com wrote:
   Chris,

   I do not understand how GIT can be supported for 300+ users if the
   Path field is the full path of the .git directory inside the
   checkout.
   How would we know the checkout directory for each and every developer?
   and how it is possible to use the same PATH variable for N number of
   users?
   It looks like I am missing somehting here.

   Please elobarate...

   Thanks for your time

   Kunjal

   The Path field should be the full path of the .git directory inside
   this checkout.

   On Jun 15, 10:53 pm, Jan Koprowski jan.koprow...@gmail.com wrote:
This looks like Christain said - git can't find repo. Read this:
  http://www.reviewboard.org/docs/manual/dev/admin/management/repositor...
to know how get patches for Git to enter.

On Jun 16, 1:06 am, Christian Hammond chip...@chipx86.com wrote:

 Git only works with local file paths on the Review Board server, 
 unless
   you
 have the Raw URL field set. For that, you need a web-based Git viewer
   such
 as cgit or gitweb. See the Raw File URL Mask section athttp://
  www.reviewboard.org/docs/manual/dev/admin/management/repositor...

 Basically, Git has no way to fetch a remote file with a given revision
   from
 a server, requiring instead local clones. However, our Raw File URL
   mask, if
 set correctly, allows us to fetch the file from a web service that is
   on the
 central Git server that has access to all files and revisions.

 Christian

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

 On Tue, Jun 15, 2010 at 3:30 PM, Kunjal kunjal.par...@gmail.com
   wrote:
  Thanks !

  My path variable is set to git://
  mobcom-git.sj.broadcom.com/git_repos/repo_tools/scripts.git

  My Mirror Path variable is empty. What should be the value in mirror
  path?

  On Jun 15, 2:09 pm, Christian Hammond chip...@chipx86.com wrote:
   Hi,

   First thing to check is that git is in your path, accessible by
   your web
   server.

   What are you using for your Path and Mirror Path?

   Christian

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

   On Tue, Jun 15, 2010 at 2:05 PM, Kunjal kunjal.par...@gmail.com
   wrote:
Hi chris,

I have reviewborad 1.5Beta 2 configured for GIT.
When I create review request, I get below error. any pointers?

ImportError at /r/56/
Request Method: GET
Request URL:http://mob-rb-test.sj.broadcom.com/r/56/
Exception Type: ImportError
Exception Value:
Exception Location: /projects/mob_tools/xampp/1.6.4-brcm-v2/lib/

   python2.5/site-packages/ReviewBoard-1.5beta2-py2.5.egg/reviewboard/
scmtools/git.py in __init__, line 202
Python Executable: /opt/lampp/bin/python
Python Version: 2.5.2
Python Path: ['/opt/lampp/htdocs/reviewboard/conf',
   '/opt/lampp/lib/
python2.5/site-packages/django', '/opt/lampp/lib/python2.5/site-
packages/reviewboard', '/opt/lampp/lib/python2.5/site-packages/
MySQL_python-1.2.2-py2.5-linux-i686.egg',
   '/opt/lampp/lib/python2.5/
site-packages/setuptools-0.6c9-py2.5.egg',
   '/opt/lampp/lib/python2.5/
site-packages/pytz-2009l-py2.5.egg',
   '/opt/lampp/lib/python2.5/site-

Re: ReviewBoard with GIT

2010-06-15 Thread Christian Hammond
Hi,

First thing to check is that git is in your path, accessible by your web
server.

What are you using for your Path and Mirror Path?

Christian

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


On Tue, Jun 15, 2010 at 2:05 PM, Kunjal kunjal.par...@gmail.com wrote:

 Hi chris,

 I have reviewborad 1.5Beta 2 configured for GIT.
 When I create review request, I get below error. any pointers?

 ImportError at /r/56/
 Request Method: GET
 Request URL: http://mob-rb-test.sj.broadcom.com/r/56/
 Exception Type: ImportError
 Exception Value:
 Exception Location: /projects/mob_tools/xampp/1.6.4-brcm-v2/lib/
 python2.5/site-packages/ReviewBoard-1.5beta2-py2.5.egg/reviewboard/
 scmtools/git.py in __init__, line 202
 Python Executable: /opt/lampp/bin/python
 Python Version: 2.5.2
 Python Path: ['/opt/lampp/htdocs/reviewboard/conf', '/opt/lampp/lib/
 python2.5/site-packages/django', '/opt/lampp/lib/python2.5/site-
 packages/reviewboard', '/opt/lampp/lib/python2.5/site-packages/
 MySQL_python-1.2.2-py2.5-linux-i686.egg', '/opt/lampp/lib/python2.5/
 site-packages/setuptools-0.6c9-py2.5.egg', '/opt/lampp/lib/python2.5/
 site-packages/pytz-2009l-py2.5.egg', '/opt/lampp/lib/python2.5/site-
 packages/flup-1.0.3.dev_20090716-py2.5.egg', '/opt/lampp/lib/python2.5/
 site-packages/Pygments-1.1.1-py2.5.egg', '/opt/lampp/lib/python2.5/
 site-packages/django_evolution-0.0.0-py2.5.egg', '/opt/lampp/lib/
 python2.5/site-packages/PIL-1.1.6-py2.5-linux-i686.egg', '/opt/lampp/
 lib/python2.5/site-packages/simplejson-2.0.9-py2.5-linux-i686.egg', '/
 opt/lampp/lib/python2.5/site-packages/python_ldap-2.3.9-py2.5-linux-
 i686.egg', '/opt/lampp/lib/python2.5/site-packages/Django-1.1.1-
 py2.5.egg', '/opt/lampp/lib/python2.5/site-packages/JCC-2.5-py2.5-
 linux-i686.egg', '/opt/lampp/lib/python2.5/site-packages/lucene-3.0.0-
 py2.5-linux-i686.egg', '/opt/lampp/lib/python2.5/site-packages/
 RBTools-0.2-py2.5.egg', '/opt/lampp/lib/python2.5/site-packages/
 ReviewBoard-1.5beta2-py2.5.egg', '/opt/lampp/lib/python2.5/site-
 packages/recaptcha_client-1.0.5-py2.5.egg', '/opt/lampp/lib/python2.5/
 site-packages/paramiko-1.7.6-py2.5.egg', '/opt/lampp/lib/python2.5/
 site-packages/pycrypto-2.0.1-py2.5-linux-i686.egg', '/opt/lampp/lib/
 python2.5/site-packages/Djblets-0.6.2-py2.5.egg', '/opt/lampp/lib/
 python25.zip', '/opt/lampp/lib/python2.5', '/opt/lampp/lib/python2.5/
 plat-linux2', '/opt/lampp/lib/python2.5/lib-tk', '/opt/lampp/lib/
 python2.5/lib-dynload', '/opt/lampp/lib/python2.5/site-packages']
 Server time: Tue, 15 Jun 2010 14:04:07 -0700

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

2010-06-15 Thread Christian Hammond
Git only works with local file paths on the Review Board server, unless you
have the Raw URL field set. For that, you need a web-based Git viewer such
as cgit or gitweb. See the Raw File URL Mask section at
http://www.reviewboard.org/docs/manual/dev/admin/management/repositories/

Basically, Git has no way to fetch a remote file with a given revision from
a server, requiring instead local clones. However, our Raw File URL mask, if
set correctly, allows us to fetch the file from a web service that is on the
central Git server that has access to all files and revisions.

Christian

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


On Tue, Jun 15, 2010 at 3:30 PM, Kunjal kunjal.par...@gmail.com wrote:

 Thanks !

 My path variable is set to git://
 mobcom-git.sj.broadcom.com/git_repos/repo_tools/scripts.git

 My Mirror Path variable is empty. What should be the value in mirror
 path?

 On Jun 15, 2:09 pm, Christian Hammond chip...@chipx86.com wrote:
  Hi,
 
  First thing to check is that git is in your path, accessible by your web
  server.
 
  What are you using for your Path and Mirror Path?
 
  Christian
 
  --
  Christian Hammond - chip...@chipx86.com
  Review Board -http://www.reviewboard.org
  VMware, Inc. -http://www.vmware.com
 
 
 
  On Tue, Jun 15, 2010 at 2:05 PM, Kunjal kunjal.par...@gmail.com wrote:
   Hi chris,
 
   I have reviewborad 1.5Beta 2 configured for GIT.
   When I create review request, I get below error. any pointers?
 
   ImportError at /r/56/
   Request Method: GET
   Request URL:http://mob-rb-test.sj.broadcom.com/r/56/
   Exception Type: ImportError
   Exception Value:
   Exception Location: /projects/mob_tools/xampp/1.6.4-brcm-v2/lib/
   python2.5/site-packages/ReviewBoard-1.5beta2-py2.5.egg/reviewboard/
   scmtools/git.py in __init__, line 202
   Python Executable: /opt/lampp/bin/python
   Python Version: 2.5.2
   Python Path: ['/opt/lampp/htdocs/reviewboard/conf', '/opt/lampp/lib/
   python2.5/site-packages/django', '/opt/lampp/lib/python2.5/site-
   packages/reviewboard', '/opt/lampp/lib/python2.5/site-packages/
   MySQL_python-1.2.2-py2.5-linux-i686.egg', '/opt/lampp/lib/python2.5/
   site-packages/setuptools-0.6c9-py2.5.egg', '/opt/lampp/lib/python2.5/
   site-packages/pytz-2009l-py2.5.egg', '/opt/lampp/lib/python2.5/site-
   packages/flup-1.0.3.dev_20090716-py2.5.egg', '/opt/lampp/lib/python2.5/
   site-packages/Pygments-1.1.1-py2.5.egg', '/opt/lampp/lib/python2.5/
   site-packages/django_evolution-0.0.0-py2.5.egg', '/opt/lampp/lib/
   python2.5/site-packages/PIL-1.1.6-py2.5-linux-i686.egg', '/opt/lampp/
   lib/python2.5/site-packages/simplejson-2.0.9-py2.5-linux-i686.egg', '/
   opt/lampp/lib/python2.5/site-packages/python_ldap-2.3.9-py2.5-linux-
   i686.egg', '/opt/lampp/lib/python2.5/site-packages/Django-1.1.1-
   py2.5.egg', '/opt/lampp/lib/python2.5/site-packages/JCC-2.5-py2.5-
   linux-i686.egg', '/opt/lampp/lib/python2.5/site-packages/lucene-3.0.0-
   py2.5-linux-i686.egg', '/opt/lampp/lib/python2.5/site-packages/
   RBTools-0.2-py2.5.egg', '/opt/lampp/lib/python2.5/site-packages/
   ReviewBoard-1.5beta2-py2.5.egg', '/opt/lampp/lib/python2.5/site-
   packages/recaptcha_client-1.0.5-py2.5.egg', '/opt/lampp/lib/python2.5/
   site-packages/paramiko-1.7.6-py2.5.egg', '/opt/lampp/lib/python2.5/
   site-packages/pycrypto-2.0.1-py2.5-linux-i686.egg', '/opt/lampp/lib/
   python2.5/site-packages/Djblets-0.6.2-py2.5.egg', '/opt/lampp/lib/
   python25.zip', '/opt/lampp/lib/python2.5', '/opt/lampp/lib/python2.5/
   plat-linux2', '/opt/lampp/lib/python2.5/lib-tk', '/opt/lampp/lib/
   python2.5/lib-dynload', '/opt/lampp/lib/python2.5/site-packages']
   Server time: Tue, 15 Jun 2010 14:04:07 -0700
 
   --
   Want to help the Review Board project? Donate today at
  http://www.reviewboard.org/donate/
   Happy user? Let us know athttp://www.reviewboard.org/users/
   -~--~~~~--~~--~--~---
   To unsubscribe from this group, send email to
   reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegroups.com
 reviewboard%2bunsubscr...@googlegr­oups.com
   For more options, visit this group at
  http://groups.google.com/group/reviewboard?hl=en- Hide quoted text -
 
  - Show quoted text -

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

Re: ReviewBoard with GIT

2010-06-15 Thread Jan Koprowski
This looks like Christain said - git can't find repo. Read this:
http://www.reviewboard.org/docs/manual/dev/admin/management/repositories/#git
to know how get patches for Git to enter.

On Jun 16, 1:06 am, Christian Hammond chip...@chipx86.com wrote:
 Git only works with local file paths on the Review Board server, unless you
 have the Raw URL field set. For that, you need a web-based Git viewer such
 as cgit or gitweb. See the Raw File URL Mask section 
 athttp://www.reviewboard.org/docs/manual/dev/admin/management/repositor...

 Basically, Git has no way to fetch a remote file with a given revision from
 a server, requiring instead local clones. However, our Raw File URL mask, if
 set correctly, allows us to fetch the file from a web service that is on the
 central Git server that has access to all files and revisions.

 Christian

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



 On Tue, Jun 15, 2010 at 3:30 PM, Kunjal kunjal.par...@gmail.com wrote:
  Thanks !

  My path variable is set to git://
  mobcom-git.sj.broadcom.com/git_repos/repo_tools/scripts.git

  My Mirror Path variable is empty. What should be the value in mirror
  path?

  On Jun 15, 2:09 pm, Christian Hammond chip...@chipx86.com wrote:
   Hi,

   First thing to check is that git is in your path, accessible by your web
   server.

   What are you using for your Path and Mirror Path?

   Christian

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

   On Tue, Jun 15, 2010 at 2:05 PM, Kunjal kunjal.par...@gmail.com wrote:
Hi chris,

I have reviewborad 1.5Beta 2 configured for GIT.
When I create review request, I get below error. any pointers?

ImportError at /r/56/
Request Method: GET
Request URL:http://mob-rb-test.sj.broadcom.com/r/56/
Exception Type: ImportError
Exception Value:
Exception Location: /projects/mob_tools/xampp/1.6.4-brcm-v2/lib/
python2.5/site-packages/ReviewBoard-1.5beta2-py2.5.egg/reviewboard/
scmtools/git.py in __init__, line 202
Python Executable: /opt/lampp/bin/python
Python Version: 2.5.2
Python Path: ['/opt/lampp/htdocs/reviewboard/conf', '/opt/lampp/lib/
python2.5/site-packages/django', '/opt/lampp/lib/python2.5/site-
packages/reviewboard', '/opt/lampp/lib/python2.5/site-packages/
MySQL_python-1.2.2-py2.5-linux-i686.egg', '/opt/lampp/lib/python2.5/
site-packages/setuptools-0.6c9-py2.5.egg', '/opt/lampp/lib/python2.5/
site-packages/pytz-2009l-py2.5.egg', '/opt/lampp/lib/python2.5/site-
packages/flup-1.0.3.dev_20090716-py2.5.egg', '/opt/lampp/lib/python2.5/
site-packages/Pygments-1.1.1-py2.5.egg', '/opt/lampp/lib/python2.5/
site-packages/django_evolution-0.0.0-py2.5.egg', '/opt/lampp/lib/
python2.5/site-packages/PIL-1.1.6-py2.5-linux-i686.egg', '/opt/lampp/
lib/python2.5/site-packages/simplejson-2.0.9-py2.5-linux-i686.egg', '/
opt/lampp/lib/python2.5/site-packages/python_ldap-2.3.9-py2.5-linux-
i686.egg', '/opt/lampp/lib/python2.5/site-packages/Django-1.1.1-
py2.5.egg', '/opt/lampp/lib/python2.5/site-packages/JCC-2.5-py2.5-
linux-i686.egg', '/opt/lampp/lib/python2.5/site-packages/lucene-3.0.0-
py2.5-linux-i686.egg', '/opt/lampp/lib/python2.5/site-packages/
RBTools-0.2-py2.5.egg', '/opt/lampp/lib/python2.5/site-packages/
ReviewBoard-1.5beta2-py2.5.egg', '/opt/lampp/lib/python2.5/site-
packages/recaptcha_client-1.0.5-py2.5.egg', '/opt/lampp/lib/python2.5/
site-packages/paramiko-1.7.6-py2.5.egg', '/opt/lampp/lib/python2.5/
site-packages/pycrypto-2.0.1-py2.5-linux-i686.egg', '/opt/lampp/lib/
python2.5/site-packages/Djblets-0.6.2-py2.5.egg', '/opt/lampp/lib/
python25.zip', '/opt/lampp/lib/python2.5', '/opt/lampp/lib/python2.5/
plat-linux2', '/opt/lampp/lib/python2.5/lib-tk', '/opt/lampp/lib/
python2.5/lib-dynload', '/opt/lampp/lib/python2.5/site-packages']
Server time: Tue, 15 Jun 2010 14:04:07 -0700

--
Want to help the Review Board project? Donate today at
   http://www.reviewboard.org/donate/
Happy user? Let us know athttp://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to
reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegr
 oups.com
  reviewboard%2bunsubscr...@googlegr­oups.com
For more options, visit this group at
   http://groups.google.com/group/reviewboard?hl=en-Hide quoted text -

   - Show quoted text -

  --
  Want to help the Review Board project? Donate today at
 http://www.reviewboard.org/donate/
  Happy user? Let us know athttp://www.reviewboard.org/users/
  -~--~~~~--~~--~--~---
  To unsubscribe from this group, send email to
  reviewboard+unsubscr...@googlegroups.comreviewboard%2bunsubscr...@googlegr 
  oups.com
  For more options,