Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 6

ViewVC is a browser interface for CVS and Subversion version control repositories. It generates templatized HTML to present navigable directory, revision, and change log listings. It can display specific versions of files as well as diffs between those versions. Basically, ViewVC provides the bulk ... [More] of the report-like functionality you expect out of your version control tool, but much more prettily than the average textual command-line program output. [Less]

4.0
   
  0 reviews  |  79 users  |  21,744 lines of code  |  1 current contributor  |  Analyzed 2 days ago
 
 

Review Board is a web-based tool designed to help projects and companies keep track of pending code changes and make code reviews much less painful and time-consuming. It works in a variety of server environments and supports a large number of source control backends, including Perforce, Subversion, CVS, ClearCase, Git, and more.

4.6
   
  0 reviews  |  16 users  |  78,658 lines of code  |  54 current contributors  |  Analyzed 7 days ago
 
 

The cleverbox provides an interactive command line shell dedicated to the deployment and maintenance of trac and subversion instances. It can handle multiple configuration profiles, enabling the deployment of differently flavored type of project (trac configuration and permissions, apache ... [More] configuration templates, etc). Project's main objective is to make your life as simple as possible. Thus, it comes with easy installation, easy upgrades and a comprehensive documentation. [Less]

4.875
   
  0 reviews  |  7 users  |  1,135 lines of code  |  0 current contributors  |  Analyzed 8 months ago
 
 

Python Modules Packaging Team aims to improve the python modules situation in Debian, by packaging available modules that may be useful and providing a central location for packages maintained by a team, hence improving responsiveness, integration and standardization. PMPT or just python-modules ... [More] is hosted at alioth.debian.org, the Debian GForge installation. We currently have a SVN repository and a mailing list whose email address can be used in the Maintainer field on co-maintained packages. [Less]

5.0
 
  0 reviews  |  6 users  |  881,136 lines of code  |  88 current contributors  |  Analyzed about 4 hours ago
 
 

This project creates various types of statistics and graphs from subversion repository log data.News/UpdatesNew version 0.6 available (28 Mar 2010) Many bug fixes related to line count computation when folders are deleted or renamed. (Thanks to Cyber Sinh for detailed bug reports and testing). New ... [More] svnplot-js.py for JavaScript canvas based charts using jqPlot library. New Version 0.5.14 Available (4 Feb 2010) - detection of binary files based on list of commonly used binary files extension. Improvements in calculating the diffs for large repositories where you can access repository as 'file://' repository. DO NOT USE 0.5.13. Version 0.5.13 has a bug in the linecount computations. If you are using 0.5.13, please discard the repository stats database and regenerate it again. Steps to generate these statistics : subversion log information is first converted into a sqlite database. then using sql queries various stats are generated these stats are converted into graphs using the matplotlib package The various graphs generated are inspired by the graphs generated using StatSVN/StatCVS. Currently following statistics and graphs are generated General Statistics Revision count Author count File Count Head revision number Top 10 Hot List Top 10 Active Authors Top 10 Active Files LoC graphs total loc line graph (loc vs dates) average file size vs date line graph Contributed lines of code line graph (loc vs dates). Using different colour line for each developer Loc and Churn graph (loc vs date, churn vs date)- Churn is number of lines touched (i.e. lines added + lines deleted + lines modified) File Count graphs file count vs dates line graph file type vs number of files horizontal bar chart Directory size graphs directory size vs date line graph. Using different coloured lines for each directory directory size pie chart (latest status) Directory file count pie char(latest status) Commit Activity Graphs Commit Activity Index Activity by hour of day bar graph (commits vs hour of day) Activity by day of week bar graph (commits vs day of week) NEW Author Commit trend history (histogram of time between consecutive commits by same author) Author Activity horizontal bar graph (author vs adding+commiting percentage) Commit activity for each developer - scatter plot (hour of day vs date) Others Tag cloud of words from revision log messages. Tag cloud of author names. These scripts depend on following python packages pysvn - Python interface to subversion sqlite3 - Included by default in python distribution matplotlib - python graph library Currently I am experimenting with applying social network analysis to repositories. Check the preliminary results at Social Network Analysis of Rietveld Subversion Repository and Treemap of Commit count vs centrality for Rietveld repository I am a novice to python, sqlite and matplotlib. So any suggestions on improvements are welcome. [Less]

4.0
   
  1 review  |  4 users  |  27,589 lines of code  |  1 current contributor  |  Analyzed about 16 hours ago
 
 

TestFarm is a client-server Python application that allows you to monitor the stability and efficiency of a development project by performing continuous builds and tests on multiple platforms. The overall idea is based on Mozilla Tinderbox, or buildbot but with a much simpler approach and sound extensibility mechanisms.

4.0
   
  0 reviews  |  4 users  |  15,540 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 

sbf, a shortcut for SConsBuildFrameWork is a build system construct using SCons.

5.0
 
  0 reviews  |  3 users  |  9,099 lines of code  |  6 current contributors  |  Analyzed 5 days ago
 
 

git-svn-utils consists of a few Python scripts to help Git users participate in SVN hosted projects. It's designed to work in conjunction with Git's on git-svn. Initially it contains git-svn-diff - a tool that generates diffs against an upstream repository that are in the format that svn ... [More] produces and hence the format that tools like TortoiseSVN know how to consume. [Less]

5.0
 
  0 reviews  |  3 users  |  66 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 
Compare

WiKo is a very simple but powerful python script which takes files with wiki content in a given directory and either builds a web, a LaTeX article or a blog. It is very recommended to use it in tandem with a collaborative versioning system such as cvs or subversion in order to publish on commit.

4.66667
   
  0 reviews  |  3 users  |  3,398 lines of code  |  1 current contributor  |  Analyzed about 1 year ago
 
 

emesene EXTRA PLUGINS This repository contains all user-developed emesene's plugins! Are you a user? See UserDocumentation then...or You can use the plugin downloader in order to have easy install/upgrade of your favourite plugins!Just put this plugin in your ... [More] ~/.config/emesene1.0/pluginsEmesene folder, and it will appear as the first of the list! Have fun! Are you a developer? Read DeveloperDocumentation before starting dev News@devs now we have a way to import external dependencies at runtime: this is cool but will work only with trunk (>=r1428) @devs Plugin "syntax" changed! read here for details @devs update your plugin logs using HowToSvn according to Guidelines You can update them to the lastest revision just typing the following command into a terminal:In order to run these commands you must have installed SVN client Project members authenticate over HTTPS to allow committing changes. svn checkout https://emesene-plugins.googlecode.com/svn/trunk/ ~/.config/emesene1.0/pluginsEmesene --username your_usernameNon-members may check out a read-only working copy anonymously over HTTP. svn checkout http://emesene-plugins.googlecode.com/svn/trunk/ ~/.config/emesene1.0/pluginsEmesene [Less]

5.0
 
  0 reviews  |  1 user  |  6,754 lines of code  |  0 current contributors  |  Analyzed 7 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.