LazSVNPkg

From Lazarus-ccr

Jump to: navigation, search

Contents

[edit] About

This IDE plug-in wraps the svn executable which is found on a path defined in the path environment variables. It provides a GUI interface between Lazarus and the project subversion repository.

NOTE: This package is still under development, this means that functionality or work flow can heavily differ in the Lazarus repository. Contact the Lazarus mailing-list for more up-to-date information.

[edit] Original author

Darius Blaszyk

[edit] License

GPL

[edit] Installation

  • Open the package ./components/lazsvnpkg/lazsvnpkg.lpk with Component/Open package file (.lpk)
  • Click on Install and answer 'Yes' when you are asked about Lazarus rebuilding. A new menu item named SVN will be created under the Tools main menu.

[edit] Usage

Usage of LazarusSVN is very straightforward. In the next sections a brief overview of each functionality is described.

[edit] Show Log

Todo

[edit] Commit

Todo

[edit] Update

Todo

[edit] Diff

Todo

[edit] Roadmap

  • Stress testing
  • Adding more functionality
    • Repository browser
    • Revert
    • Merge
    • Update
    • Clean
    • Add
    • Delete
    • etc