Index of /p4com

Icon  Name                    Last modified      Size  Description
[DIR] Parent Directory - [   ] capi-prompters.lisp 26-Feb-2008 10:18 5.6K [TXT] editor-bindings.lisp 06-May-2008 12:07 5.6K [TXT] load.lisp 26-Feb-2008 10:18 2.3K [TXT] p4.lisp 06-May-2008 12:07 5.8K [   ] p4com.dll 22-Apr-2008 11:30 456K [TXT] p4com.idl 22-Apr-2008 11:30 7.0K [   ] p4com.tlb 22-Apr-2008 11:30 6.0K [   ] p4comlww-0-2.zip 22-Apr-2008 11:30 321K [TXT] pkg.lisp 26-Feb-2008 10:18 1.5K [DIR] previous-releases/ 22-Apr-2008 11:30 - [TXT] release-procedure.txt 06-May-2008 12:07 471
	LISPWORKS / P4 COM BINDING

The code in this package can be used to access Robert Cowham's p4com
binding to the Perforce SCM. See http://www.perforce.com/ and 
http://public.perforce.com/guest/robert_cowham/perforce/API/p4com/main/index.html

To load the package, load the file "load.lisp" in this directory.

You then have the following bindings (as in p4.el):
   control-x p e           "P4 Edit"
   control-x p S           "P4 Submit"
   control-x p o           "P4 Opened"
   control-x p r           "P4 Revert"


My purpose in writing this was to give me a simple integration between
LispWorks (versions 4.3 and up, most recently tested on 5.1) and p4,
enough to cut out (say) 90% of the context switches in return for 10%
of the programming effort. I might come back and do the rest some
time. This is therefore a very early cut at a LispWorks binding to
p4com.

Please read and take note of the "fitness for use" statement below,
and keep a careful eye out for problems. Feel free to report defects
and to submit suggestions (or even improvments), to
ndl@ravenbrook.com.


RELEASE HISTORY

0.1  2003-11-12 

- Initial release


0.2  2008-04-22 

- Improved presentation for "p4 opened"

- Add "p4 revert"

- Process P4CONFIG file

- Improved support for filenames containing spaces

- Incorporates latest version of p4com.dll from public.perforce.com




COPYRIGHT AND LICENCE

This file is copyright (c) 2003 - 2008, Nick Levine.  All rights
reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:

1.  Redistributions of source code must retain the above copyright
    notice, this list of conditions and the following disclaimer.

2.  Redistributions in binary form must reproduce the above copyright
    notice, this list of conditions and the following disclaimer in
    the documentation and/or other materials provided with the
    distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
HOLDERS AND CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR
TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
DAMAGE.


$Id: //info.ravenbrook.com/user/ndl/lisp/p4com/README#6 $