Hi,
Tristan Crockett wrote:
I have installed the version control plugin for Geany, but I can't find a way to bring any files under source control. What I'm looking for is a way to add a repository and update from/commit to it. The website lists update and commit as supported for Subversion, but I can't find any menus that would allow me to start doing this. The VC menu under 'Tools' just has a bunch of greyed out operations on what looks like the current file (presumably greyed out because there's no files under source control)
I'm thinking I am missing something, but there's not too many menus in Geany, and it seems I have checked everything.
I think the step which was missing here is to have a working, working copy. So e.g. if you work on top of a subversion repository you will have to checkout it first with svn co /path/to/your/repo /local/path When now working inside the working copy you shoudl be able to use the VC plugin. Of course, the svn binary needs to be inside $PATH.
Hope this makes sense, Frank