Main > Free Download Search >

Free branch software for linux

branch

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 233
tclDBRCS 0.2a

tclDBRCS 0.2a


tclDBRCS is a database-oriented revision control system which features full project/tag/branch support. more>>
tclDBRCS is a database-oriented revision control system which features full project/tag/branch support. The application supports encryption of file content, CVS import, infinite branching of branches, entire diff or merge of project, RC of binary files, empty directory storage, removal without losing history, and more. No specialized server is needed outside of PostgreSQL, and all operations are executed on the client machine.
Install required packages:
1.1) Install PostgreSQL
1.2) Install GNU diffutils
1.3) Install XDELTA3
1.4) Install CVS (TortoiseCVS for example)
Install tcldbrcs:
2.1) untar the package tcldbrcs- .tar.gz
2.2) Edit bin/dbrcs.bat, bin/initdb.bat bin/tkdbrcs.bat to match your installation path
2.3) Edit etc/configuration_options.src.tcl, etc/access_keys.src.tcl
Start a shell and add /bin in your path
Enhancements:
- This release adds support for SQLite.
- There are some bugfixes.
<<less
Download (0.11MB)
Added: 2007-08-17 License: GPL (GNU General Public License) Price:
801 downloads
Cobertura 1.9

Cobertura 1.9


Cobertura is a free Java tool that calculates the percentage of code accessed by tests. more>>
Cobertura is a free Java tool that calculates the percentage of code accessed by tests.Cobertura project can be used to identify which parts of your Java program are lacking test coverage. It is based on jcoverage.
Main features:
- Can be executed from ant or from the command line.
- Instruments Java bytecode after it has been compiled.
- Can generate reports in HTML or XML.
- Shows percent of lines coveraged and branches coveraged for each class, package, and for the overall project.
- Shows the McCabe cyclomatic code complexity of each class, and the average cyclomatic code complexity for each package, and for the overall product.
- Can sort HTML results by class name, percent of lines covered, percent of branches covered, etc. And can sort in ascending or decending order.
Enhancements:
- Much improved branch coverage. Information on whether the true as well as the false of an if statement is collected. Also, information on the branches of a switch statement (including the default) is collected. (Jiri Mares)
- Assume Java source files are saved as UTF-8 instead of the computers default encoding.
- Write all HTML and XML reports in UTF-8 instead of the computers default encoding (Naoki Iwami).
- Fix a bug where the Cobertura ant tasks would not work correctly in Microsoft Windows when Cobertura was installed on a different drive than the drive from which youre running ant (Srivathsan Varadarajan).
- Added a "maxmemory" attribute to the instrument, merge and report ant tasks (Matt Cordes).
- Improve support for Maven and similar environments where control over system properties is difficult such as app servers, IoC containers, IDEs, etc. Setting the datafile location is difficult in these environments. To correct this, a cobertura.properties file located in the classpath is used to properly set the net.sourceforge.cobertura.datafile property. (Joakim Erdfelt)
<<less
Download (0.60MB)
Added: 2007-06-06 License: GPL (GNU General Public License) Price:
878 downloads
XIAN 1.1

XIAN 1.1


XIAN (a cross-layer Interface for wireless ad-hoc networks) is a generic interface for experimenting cross-layer. more>>
XIAN (a cross-layer Interface for wireless ad-hoc networks) is a generic interface for experimenting cross-layer designs with legacy 802.11 networking cards using the MadWifi driver on Linux platforms.
It can be used as a service by other network layers or system components to access information about the configuration and performance of MAC/PHY layers. The interface is fully implemented and is available for Linux over the MadWifi 802.11 driver.
Enhancements:
- Last Madwifi (BSD branch) drivers support
- Linux kernel 2.6 support
- Additionnal code example using XIAN (command line tools, QT widget, ...)
<<less
Download (2.2MB)
Added: 2007-02-02 License: GPL (GNU General Public License) Price:
999 downloads
BizGuardian Firewall 3.2

BizGuardian Firewall 3.2


Simple to install Internet sharing software for broadband users (ADSL, Cable,... more>> Simple to install Internet sharing software for broadband users (ADSL, Cable, Satellite, T1, T3 etc) that creates a firewall and VPN appliance without unnecessary complexity or cost. Integrated IPsec VPN can be simply set up in ten minutes from the web based GUI. Ideal for remote teleworkers, road warriors (integrated PPTP Server), branch office, home office, and Small to Medium size businesses of all types. Will grow with you to support up to 1,000 users. Comprehensive reporting and remote management tools.<<less
Download (3.00MB)
Added: 2009-04-15 License: Others Price: NA
191 downloads
Subcommander 0.14.1

Subcommander 0.14.1


Subcommander is a qt based multiplatform subversion client, diff & merge tool. more>>
Subcommander is a qt based multiplatform subversion client, diff & merge tool.
The goal of the Subcommander project is to build an easy to use, cross platform (Win32, Unix, MacOSX) subversion gui client (subcommander) including a visual diff and merge tool with support for different text encodings (submerge).
Main features:
- tight integration of repository browser and working copy status view, you can quickly switch between a working copy view or the repository view. It just a matter of selecting another item in a list view control.
- colored working copy status view to quickly see which files/folder have changed.
- easy branch and tag handling. By telling subcommander the projects urls for trunk, branches and tags and a working copy path it takes only a few mouse clicks to create a branch/tag or switch your working copy to a branch/tag.
- has drag and drop support to move or copy files and folders.
- easy handling of multiple working copies (e.g. different branches) from the same project.
- easy merging of single revisions or revision ranges. Viewing the history on a repository url you can easily merge changes to your working copy. Just select a revision and tell subcommander to merge it into your (configured) working copy. That is especially usefull to merge bug fixes from trunk to your current release branch.
- visual diff and merge for text files (configurable, defaults to submerge).
- cross platform (Win32, MacOSX, Unix)
- responsive gui, actions on the repository (like getting history information) will not freeze the gui.
- what is implemented?
- support for http(s)://..., svn(+ssh)://... file://... schemes.
- browse a repository, (svn ls)
- view the status of a working copy, (svn status)
- checkout a working copy from a repository, (svn checkout)
- add files to a working copy (svn add)
- revert files in a working copy (svn revert)
- create folders in a working copy or the repository (svn mkdir)
- commit changes to a repository (svn commit)
- diff a file in a working copy against its base version (spawns submerge) (svn diff)
- view diffs between two repository versions or between the working copy and a repository version (from the log dialog, spawns submerge) (svn diff)
- update a working copy (svn update)
- switch a working copy (svn switch)
- merge (svn merge)
- edit conflicts (runs submerge)
- tell subversion that you resolved a conflict (svn resolved)
- view log messages on repository (svn log)
- deleting files in a working copy (svn delete)
- creating branches/tags of repository folders (svn copy)
- view files from the repository or working copy (from the log dialog) (svn cat)
- add, modify and delete properties in a working copy (svn prop...)
- move items in a working copy (svn move)
- view blame info of a working copy file (svn blame)
- import files (svn import)
- export (svn export)
- cleanup (svn cleanup)
- locking (svn lock, svn unlock)
<<less
Download (6.6MB)
Added: 2005-12-14 License: GPL (GNU General Public License) Price:
1411 downloads
xtank 0.2-1

xtank 0.2-1


xtank project is a multi player 2d tank shoot-em up game. more>>
xtank project is a multi player 2d tank shoot-em up game.
Xtank is a fairly old but reliable graphical game requiring multiple players and optimised for a local area network of X displays. It features fast update rates, assorted mazes, various vehicles, simple graphics, drone tanks, and team play.
Different game styles are possible; straight combat, territorial expansion, maze races with and without weapons, and ultimate frisbee.
The "north" development branch is James Camerons modifications to the 1.3f version for use on 800x600 displays in a network of Linux based second-hand gaming workstations in a rural village.
Enhancements:
- rebuild for sarge, to fix inability to install due to xlibs6g package dependency
- add /usr/bin/xtank script to start game
- adjust for changed host names on local area network
<<less
Download (1.1MB)
Added: 2007-01-03 License: Freely Distributable Price:
1024 downloads
bplay 0.991

bplay 0.991


bplay is a buffered sound player and recorder for Linux. more>>
bplay is a buffered sound player and recorder for Linux.

bplay-0.991 is the current stable version. No development work is continuing on this branch of the code, but occasional maintenance releases may be made from this branch.

bplay2 is currently in development. The is a complete and radical rewrite of the original code. Major differences include:

Replaced multiple processes using SYSV shared memory and semaphores with a single multithreaded process (when bplay was first written, Linux didnt really have threads).
Support for transforming audio formats on the fly allows playing of file formats not supported by the hardware in the machine (eg copes with byte-swapped or floating-point formats).
A more modular approach to file format interpretation.
Code now should work on big-endian machines properly (when bplay was first written, x86 was the only architecture supported under Linux).


Currently there is no downloadable version of bplay2 - the code is still in too much of a mess. In particular I need to merge some endian fixes into the code, and Ive also decided to rearrange the source a little to allow adding of non-OSS platforms (AIX is likely to be the first such platform at this stage). I also need to make the code 64-bit clean somehow, which will involve writing some sort of test harness for all of the conversion code since the only 64-bit machine I have access to has no sound hardware.

<<less
Download (0.018MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
689 downloads
bzr-hudson 1.0 Beta 1

bzr-hudson 1.0 Beta 1


Bazaar plugin for Hudson more>>
bzr-hudson 1.0 Beta 1 offers you a perfect and helpful plugin which can allow the use of Bazaar as a build SCM in Hudson. With this plugin, you can designate a Bazaar branch as the "upstream" repository. Every build will update the local branch. Polling is also supported, it'll check if the upstream branch have any new revision and use this as the build triggering condition.

Requirements:

  • Bazaar Revision Control System: bzr >= 1.9
  • xmloutput >= 0.8.2
<<less
Added: 2009-01-28 License: GPL Price: FREE
14 downloads
Baobab 2.4.2

Baobab 2.4.2


Baobab is a C/gtk+ application to analyse directory trees in any Gnome environment. more>>
Baobab is a C/gtk+ application to analyse directory trees in any Gnome environment. Baobab can easily draw either the whole filesystem tree, or a specific user-requested directory branch.

Baobab has been tested on an Ubuntu Linux version 05.04, but as it only relies on gtk2 libraries, it can be run on any Gnome desktop.

<<less
Download (0.23MB)
Added: 2006-04-25 License: GPL (GNU General Public License) Price:
1289 downloads
Zmanim 1.1.1

Zmanim 1.1.1


Zmanim is a software package that computes zmanim. more>>
Zmanim project can computes zmanim, the times (according to Jewish law) by which an observant Jew must complete specific prayers.
The default branch is a console version for Linux, and the QT branch is a GUI version for Linux using the QT GUI libraries.
Enhancements:
- The sunrise and sunset were normalized correctly so that 24 hours dont get added to the results, while still being in GMT with the appropriate day in it.
- This fixes issues with DST starting a day earlier in March than it should under Bushs energy bill.
- putenv() is used instead of setenv() to let this compile on Solaris (and probably other Unix systems as well).
- The use of the Hebrew word "Netz" was corrected to "HaNetz".
<<less
Download (0.076MB)
Added: 2006-08-27 License: GPL (GNU General Public License) Price:
1163 downloads
ParallelKnoppix64 2.6

ParallelKnoppix64 2.6


ParallelKnoppix is a remastered edition of KNOPPIX that allows setting up a cluster of machines for parallel processing. more>>
ParallelKnoppix is a remastered edition of KNOPPIX that allows setting up a cluster of machines for parallel processing using the LAM-MPI and/or MPICH implementations of MPI.

Getting the cluster up and running takes less than 15 minutes, if the machines have PXE network cards. Starting from version 2.2, the distribution is based on Debians unstable branch, rather than KNOPPIX.
<<less
Download (649.3MB)
Added: 2007-05-23 License: GPL (GNU General Public License) Price:
884 downloads
Antmod 1.3.2

Antmod 1.3.2


Antmod is a build management, release management, and repository management tool. more>>
Antmod is a build management, release management, and repository management tool. Its implementation is an Ant-based extensible engine for retrieving, versioning, building, and deploying code to and from Subversion or CVS.
It standardizes build files for Java projects and provides build plugins for various tasks. Antmod project also standardizes tagging and branching for both CVS and Subversion, and its module and repository management can also be used for non-Java projects.
It greatly speeds up Java software development, promotes reuse of Java software, and standardizes the build-test- release cycle.
Main features:
- Standardized out-of-the-box buildfiles
- For Java projects, Antmod places standardized buildfiles on module and release level, in this way standardizing the way each module and release is built.
- Allow customized builds per module and release
- Antmod allows modules and releases to override default behavior in the buildfile by committing a "local.build.xml" in the root of the module with the overridden build logic.
- Enable reuse of components across projects
- It is as simple as adding the module to the release descriptor of the project.
- Modularized approach to software artefacts
- Code, documentation, configuration, etcetera is grouped in modules that are versioned in a consistent way per module.
- Standardize repository usage
- Everything is in a module, the module is the versioning unit, and tagging and branching happens per module. Tag and branch names are standardized.
- Centralized overview across releases and projects
- Release descriptors describe what a release consists of, and are stored centrally in the repository. This provides a centralized view across releases and projects.
- Separate developer and release manager roles
- The release descriptors can be maintained by a release manager, and do not have to be maintained by the developer.
Enhancements:
- This release adds Subversion 1.4 support, improved command-line support, and module-level merge functions for merging to a branch or the trunk.
- With the out-of-the-box War plugin for building Web applications, this release is a must-have.
- All current users are advised to upgrade.
<<less
Download (6.6MB)
Added: 2006-10-10 License: Common Public License Price:
1109 downloads
Sys::Manage::Cmd 0.56

Sys::Manage::Cmd 0.56


Sys::Manage::Cmd - Systems management command volley. more>>
Sys::Manage::Cmd - Systems management command volley.

SYNOPSIS

Command line script

use Sys::Manage::Cmd;
my $s =Sys::Manage::Cmd->new();

# Script associations (see also embedded in source):
$s->{-assoc}->{.ftp}=sub{[ftp,-n,-s:loginfile,!elem!,[0]]};

# Target collections:
$s->{-target}->{all} =[1,2,3,4,5,6];

# Target branches:
$s->{-branch}->{1} =[1,2];
$s->{-branch}->{2} =[3,4];
$s->{-branch}->{3} =[5,6];

# Command-line setup / loop:
$s->set([@ARGV]);

# Command assignments:
#$s->set(-k=>assign, -o=>b, -i=>0, -ping=>1);
#$s->execute(-a=>assignment name, -t=>[targets], -cline=>[command line]);
#...

# Command line execution:
$s->set(-k=>cmd, -o=>b, -i=>0, -ping=>0);
$s->execute([@ARGV]);

Command line

script -option -option... target command-line
script -option... -ttarget... command-line

Examples of command line

script all dir !elem!
script -ob -tall dir !elem!
script -rPrevId -tall dir !elem!
script -aTest -tall dir !elem!
script -l10 -tall dir !elem!

Options of command line

(see also -cline and -i, -k, -l, -o, -r, -t, -u, -x, -v, -g)

-kNameSpace - kind (namespace) of command
-rCommandId - redo command id (used also inside -l); or switch (for -a)
-aAssignName - assignment name, to use as command id
-lPauseSecs - loop with pause before each subsequent redo
-lg... - ... for pings usuccessful only
-lv, -lw... - ... console verbose or windowed subsequent turns
-o(s|c|b) - order of execution:
sequental
concurrent
branched (concurrent branches)
-tTargetName - target, may be several -t, instead of positional argument
-xTargetExcl - exclusion from target list, may be several -x
-uUser:pswd - user name and password for target
-g - ping target before command, also use -gPingTimeout
-gx - exclude unsuccessful targets sequentially
-i - ignore exit code
-v(0|1|2) - verbosity level
-vc... - ... cmdfile rows include
-vt... - ... date-time include

Embedded commands

(see also -cline and -assoc)

script.ext - interpreting of scripts alike .pl, .bat, .ftp, .rdo.*
rcmd, rdo, - commands to remote nodes using
fput, fget, Sys::Manage::Conn
mput, mget (!elem!, !user!, !pswd! substitutions not needed)
cmdfile - evaluate command lines file or Perl script
!elem!, < - target element and source file substitutions
!user!, !pswd! - user name and password substitutions
!log! - log filesystem name substitution

Embedding command line

(see also ENVIRONMENT and SLOTS)

if (!defined($ENV{SMELEM}) # command volley:
|| ($ENV{SMELEM} eq )) {
system($^X, script, -k0, target, $0)
} elsif (!$ENV{SMDIR}) {
die "Execute this script on Manager!"
} elsif ($ENV{SMDIR}) {
die "Execute this script on Agent!"
} else { # command script:
....
1 # success
}

<<less
Download (0.060MB)
Added: 2007-07-24 License: Perl Artistic License Price:
824 downloads
phpBB Fetch All 2.0.15

phpBB Fetch All 2.0.15


phpBB Fetch All is a plugin for phpBB that displays data from the forum on any page of a Web site. more>>
phpBB Fetch All is a modification to phpBB that displays data from the forum on any page of a website. It supports all phpBB versions from the 2.0.x branch.
Enhancements:
- added $CFG[posts_enable_local_links] to posts.php to remove all target=_blank strings from the post text (thanks to bdepauw)
- closed a possible vulnerability in portal.php (thanks to taipo and VxJasonxV)
- two small changes for phpBB mod compatibility
- fixed a typo in pafiledb.php (thanks to Odin and vfx)
<<less
Download (0.040MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1524 downloads
Gravetat 0.9.3

Gravetat 0.9.3


Gravetat is a gravity and electromagnetism simulator. more>>
Gravetat is a gravity and electromagnetism simulator. It offers users the ability to create a universe with a few particles and then see how they interact due to the forces mentioned before. It uses its own 3D rendering engine (released under the branch libPunts).
Gravetat 3D
- Real-time simulation
- Own 3D rendering engine (libPunts)
- Random universe generator
- Exports to SVGZ format
- Win32, Linux and MacOSX ports
Gravetat 2D
- Real-time simulation
- Exports to SWF format
- Random universe generator
Enhancements:
- Autotools (automake and autoconf) support has been added.
- This version is again usable for further development.
<<less
Download (0.32MB)
Added: 2005-11-04 License: GPL (GNU General Public License) Price:
1450 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5