KDevelop Felhasználói Kézikönyv -Fordítás alatt: Referencia Kézikönyv a Unix operációs rendszer alatt futó KDevelop Integrált Fejlesztői Környezethez, 1.0 Verzió | ||
---|---|---|
Vissza | Fejezet 13. Beépített CVS | Tovább |
Then the following commands are available in the LFV and RFV by context menus:
Over a file not included in the repository:
Add to Repository: adds the file to the repository. The file is set up to be added and will be introduced to the repository on the next commit command that includes the directory where the added file is located locally.
Over a file included in the repository:
Update: update the selected file with the CVS version
Commit: commit the selected file to the CVS repository
Remove from Repository: remove the file from the repository
Over a folder:
Add: adds the folder to the repository
Remove: removes the folder from the repository
Update: update the folder recursively to be in sync with the repository
Commit: commit any changes recursively to the repository
The CVS commands all require a working network connection to the CVS server. When invoking a command, you will be shown a dialog with the command sent to the CVS server and the retrieved output. Thereby you can control what actually happens and if the command was successful or not.
As the CVS commands of KDevelop only work with the cvs system command and its commandline options, you should have no trouble to use the cvs features.