Issue 1728 in reviewboard: Repository resolution fails if mirror path set to host name alias (cname)

2010-07-16 Thread reviewboard

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

New issue 1728 by balla...@aicas.com: Repository resolution fails if mirror  
path set to host name alias (cname)

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

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

What version are you running?

RB 1.5beta2, RBTools 0.2.1alpha0-2010-07-15

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

post-review output

What steps will reproduce the problem?
1. Create CVS repository on server count
2. Create alias cvs for count
3. Configure repository on ReviewBoard with mirror path cvs
4. Create working directory from repository at cvs
5. Run post-review in working directory

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

Should post review.  Instead does not find repository:

plato:testsuite ballarin$ post-review  
--server=http://reviewboard.aicas.burg -d

svn info
repository info: Path: count:/CVSROOT, Base path: None, Supports  
changesets: False

cvs diff -uN
Looking for 'reviewboard/' cookie in  
/Users/ballarin/.post-review-cookies.txt

Loaded valid cookie -- no login required
Attempting to create review request on count:/CVSROOT for None
HTTP POSTing to http://reviewboard/api/json/reviewrequests/new/:  
{'repository_path': 'count.aicas.burg:/CVSROOT'}
Got API Error 206 (HTTP code 200): The repository path specified is not  
in the list of known repositories
Error data:  
{'repository_path': 'count:/CVSROOT', 'stat': 'fail', 'err':  
{'msg': 'The repository path specified is not in the list of known  
repositories', 'code': 206}, 'deprecated': {'in_version': '1.5'}}


There was an error creating this review request.

The repository path count:/CVSROOT is not in the
list of known repositories on the server.


What operating system are you using? What browser?

Local: Mac OS X 10.5, RB server CentOS 5.5

Please provide any additional information below.

plato:testsuite ballarin$ cat CVS/Root
cvs:/CVSROOT

The problem has an obvious workaround (set mirror path to real host name).

--
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 1729 in reviewboard: Unable to login to Review board with NT user name and NT password.

2010-07-16 Thread reviewboard

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

New issue 1729 by singarayya: Unable to login to Review board with NT user  
name and NT password.

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

Dear,

   Unable to login to Review board with NT user name and NT  
password.Could you please check and let me know.


Thanks,
Singaraiah

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

What version are you running?


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


What steps will reproduce the problem?
1.
2.
3.

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


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 1060 in reviewboard: easy_install P4PythonInstaller *Error*

2010-07-16 Thread reviewboard


Comment #22 on issue 1060 by gi.sreenivas: easy_install P4PythonInstaller  
*Error*

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

all my compile problems solved
after running

sudo apt-get install python-dev
sudo apt-get install g++



--
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 1730 in reviewboard: post-review with mercurial fails with obscure error if there are no outgoing changesets

2010-07-16 Thread reviewboard

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

New issue 1730 by balla...@aicas.com: post-review with mercurial fails with  
obscure error if there are no outgoing changesets

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

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

What version are you running?

RB 1.5beta2, RBTools 0.2.1alpha0

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

post-review output

What steps will reproduce the problem?
1.Setup RB with a mercurial repository
2. Make a local clone
3.Invoke 'post-review -d' (there are no outgoing changes)

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

Expected: reasonable error or information message.

Instead I get:

plato:testservice ballarin$ post-review -d

svn info
hg showconfig
hg root
hg svn info
Using candidate path 'default': 'ssh://...//.../testservice'
repository info: Path: ssh://...//.../testservice, Base path: ,  
Supports changesets: False

hg branch
hg -q outgoing --template b:{branches}

r:{rev}

 default
Failed to execute command:  
['hg', '-q', 'outgoing', '--template', 'b:{branches}\nr:{rev}\n\n', 'default']



What operating system are you using? What browser?

RB: CentOS 5.5, Local: Mac OS X

Please provide any additional information below.

Behaves normally if there are outgoing changes.

--
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 1731 in reviewboard: Can not create new review when no repository is set

2010-07-16 Thread reviewboard

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

New issue 1731 by tim.pinet: Can not create new review when no repository  
is set

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

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

What version are you running?
-RB 1.0.9

What's the URL of the page containing the problem?
-both web and post-review

What steps will reproduce the problem?
-Since I am using TFS as a repository and RB does not support it, I wanted  
to manually create diffs (either context or unified) and create a new  
review using the diff file. I tried creating a new diff in the web  
interface but that requires that a repository is set. Preferably I would  
like to use post-review so I can script the TFS checkout/diff/RB post  
process but post-review seems to rely on a repository working directory as  
well. I tried using the post-review --diff-filename=diff.file but that  
also relies on the repository. Is there any way to use RB without  
specifying a repository or what is necessary to enable TFS support?


What is the expected output? What do you see instead?
-expected: review is created
-actual (web): try to upload diff file but no repository (field mandatory).  
No review created.

-actual (post-review): not a working folder issue. No review created.

What operating system are you using? What browser?
-Windows XP (to test the RB system), Python 2.6, Apache 2.2

Please provide any additional information below.
-N/A

--
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 1729 in reviewboard: Unable to login to Review board with NT user name and NT password.

2010-07-16 Thread reviewboard

Updates:
Status: SetupIssue

Comment #1 on issue 1729 by chipx86: Unable to login to Review board with  
NT user name and NT password.

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

Review Board by default requires that you create accounts (one will be  
created for you on 'rb-site install' and others can be registered from the  
web UI).


If you want to use the existing accounts you have on a network, you must  
configure Active Directory or LDAP or NIS and link it up with your existing  
server. It won't just authenticate with your local Windows accounts.


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