crelf 0 Posted May 27, 2009 Report Share Posted May 27, 2009 I'd like to be able to apply a package programmatically, without user intervention. My use case is to set up a PC that can get the latest version of source out of SVN, apply the project's vipc (it's in the project's SVN folder), then calculate some metrics (code size, complezity, reuse usage, etc), then report the metrics to a sharepoint page. So far, I'm pretty sure that I can acheive everything except for the programatic package application... Quote Link to post Share on other sites
TonP 1 Posted May 28, 2009 Report Share Posted May 28, 2009 I totally agree! Ton Quote Link to post Share on other sites
Jim Kring 95 Posted May 28, 2009 Report Share Posted May 28, 2009 Great idea! We're already working on it, so please stay tuned... Thanks, Quote Link to post Share on other sites
Francois Normandin 0 Posted December 22, 2009 Report Share Posted December 22, 2009 Great idea! We're already working on it, so please stay tuned... Thanks, Is there anyway in the meantime to do it from a command line? Quote Link to post Share on other sites
Jim Kring 95 Posted December 22, 2009 Report Share Posted December 22, 2009 Is there anyway in the meantime to do it from a command line? Warning: The following is not an officially supported feature and may cause your computer to explode! In VIPM 3.0 you can use the following (quotes required): "C:\Program Files\JKI\VI Package Manager\support\VIPM File Handler.exe" -- "/command:apply" "/source:path\to\vipc\file" "/quiet:TRUE" The /quiet parameter is used to suppress dialogs and can be set to TRUE or FALSE. Note: on Windows 64-bit, you'll need to use "Program Files (x86)" instead of "Program Files" 1 Quote Link to post Share on other sites
crelf 0 Posted December 22, 2009 Author Report Share Posted December 22, 2009 Very cool!!! Quote Link to post Share on other sites
Francois Normandin 0 Posted December 22, 2009 Report Share Posted December 22, 2009 (edited) Warning: The following is not an officially supported feature and may cause your computer to explode! In VIPM 3.0 you can use the following (quotes required): "C:\Program Files\JKI\VI Package Manager\support\VIPM File Handler.exe" -- "/command:apply" "/source:path\to\vipc\file" "/quiet:TRUE" The /quiet parameter is used to suppress dialogs and can be set to TRUE or FALSE. Note: on Windows 64-bit, you'll need to use "Program Files (x86)" instead of "Program Files" Cool indeed. Chris, you seem more happy than I am... thanks Jim. [Long shot] What about VIPM 2.x? [/Long shot] Edited December 22, 2009 by normandinf Quote Link to post Share on other sites
Jim Kring 95 Posted December 22, 2009 Report Share Posted December 22, 2009 thanks Jim. [Long shot] What about VIPM 2.x? [/Long shot] You're welcome. No, I don't think there is any way to do this in 2.x. You'll have to ask Santa for VIPM 3.0 Quote Link to post Share on other sites
schliepe 0 Posted August 5, 2019 Report Share Posted August 5, 2019 I know this is a way old post, but I was wondering if there was still the ability to call a VIPC using a batch file this way? Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.