Thread: [Codestriker-user] Is remote cvs using ext method supported?
Brought to you by:
sits
|
From: Craig J. <cra...@pr...> - 2004-08-11 05:20:02
|
Hi, I'm trying to use Codestriker with a CVS repository which uses the ext remote access method with ssh. Is this supported by Codestriker? I can see that the pserver method is supported and this works in my configuration for another repository, however the ext method does not. Thanks, Craig. -- Craig Jeffree Direct: +61 3 9426 8238 Software Engineer Reception: +61 3 9428 8899 Technical Services Fax: +61 3 9427 1969 Preston Aviation Solutions http://www.preston.net/ 488 Victoria St Richmond VIC, 3121 Helping our customers increase the efficiency, capacity and safety of the global aviation industry through the provision of integrated simulation, decision support and scheduling solutions. A BOEING COMPANY |
|
From: David S. <si...@us...> - 2004-08-11 05:32:43
|
Hi Craig, This could be supported, but it would mean that the user running the Codestriker web application (ie, apache/nobody) would need to be able to ssh into the CVS server without requiring a password to be entered, for this to work correctly. Is this your situation? If so, it wouldn't be that hard to support it, but you need to understand the caveat. On Wed, 11 Aug 2004 15:19, Craig Jeffree wrote: > Hi, > I'm trying to use Codestriker with a CVS repository which uses the ext > remote access method with ssh. Is this supported by Codestriker? > > I can see that the pserver method is supported and this works in my > configuration for another repository, however the ext method does not. > > Thanks, > Craig. -- Cheers, David |
|
From: Craig J. <cra...@pr...> - 2004-08-11 05:44:45
|
Hi David, I've got that configured already using an authorized_keys file on the server. I would love to see this supported - at the moment we are just making do without the links into the repository. Would you be able to add support? Thanks for your help, Craig. On Wed, 2004-08-11 at 15:32, David Sitsky wrote: > Hi Craig, > > This could be supported, but it would mean that the user running the > Codestriker web application (ie, apache/nobody) would need to be able to > ssh into the CVS server without requiring a password to be entered, for > this to work correctly. > > Is this your situation? If so, it wouldn't be that hard to support it, but > you need to understand the caveat. > > On Wed, 11 Aug 2004 15:19, Craig Jeffree wrote: > > Hi, > > I'm trying to use Codestriker with a CVS repository which uses the ext > > remote access method with ssh. Is this supported by Codestriker? > > > > I can see that the pserver method is supported and this works in my > > configuration for another repository, however the ext method does not. > > > > Thanks, > > Craig. |
|
From: David S. <si...@us...> - 2004-08-11 10:09:11
|
Hi Craig, I've just committed the support for :ext CVS repositories into Codestriker's CVS. If you do a fresh checkout, and look at the CHANGELOG file, it will hopefully explain everything you need to know. Please let me know if you get things working. Cheers, David On Wednesday 11 August 2004 15:44, Craig Jeffree wrote: > Hi David, > > I've got that configured already using an authorized_keys file on the > server. I would love to see this supported - at the moment we are just > making do without the links into the repository. Would you be able to > add support? > > Thanks for your help, > Craig. > > On Wed, 2004-08-11 at 15:32, David Sitsky wrote: > > Hi Craig, > > > > This could be supported, but it would mean that the user running the > > Codestriker web application (ie, apache/nobody) would need to be able to > > ssh into the CVS server without requiring a password to be entered, for > > this to work correctly. > > > > Is this your situation? If so, it wouldn't be that hard to support it, > > but you need to understand the caveat. > > > > On Wed, 11 Aug 2004 15:19, Craig Jeffree wrote: > > > Hi, > > > I'm trying to use Codestriker with a CVS repository which uses the ext > > > remote access method with ssh. Is this supported by Codestriker? > > > > > > I can see that the pserver method is supported and this works in my > > > configuration for another repository, however the ext method does not. > > > > > > Thanks, > > > Craig. |
|
From: Craig J. <cra...@pr...> - 2004-08-12 07:35:45
|
Hi David, This works great. Thanks heaps for doing this for me. I assume this will be available in 1.8.4 when it is released - are you able to guess as to how far away that might be? Thanks again for your help, Craig. On Wed, 2004-08-11 at 19:58, David Sitsky wrote: > Hi Craig, > > I've just committed the support for :ext CVS repositories into Codestriker's > CVS. If you do a fresh checkout, and look at the CHANGELOG file, it will > hopefully explain everything you need to know. Please let me know if you get > things working. > > Cheers, > David > > On Wednesday 11 August 2004 15:44, Craig Jeffree wrote: > > Hi David, > > > > I've got that configured already using an authorized_keys file on the > > server. I would love to see this supported - at the moment we are just > > making do without the links into the repository. Would you be able to > > add support? > > > > Thanks for your help, > > Craig. > > > > On Wed, 2004-08-11 at 15:32, David Sitsky wrote: > > > Hi Craig, > > > > > > This could be supported, but it would mean that the user running the > > > Codestriker web application (ie, apache/nobody) would need to be able to > > > ssh into the CVS server without requiring a password to be entered, for > > > this to work correctly. > > > > > > Is this your situation? If so, it wouldn't be that hard to support it, > > > but you need to understand the caveat. > > > > > > On Wed, 11 Aug 2004 15:19, Craig Jeffree wrote: > > > > Hi, > > > > I'm trying to use Codestriker with a CVS repository which uses the ext > > > > remote access method with ssh. Is this supported by Codestriker? > > > > > > > > I can see that the pserver method is supported and this works in my > > > > configuration for another repository, however the ext method does not. > > > > > > > > Thanks, > > > > Craig. > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Codestriker-user mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codestriker-user -- Craig Jeffree Direct: +61 3 9426 8238 Software Engineer Reception: +61 3 9428 8899 Technical Services Fax: +61 3 9427 1969 Preston Aviation Solutions http://www.preston.net/ 488 Victoria St Richmond VIC, 3121 Helping our customers increase the efficiency, capacity and safety of the global aviation industry through the provision of integrated simulation, decision support and scheduling solutions. A BOEING COMPANY |
|
From: David S. <si...@us...> - 2004-08-15 23:16:16
|
Hi Craig, 1.8.4 will probably be out in around two weeks. The last major feature going in right now is the ability to define multiple user-defined comment states/metrics. For example, for each new comment thread created, the software team might want to define the "Status" (ie, open, closed, invalid), "Level" (ie, critical, minor), "Mode" (ie syntax, missing, wrong) for it. Each type is effectively an enumerated type of strings, which translate to dropdown selections on the edit/add comment screen and view topic comments screen. We've had two independent contributions for this with specific values, and I am in the process of generalising it so that it can be adapted to most development practices by just simple changes in the config file. The metrics screens will then be updated, so that reports can be generated on the above comment metrics. Cheers, David On Thu, 12 Aug 2004 17:35, Craig Jeffree wrote: > Hi David, > This works great. Thanks heaps for doing this for me. I assume this > will be available in 1.8.4 when it is released - are you able to guess > as to how far away that might be? > > Thanks again for your help, > Craig. > > On Wed, 2004-08-11 at 19:58, David Sitsky wrote: > > Hi Craig, > > > > I've just committed the support for :ext CVS repositories into > > Codestriker's CVS. If you do a fresh checkout, and look at the > > CHANGELOG file, it will hopefully explain everything you need to know. > > Please let me know if you get things working. > > > > Cheers, > > David > > > > On Wednesday 11 August 2004 15:44, Craig Jeffree wrote: > > > Hi David, > > > > > > I've got that configured already using an authorized_keys file on > > > the server. I would love to see this supported - at the moment we > > > are just making do without the links into the repository. Would you > > > be able to add support? > > > > > > Thanks for your help, > > > Craig. > > > > > > On Wed, 2004-08-11 at 15:32, David Sitsky wrote: > > > > Hi Craig, > > > > > > > > This could be supported, but it would mean that the user running > > > > the Codestriker web application (ie, apache/nobody) would need to > > > > be able to ssh into the CVS server without requiring a password to > > > > be entered, for this to work correctly. > > > > > > > > Is this your situation? If so, it wouldn't be that hard to > > > > support it, but you need to understand the caveat. > > > > > > > > On Wed, 11 Aug 2004 15:19, Craig Jeffree wrote: > > > > > Hi, > > > > > I'm trying to use Codestriker with a CVS repository which uses > > > > > the ext remote access method with ssh. Is this supported by > > > > > Codestriker? > > > > > > > > > > I can see that the pserver method is supported and this works > > > > > in my configuration for another repository, however the ext > > > > > method does not. > > > > > > > > > > Thanks, > > > > > Craig. > > > > ------------------------------------------------------- > > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > > _______________________________________________ > > Codestriker-user mailing list > > Cod...@li... > > https://lists.sourceforge.net/lists/listinfo/codestriker-user -- Cheers, David |