Re: Issue 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-30 Thread reviewboard

Updates:
Status: Fixed
Labels: Djblets

Comment #19 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for  
Subversion

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

This has been fixed on the release-0.6.x branch of Djblets (e940ca0). You  
can manually download and install this, and hopefully it will fix the  
problem. RB 1.6.11 (coming this week) will require this version, so it'll  
be fixed along with that release.


Thanks for all the debugging info and being patient with this. Hopefully  
this fixes the problem for you! I'd definitely be interested in knowing if  
a custom-built Djblets from this branch fixes the problem for you.


--
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 2556 in reviewboard: rUNKNOWN error: ssh based mercurial repositories

2012-07-30 Thread reviewboard


Comment #1 on issue 2556 by tjw...@gmail.com: rUNKNOWN error: ssh based  
mercurial repositories

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

I had this issue too, albeit with a locally-accessed Mercurial repo (not  
SSH).


I fixed it by patching reviewboard/scmtools/hg.py as follows (this is  
v1.6.10):


233c233
 if rev == HEAD:
---

 if rev == HEAD or rev == UNKNOWN:



I'm not sure of how I submit an official patch but if the maintainers can  
verify the above fix and include it in the next release that would be  
great...



--
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 2556 in reviewboard: rUNKNOWN error: ssh based mercurial repositories

2012-07-30 Thread reviewboard

Updates:
Status: NeedInfo
Labels: Component-SCMTools

Comment #2 on issue 2556 by chip...@gmail.com: rUNKNOWN error: ssh based  
mercurial repositories

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

That doesn't seem like a fix so much as a workaround. The question is, why  
is the revision UNKNOWN? Did something change in the diff format?


Seeing the diff in question would help a lot. Having a repro case against a  
public repository somewhere (or the one bundled in the Review Board source  
tree in scmtools/testdata/hg_repo.bundle) would be preferable.


As far as contributing changes, we review all code on  
http://reviews.reviewboard.org/. You'd need to make the change in a local  
Git branch in a clone of our repository, and then upload using post-review.


--
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 2556 in reviewboard: rUNKNOWN error: ssh based mercurial repositories

2012-07-30 Thread reviewboard


Comment #3 on issue 2556 by tjw...@gmail.com: rUNKNOWN error: ssh based  
mercurial repositories

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

Huh, it seems if you generate the diff with hg diff --git you don't get  
the changeset ID in the diff. If you omit the --git option it works.


--
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 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-30 Thread reviewboard


Comment #20 on issue 2686 by cea...@gmail.com: 1.6.10 breaks svn+ssh for  
Subversion

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

That sounds great! I would be happy to test this ahead of the 1.6.11  
release. I'm not familiar with the process of the manual install you  
mentioned. If you could direct me to some docs for that, I will go ahead  
and test. 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 2686 in reviewboard: 1.6.10 breaks svn+ssh for Subversion

2012-07-30 Thread reviewboard


Comment #21 on issue 2686 by chip...@gmail.com: 1.6.10 breaks svn+ssh for  
Subversion

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

You would have to check out Djblets from git  
(http://github.com/djblets/djblets/), check out the release-1.6.x branch,  
and then do:


  $ sudo ./setup.py install

Then just restart/reload your web server.

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