Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2012-02-21 Thread reviewboard


Comment #12 on issue 1896 by vinaychi...@gmail.com: Omitting the git repo  
path throws 500 error

http://code.google.com/p/reviewboard/issues/detail?id=1896

We have set the git repo config as follows:

Method 1
-
Path: u...@mydomain.com:test/test1.git
Mirror Path: u...@mydomain.com:test/test1.git
Raw file URL mask: u...@mydomain.com:test/test1.git

Method 2
-
Path: u...@mydomain.com:test/test1
Mirror Path: u...@mydomain.com:test/test1
Raw file URL mask: u...@mydomain.com:test/test1


The repos got added successfully but when I post for review it throws the  
following error


Error creating review request: The repository path specified is not in the  
list of known repositories (code 206)


What might be the issue?/ Are we missing something?

Thanks.

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



Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2012-01-18 Thread reviewboard


Comment #11 on issue 1896 by chip...@gmail.com: Omitting the git repo path  
throws 500 error

http://code.google.com/p/reviewboard/issues/detail?id=1896

It should be the origin. Same thing you would clone.

post-review will do a 'git remote show origin' and try to find a matching  
repository (comparing Path) on Review Board.


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



Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2012-01-17 Thread reviewboard


Comment #3 on issue 1896 by vinaychi...@gmail.com: Omitting the git repo  
path throws 500 error

http://code.google.com/p/reviewboard/issues/detail?id=1896

I am facing the exact issue. Any Help please ?

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



Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2012-01-17 Thread reviewboard


Comment #4 on issue 1896 by romainch...@gmail.com: Omitting the git repo  
path throws 500 error

http://code.google.com/p/reviewboard/issues/detail?id=1896

@vinay: read the description, you just need to specify the right fields  
(and among others, the repository path)


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



Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2012-01-17 Thread reviewboard


Comment #5 on issue 1896 by step...@gallagherhome.com: Omitting the git  
repo path throws 500 error

http://code.google.com/p/reviewboard/issues/detail?id=1896

Well, the problem is that the repo path should NOT be required if you're  
using the raw file URL and remote path.


Probably this could be better solved in the UI by having a set of fields  
revealed or hidden by selecting a remote vs local radiobutton.


(Just a suggestion)

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



Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2012-01-17 Thread reviewboard


Comment #6 on issue 1896 by vinaychi...@gmail.com: Omitting the git repo  
path throws 500 error

http://code.google.com/p/reviewboard/issues/detail?id=1896

Thanks guys for the update but I am specifying the Mirror Path and Raw  
file URL mask fields but not Path field, and this is causing the 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-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.



Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2012-01-17 Thread reviewboard


Comment #8 on issue 1896 by vinaychi...@gmail.com: Omitting the git repo  
path throws 500 error

http://code.google.com/p/reviewboard/issues/detail?id=1896

Thanks.

I have a few questions.

1. So, is it mandatory to have a checkout of a git repository on the local  
disk? Can we avoid this?


2. If we use gitweb, without having a local checkout, can we setup git  
repositories (can you please brief 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-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.



Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2012-01-17 Thread reviewboard


Comment #9 on issue 1896 by chip...@gmail.com: Omitting the git repo path  
throws 500 error

http://code.google.com/p/reviewboard/issues/detail?id=1896

A git repository on the local disk hasn't been necessary since we released  
1.5. You need a Path field, but that's just for repository matching. The  
raw file URL mask field can point to gitweb or other services to fetch the  
files necessary.


There's examples for this in  
http://www.reviewboard.org/docs/manual/dev/admin/configuration/repositories/#gitweb


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



Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2012-01-17 Thread reviewboard


Comment #10 on issue 1896 by vinaychi...@gmail.com: Omitting the git repo  
path throws 500 error

http://code.google.com/p/reviewboard/issues/detail?id=1896

Can you please let me know what is to be specified in Path field? I can see  
that
For git, this should be the path to the .git repository on the local  
disk.. How can I  point to a .git repository on local disk with out having  
a checkout?


I am using Reviewboard-1.5.1 version.

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



Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2011-12-09 Thread reviewboard


Comment #2 on issue 1896 by rchoss...@acunu.com: Omitting the git repo path  
throws 500 error

http://code.google.com/p/reviewboard/issues/detail?id=1896

Same for hg (seems obvious but worth mentioning) on Debian.

I guess it is a matter of blank=None in the django model.

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



Re: Issue 1896 in reviewboard: Omitting the git repo path throws 500 error

2010-11-30 Thread reviewboard

Updates:
Labels: Component-Admin

Comment #1 on issue 1896 by trowbrds: Omitting the git repo path throws 500  
error

http://code.google.com/p/reviewboard/issues/detail?id=1896

(No comment was entered for this change.)

--
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 1896 in reviewboard: Omitting the git repo path throws 500 error

2010-11-29 Thread reviewboard

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

New issue 1896 by Karrde712: Omitting the git repo path throws 500 error
http://code.google.com/p/reviewboard/issues/detail?id=1896

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

What version are you running?
ReviewBoard 1.5.1

What's the URL of the page containing the problem?
New repo creation

What steps will reproduce the problem?
1. Create a custom git repo
2. Fill in the raw file URL and remote path
3. Click save

What is the expected output? What do you see instead?
I expect to see a warning that the repo path is mandatory, but not  
specified. Instead, I get a 500 error, and this appears in the Apache  
error_log:


[Tue Nov 23 11:46:28 2010] [error] ERROR:root:Exception thrown for user  
admin at  
http://publictest4.fedoraproject.org/reviewboard/admin/db/scmtools/repository/1/

[Tue Nov 23 11:46:28 2010] [error]
[Tue Nov 23 11:46:28 2010] [error] 'path'
[Tue Nov 23 11:46:28 2010] [error] Traceback (most recent call last):
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/django/core/handlers/base.py, line  
99, in get_response
[Tue Nov 23 11:46:28 2010] [error] response = callback(request,  
*callback_args, **callback_kwargs)
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/django/contrib/admin/options.py,  
line 225, in wrapper
[Tue Nov 23 11:46:28 2010] [error] return  
self.admin_site.admin_view(view)(*args, **kwargs)
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/django/views/decorators/cache.py,  
line 44, in _wrapped_view_func
[Tue Nov 23 11:46:28 2010] [error] response = view_func(request, *args,  
**kwargs)
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/django/contrib/admin/sites.py, line  
186, in inner

[Tue Nov 23 11:46:28 2010] [error] return view(request, *args, **kwargs)
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/django/db/transaction.py, line 240,  
in _commit_on_success

[Tue Nov 23 11:46:28 2010] [error] res = func(*args, **kw)
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/django/contrib/admin/options.py,  
line 827, in change_view

[Tue Nov 23 11:46:28 2010] [error] if form.is_valid():
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/reviewboard/scmtools/forms.py, line  
578, in is_valid
[Tue Nov 23 11:46:28 2010] [error] return (super(RepositoryForm,  
self).is_valid() and
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/django/forms/forms.py, line 119, in  
is_valid
[Tue Nov 23 11:46:28 2010] [error] return self.is_bound and not  
bool(self.errors)
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/django/forms/forms.py, line 110, in  
_get_errors

[Tue Nov 23 11:46:28 2010] [error] self.full_clean()
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/reviewboard/scmtools/forms.py, line  
500, in full_clean
[Tue Nov 23 11:46:28 2010] [error] return super(RepositoryForm,  
self).full_clean()
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/django/forms/forms.py, line 249, in  
full_clean

[Tue Nov 23 11:46:28 2010] [error] self.cleaned_data = self.clean()
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/reviewboard/scmtools/forms.py, line  
520, in clean

[Tue Nov 23 11:46:28 2010] [error] self._verify_repository_path()
[Tue Nov 23 11:46:28 2010] [error]
File /usr/lib/python2.4/site-packages/reviewboard/scmtools/forms.py, line  
643, in _verify_repository_path

[Tue Nov 23 11:46:28 2010] [error] path = self.cleaned_data['path']
[Tue Nov 23 11:46:28 2010] [error] KeyError: 'path'


What operating system are you using? What browser?
Red Hat Enterprise Linux 5.5
Firefox 3.6.12 and Chromium 8.0.560.0 both experience this.

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.