Re: Error of post-review: "The current directory does not contain a checkout from a supported source code repository."

2015-04-15 Thread John Spadafora
I don't use SVN, I use Perforce but I'm but I stated getting the "The 
current directory does not contain a checkout from a supported 
source code repository. " error.  This started happening after I upgraded 
my P4V client to be the latest 64 bit client.
I also have P4W installed as a 32 bit client.  What changed?
It turns out that the 64 bit Perforce path was placed in front of the 32 
bit Perforce path.
Reversing these so the 32 bit path was found first fixed this issue for me.

I'm posting this here because I found this thread using Google to look for 
a solution to this problem and I haven't seen this solution posted anywhere.


On Tuesday, September 27, 2011 at 1:52:53 AM UTC-4, James Tang wrote:
>
> I run post-review in command line in Windows, below is the result: 
>
> C:\Users\XXX>post-review -d 
> >>> RBTools 0.3.3 
> >>> Home = C:\Users\Tang\AppData\Roaming 
> The current directory does not contain a checkout from a supported 
> source code repository. 
>
> It seems post-review will search the user data folder for the checkout 
> source code directory. How to change the "Home" setting? Or how to 
> solve the problem if I put the checkout source code under "C:\Users 
> \XXX"? 
>
> Thanks. 
>

-- 
Supercharge your Review Board with Power Pack: 
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons: 
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
--- 
You received this message because you are subscribed to the Google Groups 
"reviewboard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reviewboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: Error of post-review: "The current directory does not contain a checkout from a supported source code repository."

2011-11-23 Thread Christian Hammond

On Nov 23, 2011, at 12:12, yoheeb  wrote:

> 
> Ahhh, Top Posting!...anyway...
> 
>>> To determine if you're in a valid checkout, we run "svn info" and look for
>>> the text "Repository Root". What do you see when you type that?
>> 
>>> If the output is localized, that's the problem, though we already try to
>>> force it to be English.
>> 
>>> Christian
> Hi all,
> Just getting started with Review Board, round this thread and
> wondered:
> 
> The RBTools are python, why isn't the pySVN package used to perform
> the "subversion operations" rather than defer to the command line
> client?  Just a suggestion.

If you're using post-review, you likely already have svn installed.

PySVN wouldn't buy you much. It'd actually be harder. It's not pure Python, so 
you would need all the necessary compiler tools and libs (including the 
subversion devel packages) just to compile and install it.

Christian


> 
> -- 
> Want to help the Review Board project? Donate today at 
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to 
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at 
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Error of post-review: "The current directory does not contain a checkout from a supported source code repository."

2011-11-23 Thread yoheeb

Ahhh, Top Posting!...anyway...

> > To determine if you're in a valid checkout, we run "svn info" and look for
> > the text "Repository Root". What do you see when you type that?
>
> > If the output is localized, that's the problem, though we already try to
> > force it to be English.
>
> > Christian
Hi all,
Just getting started with Review Board, round this thread and
wondered:

The RBTools are python, why isn't the pySVN package used to perform
the "subversion operations" rather than defer to the command line
client?  Just a suggestion.

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Error of post-review: "The current directory does not contain a checkout from a supported source code repository."

2011-09-28 Thread James Tang
Haa, I found the problem caused by svn client. I use TortoiseSVN as my
svn client in Windows, but it seems post-review could not communicate
with svn server through TortoiseSVN.
I installed command line svn, the problem solved.
Thanks for you help!

On Sep 28, 1:46 pm, Christian Hammond  wrote:
> To determine if you're in a valid checkout, we run "svn info" and look for
> the text "Repository Root". What do you see when you type that?
>
> If the output is localized, that's the problem, though we already try to
> force it to be English.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
> 2011/9/27 James Tang 
>
>
>
> > But the problem is I already tried post-review in checkout svn
> > directory(which contains a .svn folder), it still give me same words.
> > How to solve this? Isn't post-review support windows7?
>
> > On 9月27日, 下午4时24分, Christian Hammond  wrote:
> > > Home has nothing to do with the checks. That's just for our own usage.
>
> > > You need to run post-review from within an SVN, CVS, Git, etc. checkout
> > > directory.
>
> > > Christian
>
> > > --
> > > Christian Hammond - chip...@chipx86.com
> > > Review Board -http://www.reviewboard.org
> > > VMware, Inc. -http://www.vmware.com
>
> > > On Mon, Sep 26, 2011 at 10:52 PM, James Tang  wrote:
> > > > I run post-review in command line in Windows, below is the result:
>
> > > > C:\Users\XXX>post-review -d
> > > > >>> RBTools 0.3.3
> > > > >>> Home = C:\Users\Tang\AppData\Roaming
> > > > The current directory does not contain a checkout from a supported
> > > > source code repository.
>
> > > > It seems post-review will search the user data folder for the checkout
> > > > source code directory. How to change the "Home" setting? Or how to
> > > > solve the problem if I put the checkout source code under "C:\Users
> > > > \XXX"?
>
> > > > Thanks.
>
> > > > --
> > > > Want to help the Review Board project? Donate today at
> > > >http://www.reviewboard.org/donate/
> > > > Happy user? Let us know athttp://www.reviewboard.org/users/
> > > > -~--~~~~--~~--~--~---
> > > > To unsubscribe from this group, send email to
> > > > reviewboard+unsubscr...@googlegroups.com
> > > > For more options, visit this group at
> > > >http://groups.google.com/group/reviewboard?hl=en
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en- Hide quoted text -
>
> - Show quoted text -

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Error of post-review: "The current directory does not contain a checkout from a supported source code repository."

2011-09-27 Thread Christian Hammond
To determine if you're in a valid checkout, we run "svn info" and look for
the text "Repository Root". What do you see when you type that?

If the output is localized, that's the problem, though we already try to
force it to be English.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


2011/9/27 James Tang 

> But the problem is I already tried post-review in checkout svn
> directory(which contains a .svn folder), it still give me same words.
> How to solve this? Isn't post-review support windows7?
>
>
> On 9月27日, 下午4时24分, Christian Hammond  wrote:
> > Home has nothing to do with the checks. That's just for our own usage.
> >
> > You need to run post-review from within an SVN, CVS, Git, etc. checkout
> > directory.
> >
> > Christian
> >
> > --
> > Christian Hammond - chip...@chipx86.com
> > Review Board -http://www.reviewboard.org
> > VMware, Inc. -http://www.vmware.com
> >
> >
> >
> >
> >
> >
> >
> > On Mon, Sep 26, 2011 at 10:52 PM, James Tang  wrote:
> > > I run post-review in command line in Windows, below is the result:
> >
> > > C:\Users\XXX>post-review -d
> > > >>> RBTools 0.3.3
> > > >>> Home = C:\Users\Tang\AppData\Roaming
> > > The current directory does not contain a checkout from a supported
> > > source code repository.
> >
> > > It seems post-review will search the user data folder for the checkout
> > > source code directory. How to change the "Home" setting? Or how to
> > > solve the problem if I put the checkout source code under "C:\Users
> > > \XXX"?
> >
> > > Thanks.
> >
> > > --
> > > Want to help the Review Board project? Donate today at
> > >http://www.reviewboard.org/donate/
> > > Happy user? Let us know athttp://www.reviewboard.org/users/
> > > -~--~~~~--~~--~--~---
> > > To unsubscribe from this group, send email to
> > > reviewboard+unsubscr...@googlegroups.com
> > > For more options, visit this group at
> > >http://groups.google.com/group/reviewboard?hl=en
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en
>

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en

Re: Error of post-review: "The current directory does not contain a checkout from a supported source code repository."

2011-09-27 Thread James Tang
But the problem is I already tried post-review in checkout svn
directory(which contains a .svn folder), it still give me same words.
How to solve this? Isn't post-review support windows7?


On 9月27日, 下午4时24分, Christian Hammond  wrote:
> Home has nothing to do with the checks. That's just for our own usage.
>
> You need to run post-review from within an SVN, CVS, Git, etc. checkout
> directory.
>
> Christian
>
> --
> Christian Hammond - chip...@chipx86.com
> Review Board -http://www.reviewboard.org
> VMware, Inc. -http://www.vmware.com
>
>
>
>
>
>
>
> On Mon, Sep 26, 2011 at 10:52 PM, James Tang  wrote:
> > I run post-review in command line in Windows, below is the result:
>
> > C:\Users\XXX>post-review -d
> > >>> RBTools 0.3.3
> > >>> Home = C:\Users\Tang\AppData\Roaming
> > The current directory does not contain a checkout from a supported
> > source code repository.
>
> > It seems post-review will search the user data folder for the checkout
> > source code directory. How to change the "Home" setting? Or how to
> > solve the problem if I put the checkout source code under "C:\Users
> > \XXX"?
>
> > Thanks.
>
> > --
> > Want to help the Review Board project? Donate today at
> >http://www.reviewboard.org/donate/
> > Happy user? Let us know athttp://www.reviewboard.org/users/
> > -~--~~~~--~~--~--~---
> > To unsubscribe from this group, send email to
> > reviewboard+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en


Re: Error of post-review: "The current directory does not contain a checkout from a supported source code repository."

2011-09-27 Thread Christian Hammond
Home has nothing to do with the checks. That's just for our own usage.

You need to run post-review from within an SVN, CVS, Git, etc. checkout
directory.

Christian

-- 
Christian Hammond - chip...@chipx86.com
Review Board - http://www.reviewboard.org
VMware, Inc. - http://www.vmware.com


On Mon, Sep 26, 2011 at 10:52 PM, James Tang  wrote:

> I run post-review in command line in Windows, below is the result:
>
> C:\Users\XXX>post-review -d
> >>> RBTools 0.3.3
> >>> Home = C:\Users\Tang\AppData\Roaming
> The current directory does not contain a checkout from a supported
> source code repository.
>
> It seems post-review will search the user data folder for the checkout
> source code directory. How to change the "Home" setting? Or how to
> solve the problem if I put the checkout source code under "C:\Users
> \XXX"?
>
> Thanks.
>
> --
> Want to help the Review Board project? Donate today at
> http://www.reviewboard.org/donate/
> Happy user? Let us know at http://www.reviewboard.org/users/
> -~--~~~~--~~--~--~---
> To unsubscribe from this group, send email to
> reviewboard+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/reviewboard?hl=en

-- 
Want to help the Review Board project? Donate today at 
http://www.reviewboard.org/donate/
Happy user? Let us know at http://www.reviewboard.org/users/
-~--~~~~--~~--~--~---
To unsubscribe from this group, send email to 
reviewboard+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/reviewboard?hl=en