Re: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2016-03-14 Thread David Trowbridge
Hi,

Sorry about the delay in answering this--it got buried in my e-mail. Any
Power Pack questions you have can be addressed to supp...@beanbaginc.com where
we have much better tracking.

There are a couple ways to post changes for TFS. The first is via the "New
Review Request" page, which should allow you to select a branch and a
committed changeset to review. This is useful for when you're doing review
after changes are checked in.

The other way is to post your changes using the rbtools command-line tools.
In this case, "rbt post" will take your uncommitted changes and post them
for review. We do not currently have support for posting shelvesets, but
that should be coming relatively soon.

-David

On Wed, Mar 2, 2016 at 7:23 AM Cormick Nugent 
wrote:

> Hi again David.
>
> Well my company have finally upgraded to TFS 2015 (but not Update 1 yet),
> so this is what I've done:
>
>- Upgraded ReviewBoard to version 2.5.3
>- Upgraded Review Board Power Pack to version 1.4
>- Obtained a new trial licence and activated PowerPack
>- Successfully added my new "Team foundation Server" repository (this
>is where I was stopped the last time)
>
>
> But now what?
> When I go to create a new review, and select my TFS repository it is
> asking me to upload a file?  The documentation does not help here on what
> this file is and how do I get/create it.
> Is this file a TFS Shelveset or some kind of diff/patch file? What is the
> process for creating the file etc.? What tools, if any, are required to
> create it etc.?
>
> Any guidance and/or examples greatly appreciated.
>
> Regards.
>
>
> Cormick.
>
>
>
> On Thursday, 21 May 2015 14:26:47 UTC+1, Cormick Nugent wrote:
>>
>> Wow, thank you David. Appreciate sorting the license.
>>
>> Cormick.
>>
>> On Wednesday, 20 May 2015 19:49:13 UTC+1, David Trowbridge wrote:
>>>
>>> Cormick,
>>>
>>> That's definitely an oversight, and I'll be fixing up the documentation
>>> ASAP. In the meantime I'll clear your existing license out of the system so
>>> you can request a new trial when you do upgrade to 2013.
>>>
>>> -David
>>>
>>>
>>> --
> 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.
>
-- 
-David

-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2016-03-02 Thread Cormick Nugent
Hi again David.

Well my company have finally upgraded to TFS 2015 (but not Update 1 yet), 
so this is what I've done:

   - Upgraded ReviewBoard to version 2.5.3
   - Upgraded Review Board Power Pack to version 1.4
   - Obtained a new trial licence and activated PowerPack
   - Successfully added my new "Team foundation Server" repository (this is 
   where I was stopped the last time)


But now what?
When I go to create a new review, and select my TFS repository it is asking 
me to upload a file?  The documentation does not help here on what this 
file is and how do I get/create it.
Is this file a TFS Shelveset or some kind of diff/patch file? What is the 
process for creating the file etc.? What tools, if any, are required to 
create it etc.?

Any guidance and/or examples greatly appreciated.

Regards.

Cormick.


On Thursday, 21 May 2015 14:26:47 UTC+1, Cormick Nugent wrote:
>
> Wow, thank you David. Appreciate sorting the license.
>
> Cormick.
>
> On Wednesday, 20 May 2015 19:49:13 UTC+1, David Trowbridge wrote:
>>
>> Cormick,
>>
>> That's definitely an oversight, and I'll be fixing up the documentation 
>> ASAP. In the meantime I'll clear your existing license out of the system so 
>> you can request a new trial when you do upgrade to 2013.
>>
>> -David
>>
>>
>>

-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-09-17 Thread Vasilica-Mihai Horgot
Hi David, 

I try to integrate Review Board with Visual Studio Online. When i try to 
specify a Visual Studio Online repository 
(https://account.visualstudio.com/DefaultCollection) i get the error:

*HTTP Error 203: Non-Authoritative Information.*

If i open the address 
https://account.visualStudio.com/DefaultCollection/_apis/projects?api-version=1.0
 
i'm redirected to the login page and then i get this response after i login:

{"count":1,"value":[{"id":"a1cd12ee-3f26-4eef-b69f-f85f14e80daf","name":
"Project","url":
"https://acccount.visualstudio.com/DefaultCollection/_apis/projects/a1cd12ee-3f26-4eef-b69f-f85f14e80daf;
,"state":"wellFormed","revision":137611790}]


I was also having issues with the integration to Visual Studio Team 
Foundation Server 2013 where i was getting the error:

*A repository was not found at the specified path.*

I've solved this issue by applying TFS 2013 Update 5.

What is interesting is that even if i have Debug enabled (DEBUG = True in 
the reviewboad_site/conf/settings_local.py) I don't see any errors in the 
reviewboard site or apache2 logs. If anyone would give a hint on this one 
it would be great.

Any ideas if Visual Studio Online is or will be supported in the near 
future?

On Wednesday, May 20, 2015 at 9:49:13 PM UTC+3, David Trowbridge wrote:
>
> Cormick,
>
> That's definitely an oversight, and I'll be fixing up the documentation 
> ASAP. In the meantime I'll clear your existing license out of the system so 
> you can request a new trial when you do upgrade to 2013.
>
> -David
>
> On Wed, May 20, 2015 at 2:45 AM Cormick Nugent  > wrote:
>
>> Hi David.
>>
>> Thank you for clearing that up for me. I did not see any specific 
>> requirements on the Power Pack documentation so hopefully the team will 
>> update that soon to help stop others from getting stuck too.
>>
>> We do have plans to upgrade to TFS 2013 in a number of months so I will 
>> try it out again then (as long as I can renew my 30 day trial)
>>
>> I want to say a big thank you for all the assistance, I appreciate it.
>>
>> All the best.
>>
>>
>> Cormick.
>>
>>
>>
>> On Tuesday, 19 May 2015 22:55:28 UTC+1, David Trowbridge wrote:
>>
>>> Hi,
>>>
>>> Unfortunately, the TFS 2012 server doesn't include the REST API that we 
>>> use. This is something that we're looking into, but for now you'll have to 
>>> have TFS 2013 on the server.
>>>
>>> -David
>>>
>>> On Tue, May 19, 2015 at 8:36 AM Cormick Nugent  
>>> wrote:
>>>
 More on this.

 When I run 'tf workfold' I get:

 *C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC>tf workfold*

 *===*
 *Workspace : machinename (Nugent, Cormick)*
 *Collection: http://server:8080/tfs/uki *

 But when I put this into the 'Path' field and hit save I stil get 'A 
 repository was not found at the specified path.'

 Looking at the server log I can see lines like this:

 15:29:45 DEBUG 

  - Making request to 
 http://server:8080/tfs/uki/_apis/projects?api-version=1.0

 15:29:46 DEBUG 

  - Got unexpected response (404): Not Found


 Does anyone know what is wrong here? 

 The server is a local TFS 2012 install.

 Regards.


 Cormick.




 -- 
>> 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...@googlegroups.com .
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-21 Thread Cormick Nugent
Wow, thank you David. Appreciate sorting the license.

Cormick.

On Wednesday, 20 May 2015 19:49:13 UTC+1, David Trowbridge wrote:

 Cormick,

 That's definitely an oversight, and I'll be fixing up the documentation 
 ASAP. In the meantime I'll clear your existing license out of the system so 
 you can request a new trial when you do upgrade to 2013.

 -David




-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-20 Thread Cormick Nugent
Hi David.

Thank you for clearing that up for me. I did not see any specific 
requirements on the Power Pack documentation so hopefully the team will 
update that soon to help stop others from getting stuck too.

We do have plans to upgrade to TFS 2013 in a number of months so I will try 
it out again then (as long as I can renew my 30 day trial)

I want to say a big thank you for all the assistance, I appreciate it.

All the best.

Cormick.


On Tuesday, 19 May 2015 22:55:28 UTC+1, David Trowbridge wrote:

 Hi,

 Unfortunately, the TFS 2012 server doesn't include the REST API that we 
 use. This is something that we're looking into, but for now you'll have to 
 have TFS 2013 on the server.

 -David

 On Tue, May 19, 2015 at 8:36 AM Cormick Nugent cormic...@gmail.com 
 javascript: wrote:

 More on this.

 When I run 'tf workfold' I get:

 *C:\Program Files (x86)\Microsoft Visual Studio 11.0\VCtf workfold*

 *===*
 *Workspace : machinename (Nugent, Cormick)*
 *Collection: http://server:8080/tfs/uki http://server:8080/tfs/uki*

 But when I put this into the 'Path' field and hit save I stil get 'A 
 repository was not found at the specified path.'

 Looking at the server log I can see lines like this:

 15:29:45 DEBUG 

  - Making request to 
 http://server:8080/tfs/uki/_apis/projects?api-version=1.0

  15:29:46 DEBUG 

  - Got unexpected response (404): Not Found


 Does anyone know what is wrong here? 

 The server is a local TFS 2012 install.

 Regards.


 Cormick.






-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-20 Thread David Trowbridge
Cormick,

That's definitely an oversight, and I'll be fixing up the documentation
ASAP. In the meantime I'll clear your existing license out of the system so
you can request a new trial when you do upgrade to 2013.

-David

On Wed, May 20, 2015 at 2:45 AM Cormick Nugent cormicknug...@gmail.com
wrote:

 Hi David.

 Thank you for clearing that up for me. I did not see any specific
 requirements on the Power Pack documentation so hopefully the team will
 update that soon to help stop others from getting stuck too.

 We do have plans to upgrade to TFS 2013 in a number of months so I will
 try it out again then (as long as I can renew my 30 day trial)

 I want to say a big thank you for all the assistance, I appreciate it.

 All the best.


 Cormick.



 On Tuesday, 19 May 2015 22:55:28 UTC+1, David Trowbridge wrote:

 Hi,

 Unfortunately, the TFS 2012 server doesn't include the REST API that we
 use. This is something that we're looking into, but for now you'll have to
 have TFS 2013 on the server.

 -David

 On Tue, May 19, 2015 at 8:36 AM Cormick Nugent cormic...@gmail.com
 wrote:

 More on this.

 When I run 'tf workfold' I get:

 *C:\Program Files (x86)\Microsoft Visual Studio 11.0\VCtf workfold*

 *===*
 *Workspace : machinename (Nugent, Cormick)*
 *Collection: http://server:8080/tfs/uki http://server:8080/tfs/uki*

 But when I put this into the 'Path' field and hit save I stil get 'A
 repository was not found at the specified path.'

 Looking at the server log I can see lines like this:

 15:29:45 DEBUG

  - Making request to 
 http://server:8080/tfs/uki/_apis/projects?api-version=1.0

  15:29:46 DEBUG

  - Got unexpected response (404): Not Found


 Does anyone know what is wrong here?

 The server is a local TFS 2012 install.

 Regards.


 Cormick.




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


-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-19 Thread Cormick Nugent
Hi Christian.

That was the issue all right. Once I ran that command 'Team Foundation 
Server' and 'Team Foundation Server (git)' appeared in the Repository Type 
dropdown.

I am now having the issue where I am getting 'HTTP Error 401: Unauthorized' 
when I try to hit Save, which is expected as I need to enter a 
'Domain\Username' and 'Password' but there does not seem to be fields on 
screen to enter them. Can this to be done via the command line also?

Thanks for your assistance.

Regards.

Cormick.


On Tuesday, 19 May 2015 01:09:18 UTC+1, Christian Hammond wrote:

 Hi Cormick,

 My apologies for the trouble and the delay in getting back to you with an 
 answer.

 Try running the following:

 $ sudo rb-site manage /path/to/site registerscmtools

 That should work around the issue of this not showing up.

 Christian

 -- 
 Christian Hammond - chri...@beanbaginc.com javascript:
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On Mon, May 18, 2015 at 4:57 AM, Cormick Nugent cormic...@gmail.com 
 javascript: wrote:

 Hi All.

 It is great to see Power Pack 1.2 add official support for Microsoft Team 
 Foundation Server repositories and I have been attempting to get this to 
 work for a few hours now with no success.

 I am on version 2.0.15 of Review Board and have Power Pack 1.3 installed 
 running on Ubuntu 12.04.5.

 I did not see any errors listed when installing the Power Pack and had no 
 issues enabling it and getting the trial licence. it does seem to be 
 running correctly and I can see the new reports and they show up fine.

 What I do not see is where to select TSVC (or similar) as a Hosting 
 Service or Repository Type.

 I can only assume I am missing some sort of dependency or configuration 
 step.

 Does anyone have any more detail on how to set up Team Foundation Server 
 source control (not GIT)?

 Thanks.



 On Tuesday, 24 February 2015 18:46:06 UTC, Christian Hammond wrote:

 Hey everyone, 

 We've released a major update to Power Pack, our set of premium features 
 for Review Board offering reporting, PDF document review, GitHub Enterprise 
 support, and more. 

 https://www.reviewboard.org/news/2015/02/23/power-pack-1-2/ 

 Power Pack 1.2 adds official support for Microsoft Team Foundation 
 Server repositories. Combined with RBTools 0.7, it's now easy to post 
 changes against TFVC repositories (Git will come in a future update), 
 without resorting to SVN bridges or other workarounds. 

 There are also major improvements to the licensing. Previously, a 
 license had to be purchased for the entire server, but now you can purchase 
 a license that will cover just the select number of users you need. 
 Licenses can be upgraded at any time by reaching out to us. We'll be 
 introducing a self-managed licensing portal soon, to make it even easier to 
 upgrade/downgrade your license. 

 One last bonus: If you manage a Review Board server, you can now get 
 Power Pack for free for up to 2 users. Simply download a 30 day trial 
 license, and once the 30 days are up, the license will convert to a full 
 lifetime license covering any 2 users you choose. This license is good for 
 all future updates to Power Pack. If you're a small team, or have only a 
 couple people that need reporting or another feature, then you'll be able 
 to benefit from Power Pack at no cost. See 
 https://www.reviewboard.org/powerpack/2-free-forever/ for more 
 information. 

 Christian 

 --   
 Christian Hammond - chri...@beanbaginc.com   
 Review Board - https://www.reviewboard.org   
 Beanbag, Inc. - https://www.beanbaginc.com 




-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-19 Thread Cormick Nugent
OK Ignore this as for some reason the username and password fields where 
not visible the first time I tried it.

Thery are visible now and allow me to get past the unauthorized error.

Now all I need to do s figure out the correct url to type into the Path 
field sa I kep getting 'A repository was not found at the specified path.'

Thanks again for all the help.

Cormick.


On Tuesday, 19 May 2015 12:03:24 UTC+1, Cormick Nugent wrote:

 Hi Christian.

 That was the issue all right. Once I ran that command 'Team Foundation 
 Server' and 'Team Foundation Server (git)' appeared in the Repository Type 
 dropdown.

 I am now having the issue where I am getting 'HTTP Error 401: 
 Unauthorized' when I try to hit Save, which is expected as I need to enter 
 a 'Domain\Username' and 'Password' but there does not seem to be fields on 
 screen to enter them. Can this to be done via the command line also?

 Thanks for your assistance.

 Regards.

 Cormick.


 On Tuesday, 19 May 2015 01:09:18 UTC+1, Christian Hammond wrote:

 Hi Cormick,

 My apologies for the trouble and the delay in getting back to you with an 
 answer.

 Try running the following:

 $ sudo rb-site manage /path/to/site registerscmtools

 That should work around the issue of this not showing up.

 Christian

 -- 
 Christian Hammond - chri...@beanbaginc.com
 Review Board - http://www.reviewboard.org
 Beanbag, Inc. - http://www.beanbaginc.com

 On Mon, May 18, 2015 at 4:57 AM, Cormick Nugent cormic...@gmail.com 
 wrote:

 Hi All.

 It is great to see Power Pack 1.2 add official support for Microsoft 
 Team Foundation Server repositories and I have been attempting to get this 
 to work for a few hours now with no success.

 I am on version 2.0.15 of Review Board and have Power Pack 1.3 installed 
 running on Ubuntu 12.04.5.

 I did not see any errors listed when installing the Power Pack and had 
 no issues enabling it and getting the trial licence. it does seem to be 
 running correctly and I can see the new reports and they show up fine.

 What I do not see is where to select TSVC (or similar) as a Hosting 
 Service or Repository Type.

 I can only assume I am missing some sort of dependency or configuration 
 step.

 Does anyone have any more detail on how to set up Team Foundation Server 
 source control (not GIT)?

 Thanks.



 On Tuesday, 24 February 2015 18:46:06 UTC, Christian Hammond wrote:

 Hey everyone, 

 We've released a major update to Power Pack, our set of premium 
 features for Review Board offering reporting, PDF document review, GitHub 
 Enterprise support, and more. 

 https://www.reviewboard.org/news/2015/02/23/power-pack-1-2/ 

 Power Pack 1.2 adds official support for Microsoft Team Foundation 
 Server repositories. Combined with RBTools 0.7, it's now easy to post 
 changes against TFVC repositories (Git will come in a future update), 
 without resorting to SVN bridges or other workarounds. 

 There are also major improvements to the licensing. Previously, a 
 license had to be purchased for the entire server, but now you can 
 purchase 
 a license that will cover just the select number of users you need. 
 Licenses can be upgraded at any time by reaching out to us. We'll be 
 introducing a self-managed licensing portal soon, to make it even easier 
 to 
 upgrade/downgrade your license. 

 One last bonus: If you manage a Review Board server, you can now get 
 Power Pack for free for up to 2 users. Simply download a 30 day trial 
 license, and once the 30 days are up, the license will convert to a full 
 lifetime license covering any 2 users you choose. This license is good for 
 all future updates to Power Pack. If you're a small team, or have only a 
 couple people that need reporting or another feature, then you'll be able 
 to benefit from Power Pack at no cost. See 
 https://www.reviewboard.org/powerpack/2-free-forever/ for more 
 information. 

 Christian 

 --   
 Christian Hammond - chri...@beanbaginc.com   
 Review Board - https://www.reviewboard.org   
 Beanbag, Inc. - https://www.beanbaginc.com 




-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-19 Thread David Trowbridge
Hi,

Unfortunately, the TFS 2012 server doesn't include the REST API that we
use. This is something that we're looking into, but for now you'll have to
have TFS 2013 on the server.

-David

On Tue, May 19, 2015 at 8:36 AM Cormick Nugent cormicknug...@gmail.com
wrote:

 More on this.

 When I run 'tf workfold' I get:

 *C:\Program Files (x86)\Microsoft Visual Studio 11.0\VCtf workfold*

 *===*
 *Workspace : machinename (Nugent, Cormick)*
 *Collection: http://server:8080/tfs/uki http://server:8080/tfs/uki*

 But when I put this into the 'Path' field and hit save I stil get 'A
 repository was not found at the specified path.'

 Looking at the server log I can see lines like this:

 15:29:45 DEBUG

  - Making request to http://server:8080/tfs/uki/_apis/projects?api-version=1.0

  15:29:46 DEBUG

  - Got unexpected response (404): Not Found


 Does anyone know what is wrong here?

 The server is a local TFS 2012 install.

 Regards.


 Cormick.



 On Tuesday, 19 May 2015 16:18:50 UTC+1, Cormick Nugent wrote:

 OK Ignore this as for some reason the username and password fields where
 not visible the first time I tried it.

 Thery are visible now and allow me to get past the unauthorized error.

 Now all I need to do s figure out the correct url to type into the Path
 field sa I kep getting 'A repository was not found at the specified path.'

 Thanks again for all the help.

 Cormick.

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


-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-19 Thread Cormick Nugent
More on this.

When I run 'tf workfold' I get:

*C:\Program Files (x86)\Microsoft Visual Studio 11.0\VCtf workfold*
*===*
*Workspace : machinename (Nugent, Cormick)*
*Collection: http://server:8080/tfs/uki*

But when I put this into the 'Path' field and hit save I stil get 'A 
repository was not found at the specified path.'

Looking at the server log I can see lines like this:

15:29:45 DEBUG 

 - Making request to http://server:8080/tfs/uki/_apis/projects?api-version=1.0

 15:29:46 DEBUG 

 - Got unexpected response (404): Not Found


Does anyone know what is wrong here? 

The server is a local TFS 2012 install.

Regards.

Cormick.


On Tuesday, 19 May 2015 16:18:50 UTC+1, Cormick Nugent wrote:

 OK Ignore this as for some reason the username and password fields where 
 not visible the first time I tried it.

 Thery are visible now and allow me to get past the unauthorized error.

 Now all I need to do s figure out the correct url to type into the Path 
 field sa I kep getting 'A repository was not found at the specified path.'

 Thanks again for all the help.

 Cormick.



-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-18 Thread Cormick Nugent
Hi All.

It is great to see Power Pack 1.2 add official support for Microsoft Team 
Foundation Server repositories and I have been attempting to get this to 
work for a few hours now with no success.

I am on version 2.0.15 of Review Board and have Power Pack 1.3 installed 
running on Ubuntu 12.04.5.

I did not see any errors listed when installing the Power Pack and had no 
issues enabling it and getting the trial licence. it does seem to be 
running correctly and I can see the new reports and they show up fine.

What I do not see is where to select TSVC (or similar) as a Hosting Service 
or Repository Type.

I can only assume I am missing some sort of dependency or configuration 
step.

Does anyone have any more detail on how to set up Team Foundation Server 
source control (not GIT)?

Thanks.


On Tuesday, 24 February 2015 18:46:06 UTC, Christian Hammond wrote:

 Hey everyone, 

 We've released a major update to Power Pack, our set of premium features 
 for Review Board offering reporting, PDF document review, GitHub Enterprise 
 support, and more. 

 https://www.reviewboard.org/news/2015/02/23/power-pack-1-2/ 

 Power Pack 1.2 adds official support for Microsoft Team Foundation Server 
 repositories. Combined with RBTools 0.7, it's now easy to post changes 
 against TFVC repositories (Git will come in a future update), without 
 resorting to SVN bridges or other workarounds. 

 There are also major improvements to the licensing. Previously, a license 
 had to be purchased for the entire server, but now you can purchase a 
 license that will cover just the select number of users you need. Licenses 
 can be upgraded at any time by reaching out to us. We'll be introducing a 
 self-managed licensing portal soon, to make it even easier to 
 upgrade/downgrade your license. 

 One last bonus: If you manage a Review Board server, you can now get Power 
 Pack for free for up to 2 users. Simply download a 30 day trial license, 
 and once the 30 days are up, the license will convert to a full lifetime 
 license covering any 2 users you choose. This license is good for all 
 future updates to Power Pack. If you're a small team, or have only a couple 
 people that need reporting or another feature, then you'll be able to 
 benefit from Power Pack at no cost. See 
 https://www.reviewboard.org/powerpack/2-free-forever/ for more 
 information. 

 Christian 

 --   
 Christian Hammond - chri...@beanbaginc.com javascript:   
 Review Board - https://www.reviewboard.org   
 Beanbag, Inc. - https://www.beanbaginc.com 


-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-05-18 Thread Christian Hammond
Hi Cormick,

My apologies for the trouble and the delay in getting back to you with an
answer.

Try running the following:

$ sudo rb-site manage /path/to/site registerscmtools

That should work around the issue of this not showing up.

Christian

-- 
Christian Hammond - christ...@beanbaginc.com
Review Board - http://www.reviewboard.org
Beanbag, Inc. - http://www.beanbaginc.com

On Mon, May 18, 2015 at 4:57 AM, Cormick Nugent cormicknug...@gmail.com
wrote:

 Hi All.

 It is great to see Power Pack 1.2 add official support for Microsoft Team
 Foundation Server repositories and I have been attempting to get this to
 work for a few hours now with no success.

 I am on version 2.0.15 of Review Board and have Power Pack 1.3 installed
 running on Ubuntu 12.04.5.

 I did not see any errors listed when installing the Power Pack and had no
 issues enabling it and getting the trial licence. it does seem to be
 running correctly and I can see the new reports and they show up fine.

 What I do not see is where to select TSVC (or similar) as a Hosting
 Service or Repository Type.

 I can only assume I am missing some sort of dependency or configuration
 step.

 Does anyone have any more detail on how to set up Team Foundation Server
 source control (not GIT)?

 Thanks.



 On Tuesday, 24 February 2015 18:46:06 UTC, Christian Hammond wrote:

 Hey everyone,

 We've released a major update to Power Pack, our set of premium features
 for Review Board offering reporting, PDF document review, GitHub Enterprise
 support, and more.

 https://www.reviewboard.org/news/2015/02/23/power-pack-1-2/

 Power Pack 1.2 adds official support for Microsoft Team Foundation Server
 repositories. Combined with RBTools 0.7, it's now easy to post changes
 against TFVC repositories (Git will come in a future update), without
 resorting to SVN bridges or other workarounds.

 There are also major improvements to the licensing. Previously, a license
 had to be purchased for the entire server, but now you can purchase a
 license that will cover just the select number of users you need. Licenses
 can be upgraded at any time by reaching out to us. We'll be introducing a
 self-managed licensing portal soon, to make it even easier to
 upgrade/downgrade your license.

 One last bonus: If you manage a Review Board server, you can now get
 Power Pack for free for up to 2 users. Simply download a 30 day trial
 license, and once the 30 days are up, the license will convert to a full
 lifetime license covering any 2 users you choose. This license is good for
 all future updates to Power Pack. If you're a small team, or have only a
 couple people that need reporting or another feature, then you'll be able
 to benefit from Power Pack at no cost. See
 https://www.reviewboard.org/powerpack/2-free-forever/ for more
 information.

 Christian

 --
 Christian Hammond - chri...@beanbaginc.com
 Review Board - https://www.reviewboard.org
 Beanbag, Inc. - https://www.beanbaginc.com



-- 
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: Power Pack 1.2 is released: TFS support, flexible licensing, and free for up to 2 users

2015-03-09 Thread Johan Borkhuis
Hello Christian,

Thank you for the 2 user license for Power Pack (and for Review Board in 
general)!

Can you explain a bit more on how the 2 user license works on a system with 
more users? We have a system with more than two users, will I be able to 
assign this license to specific users?
The main feature that I would use Power Pack for is the document review 
feature. Is this available only to specific (pre-assigned) users, or is it 
available to all users, but only two users can use it at the same time?

Thank you for your answer.

Regards,
Johan Borkhuis


On Tuesday, February 24, 2015 at 7:46:06 PM UTC+1, Christian Hammond wrote:

 Hey everyone, 

 We've released a major update to Power Pack, our set of premium features 
 for Review Board offering reporting, PDF document review, GitHub Enterprise 
 support, and more. 

 https://www.reviewboard.org/news/2015/02/23/power-pack-1-2/ 

 Power Pack 1.2 adds official support for Microsoft Team Foundation Server 
 repositories. Combined with RBTools 0.7, it's now easy to post changes 
 against TFVC repositories (Git will come in a future update), without 
 resorting to SVN bridges or other workarounds. 

 There are also major improvements to the licensing. Previously, a license 
 had to be purchased for the entire server, but now you can purchase a 
 license that will cover just the select number of users you need. Licenses 
 can be upgraded at any time by reaching out to us. We'll be introducing a 
 self-managed licensing portal soon, to make it even easier to 
 upgrade/downgrade your license. 

 One last bonus: If you manage a Review Board server, you can now get Power 
 Pack for free for up to 2 users. Simply download a 30 day trial license, 
 and once the 30 days are up, the license will convert to a full lifetime 
 license covering any 2 users you choose. This license is good for all 
 future updates to Power Pack. If you're a small team, or have only a couple 
 people that need reporting or another feature, then you'll be able to 
 benefit from Power Pack at no cost. See 
 https://www.reviewboard.org/powerpack/2-free-forever/ for more 
 information. 

 Christian 

 --   
 Christian Hammond - chri...@beanbaginc.com javascript:   
 Review Board - https://www.reviewboard.org   
 Beanbag, Inc. - https://www.beanbaginc.com 


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