Main > Free Download Search >

Free cvs repository software for linux

cvs repository

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 682
Image Repository 0.7

Image Repository 0.7


Image Repository provides a centralized image repository capable of holding thousands of images with keyword/tag-based browsing. more>>
Image Repository provides a centralized image repository capable of holding thousands of images with keyword/tag-based browsing.
Image Repository is a centralized image repository capable of holding thousands of images with keyword/tag-based browsing and filtering.
Main features:
- Its goal is to provide you with an easy way to have a centralized image library with thousands of images categorized by keywords, dates, etc.
- It has special handling that lets you browse the keyword space like it was a collection of nested folders. Example: Browse to keyword "Carnivores", you will get the available keywords "Cats", "Dogs", and the selection will narrow down, applying all the keywords you have selected on your path through the keyword space.
- It comes complete with a Kupu "library", meaning you can browse the keywords through the Kupu image insertion dialog to make it easy to locate images even in a large collection of images.
- It has a tagging interface that lets you tag images with a thumbnail like view, and apply keywords to multiple images at once.
- It uses whatever image type you have installed (it does need to be added as an addable type and be able to supply thumbnails like the default Plone image type, though).
Enhancements:
- Added action to register the repository in Kupu. [fschulze]
- Using interfaces, views and adapters in various places to make this more flexible. [fschulze]
- Removed unused code. [fschulze]
<<less
Download (0.033MB)
Added: 2007-04-04 License: GPL (GNU General Public License) Price:
934 downloads
Cache::Repository 0.05

Cache::Repository 0.05


Cache::Repository is a Perl module used to cache generic repository of files. more>>
Cache::Repository is a Perl module used to cache generic file repository.

SYNOPSIS

my $rep = Cache::Repository->new(
style => Filesys,
# options for the F::R driver
);
$rep->add_files(tag => groupname,
files => @filenames,
basedir => /tmp,
move => 1,
);
$rep->add_filehandle(tag => anothergroup,
filename => blah,
filehandle => $fh,
mode => 0755);
$rep->set_meta(tag => groupname,
meta => {
title => blah,
author => foo,
});

$rep->retrieve(tag => groupname, dest => /newdir);
my $data = $rep->get_meta(tag => groupname);

This module is intended to serve as a repository for files, whether those files are local or remote. Different drivers can work independantly to provide differing backing stores. For example, one driver can use a locally-mounted filesystem (even if that is a network filesystem), another could use FTP or HTTP, another could use gmail, and another could use a relational database such as MySQL or DB2.

Drivers may choose to compress the repository, unless explicitly told otherwise.
Keeping this in mind, the API presented here cannot expose things that are not generic to other possible implementations. That said, some possible implementations may not allow adding ("sending" to a web server) - it is expected that they will either throw an exception, or take extra params for FTPing to the server.

<<less
Download (0.012MB)
Added: 2007-05-28 License: Perl Artistic License Price:
879 downloads
Railroad Repository 0.2

Railroad Repository 0.2


Railroad Repository provides a standards-based repository for large binary files. more>>
Railroad Repository provides a standards-based repository for large binary files.

Railroad is a standards-based repository for large binary files such as digital media, along with their metadata. It is designed to be easy to integrate with content management systems and other client software.

Many CMS’s are more suitable for document-style content than they are for managing large files. Managing such binary content in a CMS can result in scalability issues and deteriorating performance. Railroad instead is dedicated to the task of managing large files and their metadata.

Railroad can be seamlessly integrated into CMS’s, leveraging the open WebDAV protocol and simple HTTP messaging. While uploads and downloads of files are fully managed by Railroad and thus routed ‘around’ the application server, authorization of who can upload or download is still under full control of the CMS using whatever authorization scheme it needs.

Railroad allows multiple clients (such as CMS’s and DAM systems) to access the resources in the repository at the same time, thus keeping large data files and their metadata centrally managed and shared.

Railroad also makes management of file data on the filesystem easier for the system administrator. Railroad takes care to categorize files of a different type into separate directories. If a system administrator determines one file type is taking up a lot of space, it is simple to move this information off onto another, larger, partition. It is also possible to run multiple repositories in one Apache instance, or on different machines but using the same database.
<<less
Download (0.37MB)
Added: 2007-02-13 License: BSD License Price:
983 downloads
CVS History 0.8.0

CVS History 0.8.0


CVS History is a Web application for searching the history of CVS actions. more>>
CVS History is a Web application for searching the history of CVS actions. It parses the output of the CVS history command and imports it into a MySQL database for ease of manipulation by the PHP front-end.
Its advantage over other CVS history viewing applications is that it only needs anonymous CVS access to the repository.
Main features:
- Tested on Firefox and IE
- XHTML and CSS validated code
- RSS feed of the search query results
- Export the output of search query to other formats (e.g. CSV file)
- Searches can be bookmarked
- History entries can be linked to a ViewVC installation of the same repository
<<less
Download (0.10MB)
Added: 2005-11-29 License: GPL (GNU General Public License) Price:
1425 downloads
App::Repository 0.964

App::Repository 0.964


App::Repository is a logical data access layer for the App::Context Framework. more>>
App::Repository is a logical data access layer for the App::Context Framework, providing a uniform API to access data in databases, file systems, remote web sites, etc.

This is the App-Repository distribution, adding the data access layer service to App-Context.

For more information, see the web pages at

http://www.officevision.com/pub/App-Repository http://www.officevision.com/pub/App-Context

The mailing list is described at

http://p5ee.perl.org/mailinglist/
http://lists.perl.org/showlist.cgi?name=p5ee

HOW DO I INSTALL IT?

To install this module, cd to the directory that contains this README file and type the following:

perl Makefile.PL
make
make test
make install

<<less
Download (0.061MB)
Added: 2006-09-06 License: Perl Artistic License Price:
1143 downloads
Repository::Simple 0.06

Repository::Simple 0.06


Repository::Simple is a simple hierarchical repository for Perl. more>>
Repository::Simple is a simple hierarchical repository for Perl.

SYNOPSIS

use Repository::Simple;

my $repository = Repository::Simple->attach(
FileSystem => root => /home/foo
);

NOTICE: This software is still in development and the interface WILL CHANGE.
This is the main module of a hierarchical repository system, which is loosely based upon the File::System module Ive written combined with ideas from the JSR 170, a.k.a. Content Repository API for the Java API Specification.

The goal of this package is to provide a content repository system with a similar feature set. I think it would be a good goal to aim for loose compatibility, but it is not my intent to adhere to the strict letter of that standard.

<<less
Download (0.033MB)
Added: 2006-10-20 License: Perl Artistic License Price:
1099 downloads
VCS Report 1.1.4

VCS Report 1.1.4


VCS Report is a free open source Java project to generate statistical reports from your VCS repository. more>>
VCS Report is a free open source Java project to generate statistical reports from your VCS repository. Versions Control System (VCS) helps to manage revisions of your source files.
You can run VCS Report on Microsoft Windows and Linux. VCS Report shows various information about your project files stored in the VCS. VCS Report can be used as a plugin for IntelliJ IDEA, Borland JBuilder, Eclipse, NetBeans.
Main features:
- CVS and Subversion (SVN) support
- Customizable filters
- History table
- Statistical charts
- HTML reports
- CSV (Comma delimited) reports
Enhancements:
- new: The time of a report was added to the status line
- bugfix: Bug with "Get report" button
<<less
Download (0.35MB)
Added: 2006-09-11 License: GPL (GNU General Public License) Price:
1141 downloads
RDF::Sesame::Repository 0.16

RDF::Sesame::Repository 0.16


RDF::Sesame::Repository is a repository on a Sesame server. more>>
RDF::Sesame::Repository is a repository on a Sesame server.

This class is the workhorse of RDF::Sesame. Adding triples, removing triples and querying the repository are all done through instances of this class. Only SELECT queries are supported at this point, but it should be fairly straightforward to add CONSTRUCT functionality. If you do it, send me a patch.

METHODS

construct ( %opts )
Evaluates a construct query and returns the RDF serialization of the resulting RDF graph. A minimal invocation looks something like:
my $q = qq(
CONSTRUCT {Parent} ex:hasChild {Child}
FROM {Child} ex:hasParent {Parent}
USING NAMESPACE
ex =
);
my $rdf = $repo->construct(
query => $q,
format => turtle,
);

If an error occurs during the construction, an exception is thrown. This is different from some RDF::Sesame methods which return undef.
format

Required: Yes

Indicates the RDF serialization format that the Sesame server should return. Acceptable values are rdfxml, turtle and ntriples.
language

Default: SeRQL

Specifies the language in which the construct query is written. This is only included for forwards-compatibility since the only query language supported by Sesame is SeRQL.

output

Default: undef

Indicates where the RDF serialization should be placed. The default value of undef means that the serialization should simply be returned as the value of the construct method.

If the value is a filehandle, the serialization is written to that filehandle. The filehandle must already be open for writing. Otherwise, the value is taken to be a filename which is opened for writing (clobbering existing contents) and the serialization is written to the file.

query

Required : Yes

The text of the construct query.

extract ( %opts )

Extract an RDF representation of all the triples in the repository. The only required option is "format" which specifies the serialization format of the resulting RDF. The minimal method invocation looks like

my $rdf = $repo->extract( format => turtle )

where $rdf is a reference to a scalar containing the serialization of all the triples in the repository. The streaming results returned by Sesame are handled appropriately so that memory usage in minimized. If the output is sent to a file (see "output"), only one "chunk" is held in memory at a time (subject to caching by your OS). The serialization may also be compressed (or otherwise processed) as its being streamed from the server (see "compress").

Error handling is done differently in this method than in other methods in RDF::Sesame. Namely, if an error occurs, an exception is thrown (rather than returning undef and setting errstr(). Eventually, Id like all methods to behave this way.

<<less
Download (0.047MB)
Added: 2007-06-12 License: Perl Artistic License Price:
866 downloads
Oracle Password Repository 1.1.9 Beta

Oracle Password Repository 1.1.9 Beta


Oracle Password Repository is a Unix-based secure tool for storage & retrieval of Oracle database passwords. more>>
Oracle Password Repository is a Unix-based secure tool for storage & retrieval of Oracle database passwords.
By replacing hardcoded passwords in scripts with a call to OPR, it helps to keep your Oracle environment secure and easier to maintain.
Enhancements:
- The INSTALL file informed that you need to be able to see the oracle oci libraries, but it fact you need these only at runtime. You do need access to the OCI headers files during runtime though. But these rights are enabled by default oracle installations.
- opr now uses libltdl, a dynamic loading abstraction, to tackle compiling issues on (for example) hp-ux.
- added file locking on the repository file.
- fixed 2 strncat invocation bugs.
<<less
Download (0.63MB)
Added: 2006-01-06 License: GPL (GNU General Public License) Price:
1388 downloads
HTTP::OAI::Repository 3.18

HTTP::OAI::Repository 3.18


HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL. more>>
HTTP::OAI::Repository is a documentation for building an OAI compliant repository using OAI-PERL.

Using the OAI-PERL library in a repository context requires the user to build the OAI responses to be sent to OAI harvesters.

SYNOPSIS

use HTTP::OAI::Harvester;
use HTTP::OAI::Metadata::OAI_DC;
use XML::SAX::Writer;
use XML::LibXML;

# (all of these options _must_ be supplied to comply with the OAI protocol)
# (protocolVersion and responseDate both have sensible defaults)
my $r = new HTTP::OAI::Identify(
baseURL=>http://yourhost/cgi/oai,
adminEmail=>youremail@yourhost,
repositoryName=>agoodname,
requestURL=>self_url()
);

# Include a description (an XML::LibXML Dom object)
$r->description(new HTTP::OAI::Metadata(dom=>$dom));

my $r = HTTP::OAI::GetRecord->new(
header=>HTTP::OAI::Header->new(
identifier=>oai:myrepo:10,
datestamp=>2004-10-01
),
metadata=>HTTP::OAI::Metadata::OAI_DC->new(
dc=>{title=>[Hello, World!],description=>[My Record]}
)
);
$r->about(HTTP::OAI::Metadata->new(dom=>$dom));

my $writer = XML::SAX::Writer->new();
$r->set_handler($writer);
$r->generate;

<<less
Download (0.036MB)
Added: 2007-08-06 License: Perl Artistic License Price:
814 downloads
guglhupf commons resource repository 0.3

guglhupf commons resource repository 0.3


guglhupf commons resource repository is a tool that manages dependencies between program resources (e.g., Java jar files). more>>
guglhupf commons resource repository is a tool that manages dependencies between program resources (e.g., Java jar files).
guglhupf commons resource repository comes with a mechanism to download needed resources from a central repository and stores these resources in a local repository. This allows reuse of resources between different projects.
Main features:
- Central resource repository to share resources between multiple projects.
- Needed resource are downloaded and stored in a local repository.
- Dependencies between resources are solved.
- Setup the classpath with all needed resources (jars).
- Start java progams with the needed resources.
- Ant integration to setup the classpath.
- Modular ant build script support
- Eclipse classpath builder to setup the classpath in eclipse.
<<less
Download (0.10MB)
Added: 2006-04-17 License: The Apache License 2.0 Price:
1285 downloads
Fedora Digital Object Repository 2.2

Fedora Digital Object Repository 2.2


Fedora open source software gives organizations a flexible service-oriented architecture. more>>
Fedora Digital Object Repository is an open source software which gives organizations a flexible service-oriented architecture for managing and delivering their digital content. At its core is a powerful digital object model that supports multiple views of each digital object and the relationships among digital objects.
Digital objects can encapsulate locally-managed content or make reference to remote content. Dynamic views are possible by associating web services with objects. Digital objects exist within a repository architecture that supports a variety of management functions. All functions of Fedora, both at the object and repository level, are exposed as web services. These functions can be protected with fine-grained access control policies.
This unique combination of features makes Fedora an attractive solution in a variety of domains. Some examples of applications that are built upon Fedora include library collections management, multimedia authoring systems, archival repositories, institutional repositories, and digital libraries for education.
Enhancements:
- This is a significant release of Fedora that includes a complete repackaging as a proper Web application.
- A new installer application makes it easy to setup and run.
- It now uses Servlet Filters for authentication.
- The Fedora repository can also be configured to calculate and store checksums for content.
- The RDF-based Resource Index has been tuned for better performance.
- A new high-performing RDBMS-backed triplestore has been developed that can now be plugged into the RI.
<<less
Download (MB)
Added: 2007-01-26 License: MPL (Mozilla Public License) Price:
1008 downloads
CVS Perl library 0.07

CVS Perl library 0.07


CVS Perl library is a Perl module which is is a wrapper around the CVS command with an object-oriented interface. more>>
CVS Perl library is a Perl module which is a wrapper around the CVS command with an object-oriented interface.

Installation:

To install this module type the following:

perl Makefile.PL
make
make test
make install

<<less
Download (0.024MB)
Added: 2006-03-22 License: LGPL (GNU Lesser General Public License) Price:
1312 downloads
Zaurus Synchronization Repository 0.2.2

Zaurus Synchronization Repository 0.2.2


ZSRep (Zaurus Synchronization Repository) is a project for synchronizing your Sharp Zaurus with any Desktop PIM. more>>
ZSRep (Zaurus Synchronization Repository) is a project whose main goal is to provide a professional solution for synchronizing your Sharp Zaurus with any Desktop PIM software on the Linux operating system.
It is designed specifically to work with the newer Sharp ROMs (DTM-based).
Enhancements:
- Implemented Single Action Full Sync.
- Now uses new unique create and destroy identifiers for plugins.
- Added unique create and destroy identifiers to Address Book plugin template.
- Fixed the Todo Notes to Desc translation problem when syncing after a Full Sync.
- Added the Todo CleanUp call to single action Full Sync mode.
<<less
Download (0.080MB)
Added: 2005-09-21 License: GPL (GNU General Public License) Price:
1494 downloads
Edukalibre Repository Manager 0.8.2

Edukalibre Repository Manager 0.8.2


Edukalibre Repository Manager is a document repository with extra functionality. more>>
Edukalibre Repository Manager project is a document repository with extra functionality.

Edukalibre Repository Manager is a document storage repository constructed over a subversion repository with added functionality based on plugins.

It is basically a document repository that carries out some tasks when a document is uploaded to the system.

Automatic format conversion and metadata extraction are some of those tasks.

It is the core of the Edukalibre platform.
<<less
Download (0.013MB)
Added: 2006-10-04 License: GPL (GNU General Public License) Price:
1115 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5