Re: A repository was not found at the specified path - HTTPS issue

2014-05-21 Thread bhagwat mane
One another think, currently the reviewboard is working with other SVN Server repository ( SVN repo not having SSL - http://IPAddress/Svn/Folder";) On Tuesday, May 20, 2014 4:00:34 PM UTC+5:30, bhagwat mane wrote: > > Hi Team, > > *Issue :* A repository was not found at the specified path. > *W

Re: A repository was not found at the specified path - HTTPS issue

2014-05-21 Thread bhagwat mane
Hi Christian and lgor, I have execute "netsh winhttp show proxy" command (OS - Windows 7) and got below message - Current WinHTTP proxy settings: Direct access (no proxy server). Also i got svn list from windows 7 command prompt - Command - svn ls https://IPAddress/svn/SVNFolder/ Output -

Re: how to apply review code on local machine

2014-05-21 Thread shankar KC
These are the args that are passed to the method. I got them using print statement. diff_file_path:- c:\users\shanka~1\appdata\local\temp\tmpzusqly, repository_info.base_path :- None, base_dir :- , self.options.px :- None. It looked like its failing bcz base_dir empty and repository_info.base

Re: how to apply review code on local machine

2014-05-21 Thread shankar KC
Sure I will open a bug thx shankar -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You received this message because you are

Re: Problems upgrading from RB1.5 to RB2.0RC3

2014-05-21 Thread Christian Hammond
Thanks for the info, everyone! I just put out a Django Evolution 0.7.1 release, which should fix this issue. You can upgrade with: easy_install -U django_evolution Or, if using RPMs, Stephen will get to it soon! :) - Christian -- Christian Hammond - chip...@chipx86.com Review Board - http

Re: error displaying diff in RB2.0

2014-05-21 Thread MoonWalker
Thanks a lot David :-) it works On Thursday, May 22, 2014 9:44:05 AM UTC+10, David Trowbridge wrote: > > It is, but it's not tried by default. In the repository configuration, you > can add a comma-separated list of additional encodings (on top of utf-8 and > ascii) to try. > > -David > > > On

Re: how to generate diff on new project

2014-05-21 Thread David Trowbridge
rbtools lets you restrict the generated diff to specific filenames. If you're using 0.6, this is done with the -I flag. -David On Wed, May 21, 2014 at 4:50 PM, MoonWalker wrote: > I have a new project that is some sort of mixture of code of multiple > existent projects. There are 4 new files an

how to generate diff on new project

2014-05-21 Thread MoonWalker
I have a new project that is some sort of mixture of code of multiple existent projects. There are 4 new files and I would like only to present these 4 files as a part of my review, but I am not sure how to isolate the changes, since my base line is base on multiple chunk of code. Just for refe

Re: error displaying diff in RB2.0

2014-05-21 Thread David Trowbridge
It is, but it's not tried by default. In the repository configuration, you can add a comma-separated list of additional encodings (on top of utf-8 and ascii) to try. -David On Wed, May 21, 2014 at 4:43 PM, MoonWalker wrote: > seems like is using windows-1252 encoding. is that encoding supported

Re: error displaying diff in RB2.0

2014-05-21 Thread MoonWalker
seems like is using windows-1252 encoding. is that encoding supported? On Thursday, May 22, 2014 1:25:55 AM UTC+10, Matthew Woehlke wrote: > > On 2014-05-21 00:10, MoonWalker wrote: > > This is the first time that I find this issue. > > There is nothing fancy in this file "INI_de.h" to trigger t

Re: Problems upgrading from RB1.5 to RB2.0RC3

2014-05-21 Thread Stephen Gallagher
On Wed, May 21, 2014 at 2:37 PM, Christian Hammond wrote: > Hi Paul, > > I'm going to see about getting a fix out soon. Would you be able to get me > a database dump pre-upgrade that just contains the schema for the whole > database + the contents of just the django_evolution and > django_project_

Re: how to apply review code on local machine

2014-05-21 Thread David Trowbridge
It looks like we have a bug in 'rbt patch'. It's only really been tested with git repositories, so I'm not too surprised. Would you mind filing this in our issue tracker? -David On Wed, May 21, 2014 at 4:47 AM, shankar KC wrote: > Hi I have review board setup against perforce repository. I can

Re: A repository was not found at the specified path - HTTPS issue

2014-05-21 Thread Christian Hammond
Just to help me clarify the issue in my head, it's not working on the server with the command-line svn client, but it is working on your local machine with the command-line svn? If so, as Igor says, that looks like it could be proxy-related. Are you behind a proxy? If so, you'll need to set the HT

Re: Problems upgrading from RB1.5 to RB2.0RC3

2014-05-21 Thread Christian Hammond
Hi Paul, I'm going to see about getting a fix out soon. Would you be able to get me a database dump pre-upgrade that just contains the schema for the whole database + the contents of just the django_evolution and django_project_version tables? (You can just do a dump without data and send that, a

Re: error displaying diff in RB2.0

2014-05-21 Thread Matthew Woehlke
On 2014-05-21 00:10, MoonWalker wrote: > This is the first time that I find this issue. > There is nothing fancy in this file "INI_de.h" to trigger this: > > There was an error displaying this diff. > > unknown encoding: When you say "nothing fancy", and considering the error message, what is t

Re: A repository was not found at the specified path - HTTPS issue

2014-05-21 Thread Igor Berger
If you're running on Windows and have a proxy set in your browser, chances are the same proxy is not used for command line tools. Try "netsh winhttp show proxy" from command line to see what it's set to. Then use "netsh winhttp set proxy" to set it appropriately. On Wednesday, May 21, 2014 8:01:

rbt and perforce 2005.1.PATCH configuration issues

2014-05-21 Thread shankar KC
Open p4v.exe select root folder..right click and open command prompt there. This will inherit all perforce env. variables. Try there rbt post chanelistno It works for ne -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons:

Re: A repository was not found at the specified path - HTTPS issue

2014-05-21 Thread bhagwat mane
Hi David, But it is working fine with browser and with client svn. Could you please let me know what should i do to fix this issue. Thanks, On Tuesday, May 20, 2014 4:00:34 PM UTC+5:30, bhagwat mane wrote: > > Hi Team, > > *Issue :* A repository was not found at the specified path. > *When :*

Re: Problems upgrading from RB1.5 to RB2.0RC3

2014-05-21 Thread Paul Fee
Following the release of RB2.0, I retested with the latest packages in Fedora rawhide and EPEL. The issue is still present with ReviewBoard-2.0-13.fc21 on Fedora rawhide. The same procedure (a database import and rb-site upgrade) works with ReviewBoard-1.7.25-1.el6 on CentOS6+EPEL. Note on Fed

Re: perforce source control and review board need more than 1 value to unpack.

2014-05-21 Thread shankar KC
I used RBT post . It did that magic :) On Tuesday, April 29, 2014 3:19:07 AM UTC+5:30, David Trowbridge wrote: > > It looks like we have a bug with the handling of the ENABLE_PROXY setting. > Can you try clearing out proxy-related environment variables? > > -David > > > On Fri, Apr 25, 2014 at 4:3

how to apply review code on local machine

2014-05-21 Thread shankar KC
Hi I have review board setup against perforce repository. I can login to use. Using rbt post i can upload the perforce changelist. If i have to download my code changes to some other machine having rbt tools how can i do it? As per the docs *rbt patch* will download the latest diff from the revi

Re: Announcing the release of Review Board 2.0!

2014-05-21 Thread Paul Fee
Thanks, it's working now following the python-djblets-0.8-7 update. -- Get the Review Board Power Pack at http://www.reviewboard.org/powerpack/ --- Sign up for Review Board hosting at RBCommons: https://rbcommons.com/ --- Happy user? Let us know at http://www.reviewboard.org/users/ --- You recei