Re: Issue 1765 in reviewboard: Unable to add git repo

2010-08-15 Thread reviewboard


Comment #2 on issue 1765 by raymond.mancy: Unable to add git repo
http://code.google.com/p/reviewboard/issues/detail?id=1765

You're absolutely right. Fixed. Sorry for the bother.

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



Re: Issue 1765 in reviewboard: Unable to add git repo

2010-08-15 Thread reviewboard

Updates:
Status: SetupIssue

Comment #3 on issue 1765 by chipx86: Unable to add git repo
http://code.google.com/p/reviewboard/issues/detail?id=1765

Not a problem. Glad that was it! :)

--
You received this message because you are subscribed to the Google Groups 
reviewboard-issues group.
To post to this group, send email to reviewboard-iss...@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 1765 in reviewboard: Unable to add git repo

2010-08-14 Thread reviewboard

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

New issue 1765 by raymond.mancy: Unable to add git repo
http://code.google.com/p/reviewboard/issues/detail?id=1765

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

What version are you running?
1.5RC1

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

non public one

What steps will reproduce the problem?
1.http://server/admin/db/scmtools/repository/add/
2.Try to add Git repo, enter the '.git/' folder path into the Path field
3.Gives me the error Unable to retrieve information from local Git  
repository


Things I have tried/checked
* checked that git can be run as apache
* run the command git --git-dir=/path/to/local/.git config  
core.repositoryformatversion. As apache it returns no output, as root it  
returns '0'





What operating system are you using? What browser?


Please provide any additional information below.


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



Re: Issue 1765 in reviewboard: Unable to add git repo

2010-08-14 Thread reviewboard

Updates:
Status: NeedInfo

Comment #1 on issue 1765 by chipx86: Unable to add git repo
http://code.google.com/p/reviewboard/issues/detail?id=1765

Check the permissions to make sure that *everything* on that repository can  
be accessed by your Apache user. If, as a normal user, I run:


git --git-dir=/root/some/private/path config  
core.repositoryformatversion


And /root is not accessible by my user, I will receive no output. If I do  
have access, I see 0. So it sounds like a file permissions issue.


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