P4VsPackage
From PDWiki
| ||||||||||||
About This Project
P4VsPackage is a lightweight perforce integration for Visual Studio 2008. It should also work on any newer versions. It was inspired by Noel Llopis's p4 addin, also available in the depot. P4VsPackage takes the add-in further by making it a full Visual Studio SDK Package, which allows it to hook more events. This makes it more effective at handling renames, for example.
The package includes the signing key and the package load key so that it can be installed on machines without the VS SDK.
A compiled setup package - debug build - is available by clicking in the info box to the right.
License
/// (c) 2007 James A Briant /// /// Permission is granted to use or modify this source code provided that /// a) this notice is kept intact /// b) if you make any modications to this file you assign the /// copyright of those modifications to James Briant. /// c) you acknowledge that Mr. Briant offers no warranty /// and will not be liable for any loss, damages, time, etc. /// /// Any doubt, email me: firstname (nospace) lastname at persuasivesoftware.com /// /// This package is inspired by Noel Llopis's P4AddIn (also available from /// the perforce public depot), and also a similar package that I developed /// at Bunkspeed, Inc ( www.bunkspeed.com ) makers of real-time raytracing /// tools that anyone can use.
Recent Changes
- Change 6456 on 2008/09/26 by james_briant@awesomevm2
- P4VsPackage: If file is open for add when you delete it, it just reverts. If open for edit/branch/integrate it reverts then opens for delete. In all other cases it just opens for delete.
- Change 6454 on 2008/09/24 by james_briant@awesomevm2
- Made the binary files writable on the client.
- Change 6453 on 2008/09/24 by james_briant@awesomevm2
- Lightweight perforce integration for VS2008
James Briant's Projects
P4VsPackage
