|
From: Mirco B. <sta...@us...> - 2005-01-06 00:38:32
|
Date: Wednesday January 5, 2005 @ 16:38 Author: starglider Update of /cvsroot/jedit/plugins/SourceControl/com/sgbarlow/sourcecontrol In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14678/com/sgbarlow/sourcecontrol Modified Files: PerforceImpl.java Log Message: Greg Bail introduced some changes in order to support multiple clients. Notably: -- We now run all "p4" commands in the directory where they're specified. That should take care of John's requirement. -- I made the "add" option do the equivalent of "p4 add", which is what "checkin" was doing before. -- Instead of calling "p4 add", "checkin" now throws an exception telling the user to run "p4 submit" instead. ("p4 submit" checks in a whole batch of files at once, and it's out of scope of this plug-in to deal with that, I think). This is what the plug-in did before. |