Change 4251
Tony Smith
committed this change
into
//guest/tony_smith/perforce/API/Ruby
Request Review
Download .zip
Add support for delete_* methods to P4Ruby so you can now say:
p4.delete_client( "clientname" )
instead of the old:
p4.run_client( "-d", "clientname" )
Just some shorthand.
Also some small changes to the setup script to allow for people who
install the Perforce API in a system-wide location such as
/usr/include/p4/
/usr/lib/p4/
Now the installer takes --apilibdir= and --apiincludedir= params as
well as the old --apidir=
Files
5
Comments
0
5
edited
0
added
0
deleted
•
current/P4Ruby.tar.gz#22
Loading...
main/Changes#28
Loading...
main/lib/P4.rb#13
Loading...
main/p4conf.rb#15
Loading...
main/p4rb_version.h#31
Loading...
Tip: Use
n
and
p
to cycle through the changes.