Am 01.07.2011 10:56, schrieb Stephan Beal: > So i'm now running geany from svn instead of a package repo, and now i'm > curious if there is a pattern/trick/best practice for collecting various > plugins and keeping them up to date vis-a-vis my compiled geany. The > goal here is to reduce the number of directories in which i have to type > (svn up && make &&make install). > > What do you long-time geany/plugin developers do to keep everything in sync?
I do have a script winch is catching all archives from git and svn. As plugin API is not changing this often I don't need to recompile all plugins so I'm doing only the once which I'm using on a more regular basis ... and most of them are inside the geany-plugings repository also. I was thinking to build also a global make script but failed due lag of motivation :D Cheers, Frank _______________________________________________ Geany mailing list [email protected] https://lists.uvena.de/cgi-bin/mailman/listinfo/geany
