Hello, On Sep 16, 2:57 am, RonnyPfannschmidt <[EMAIL PROTECTED]> wrote: > hi, > i recently started to extract anyvc from pida. > > i put the development repo > intohttp://www.bitbucket.org/RonnyPfannschmidt/anyvc/ > > current state: > > simple workdir ops and status information tests for svn, bzr, hg, > darcs > status informations are completely broked for git > monotone is degraded to untested again > > no cvs/rcs > > please drop me some comments
In Editra the Projects plugin provides an abstraction layer that currently has implementations for (cvs/svn/git/bazaar) and probably will be adding hg support soon. It supports most common commands (update/status/checkin/revert/history/diff/remove/add) for each. The SourceControl library itself is separate from any dependancies but the UI that uses it shares some code with Editra so without a little work I don't think the ui will run standalone anymore. The SourceControl only provides an interface but I have been currently working to separate the command portion of the api from the gui code so that it can be used more easily. In the current svn most of the commands and subprocess/threading code has been moved out but still has some ties to a few things that I hope to rework soon. Anyway more information can be found at these links: http://code.google.com/p/editra-plugins/wiki/ProjectsPlugin http://code.google.com/p/editra-plugins/source/browse/#svn/trunk/Projects/projects To see it in action you can download Editra and install it through the Plugin Manager: http://editra.org Cody
