Command Reference
Prev
Next

Command Reference

The File Menu

File->Open Sandbox...

Opens a sandbox in the main window. See the section called “The Main Screen, Viewing File Status and Updating”.

File->Recent sandboxes

Opens one of the sandboxes that were in use recently.

File->Insert ChangeLog Entry...

Opens the ChangeLog editor, prepared such that you can add a new entry with the current date. See the section called “Committing Files”.

File->Update (Ctrl-U)

Runs 'cvs update' on selected files and changes the status and revision numbers in the listing accordingly. See the section called “The Main Screen, Viewing File Status and Updating”.

File->Status (F5)

Runs 'cvs -n update' on selected files and changes the status and revision numbers in the listing accordingly. See the section called “The Main Screen, Viewing File Status and Updating”.

File->Edit

Opens the selected file in KDE's default editor for the selected file's type.

File->Resolve...

Opens a dialog for the selected file which allows you to resolve merge conflicts in it. See the section called “Resolving Conflicts”.

File->Commit... (#)

Allows you to commit the selected files. See the section called “Committing Files”.

File->Add to Repository... (+)

Allows you to add the selected files to the repository. See the section called “Adding Files”.

File->Add Binary...

Allows you to add the selected files to the repository as binaries (cvs add-kb). See the section called “Adding Files”.

File->Remove from Repository... (-)

Allows you to remove the selected files from the repository. See the section called “Removing Files”.

File->Revert

Discards any local changes you have made to the selected files and reverts to the version in the repository (Option -C to cvs update).

File->Exit (Ctrl-Q)

Quits Cervisia.

The View Menu

View->Stop (Escape)

Aborts any running subprocesses.

View->Browse Log... (Ctrl-L)

Shows the log browser of the selected file versions. See the section called “Browsing CVS Logs”.

View->Annotate... (Ctrl-A)

Shows an annotated view of the selected file, i.e. a view where you can for each line see which author modified it last. See the section called “Watching an Annotated View of a File”.

View->Difference to Repository (BASE)... (Ctrl-D)

Shows the differences between the selected file in the sandbox and the revision you last updated (BASE). See the section called “Watching Differences Between Revisions”.

View->Difference to Repository (HEAD)... (Ctrl-H)

Shows the differences between the selected file in the sandbox and the revision you last updated (HEAD). See the section called “Watching Differences Between Revisions”.

View->Last Change...

Shows the differences between the revision of the selected file you last updated (BASE) and the revision before. See the section called “Watching Differences Between Revisions”.

View->History...

Shows the CVS history as reported by the server. See the section called “Browsing the History”.

View->Hide All Files

Determines whether only folders are shown in the main tree view. See the section called “The Main Screen, Viewing File Status and Updating”.

View->Hide Unmodified Files

Determines whether unknown and up to date files are hidden in the main tree view. See the section called “The Main Screen, Viewing File Status and Updating”.

View->Hide Removed Files

Determines whether removed files are hidden in the main tree view. See the section called “The Main Screen, Viewing File Status and Updating”.

View->Hide Non-CVS Files

Determines whether files not in CVS are hidden in the main tree view. See the section called “The Main Screen, Viewing File Status and Updating”.

View->Hide Empty Folders

Determines whether folders without visible entries are hidden in the main tree view. See the section called “The Main Screen, Viewing File Status and Updating”.

View->Unfold File Tree

Opens all branches in the file tree so that you can see all files and folders. See the section called “The Main Screen, Viewing File Status and Updating”.

View->Fold File Tree

Closes all branches in the file tree. See the section called “The Main Screen, Viewing File Status and Updating”.

The Advanced Menu

Advanced->Tag/Branch...

Tags or branches the selected files. See the section called “Tagging and Branching”.

Advanced->Delete Tag...

Removes a given tag from the selected files. See the section called “Tagging and Branching”.

Advanced->Update to Tag/Date...

Brings the selected files to a given tag or date, making it sticky. See the section called “Updating to Tag, Branch or Date”.

Advanced->Update to HEAD...

Brings the selected files to the respective HEAD revision. See the section called “Updating to Tag, Branch or Date”.

Advanced->Merge...

Merges either a given branch or the modifications between two tags into the selected files. See the section called “Tagging and Branching”.

Advanced->Add Watch...

Adds a watch for a set of events on the selected files. See the section called “Using Watches”.

Advanced->Remove Watch...

Removes a watch for a set of events from the selected files. See the section called “Using Watches”.

Advanced->Show Watchers

Lists the watchers of the selected files. See the section called “Using Watches”.

Advanced->Edit

Runs cvs edit on the selected files. See the section called “Using Watches”.

Advanced->Unedit

Runs cvs unedit on the selected files. See the section called “Using Watches”.

Advanced->Show Editors

Runs cvs editors on the selected files. See the section called “Using Watches”.

Advanced->Lock

Locks the selected files. See the section called “Locking”.

Advanced->Unlock

Unlocks the selected files. See the section called “Locking”.

Advanced->Create Patch Against Repository...

Creates a patch from the modifications in your sandbox. See the section called “Creating Patches”.

The Repository Menu

Repository->Create...

Opens a dialog which allows you to create a new local repository. See the section called “Accessing The Repository”.

Repository->Checkout...

Opens a dialog which allows you to checkout a module from a repository. See the section called “Checkout a Module From the Repository”.

Repository->Import...

Opens a dialog which allows you to import a package into the repository. See the section called “Importing a Module Into the Repository”.

Repository->Repositories...

Configures a list of repositories you often use and how to access them. See the section called “Accessing The Repository”.

The Settings Menu

Settings->Show Toolbar

Determines whether the toolbar is displayed.

Settings->Create Folders on Update

Determines whether updates create folders in the sandbox which were not there before (Option -d to cvs update).

Settings->Prune Empty Folders on Update

Determines whether updates remove empty folders in the sandbox. (Option -P to cvs update).

Settings->Update Recursively

Determines whether updates are recursive (Option -r to cvs update).

Settings->Commit and Remove Recursively

Determines whether commits and removes are recursive (Option -r to cvs add, cvs remove resp.).

Settings->Do cvs edit Automatically When Necessary

Determines whether cvs edit is executed automatically whenever you edit a file.

Settings->Configure Shortcuts...

Opens a dialog for configuring keybindings.

Settings->Configure Toolbars...

Opens a dialog for configuring Cervisia's toolbars.

Settings->Configure Cervisia...

Opens a dialog for customizing Cervisia.

The Help Menu

Help->Handbook (F1)

Invokes the KDE Help system starting at the Cervisia help pages. (this document).

Help->Report Bug...

Opens the Bug report dialog.

Help->About Cervisia

This will display version and author information.

Help->About KDE

This displays the KDE version and other basic information.

Help->CVS Manual

Opens the CVS info pages in the KDE help system.

Prev
Next
Home


Would you like to comment or contribute an update to this page?
Send feedback to the TDE Development Team