Main > Free Download Search >

Free svn web 0.51 software for linux

svn web 0.51

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 4289
SVN::Web 0.51

SVN::Web 0.51


SVN::Web provides a Web interface to Subversion repositories. more>>
SVN::Web provides a Web interface to Subversion repositories.
You can browse the tree, view history of a directory or a file, see whats changed in a specific revision, track changes with RSS, and also view diffs.
SVN::Web also tracks the branching feature (node copy) of Subversion, so you can easily see the relationship between branches.
Enhancements:
- The "reposparent" functionality was inadvertently broken in 0.50.
- This release fixes it.
<<less
Download (0.083MB)
Added: 2007-01-20 License: Perl Artistic License Price:
1011 downloads
Deskweb 0.51

Deskweb 0.51


Deskweb applies the iconography and usability of a common Windows desktop system to Web applications. more>>
Deskweb applies the iconography and usability of a common Windows desktop system to Web applications.

Deskweb is familiar and user-friendly and lets users easily learn how to exploit all of the softwares features.

It can be used in various ways, such as a content management system, a company groupware, a wiki, or more.

<<less
Download (1.6MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1222 downloads
SeeBorg 0.51

SeeBorg 0.51


SeeBorg project is a C++ IRC chatbot. more>>
SeeBorg project is a C++ IRC chatbot.
SeeBorg is a C++ version of PyBorg, the IRC chatbot.
It was written completely from scratch and uses the botnet library for IRC interaction.
SeeBorg is a random phrase bot that will sit on IRC channel, learning the talk, and periodically replying with something that is generated from the talk learned before. It doesnt make much sense at all, but sometimes its at least funny.
There are some configuration options that will make you able to tweak some of the bots behaviour. Also if you set yourself as an owner, you will have access to IRC trigger commands (beginning with !).
At the first stages of development, I was porting PyBorgs learn and reply algorithm. When I finally finished it, I did the first launch to test it by talking. Heres the log of my first launch of the bot (I was using my old PyBorgs dictionary, which is quite huge):
Enhancements:
- Version 0.51 is a bugfix re-release of 0.5 - irc module was incorrectly forcing locale to be "ru_RU.CP1251".
- Catch duplicate channels in config
- Makefile works now on mingw32 w/msys (and should on cygwin)
- Added Dev-C++ projects (visual-mingw will follow)
- Cleanup of source code, std namespace is now default
- Bugfix: Extra whitespace in front of realname (botnets bug)
- New IRC trigger: !save - saves the dictionary and settings
- Configuration settings are now with commented descriptions
- If there are no owners, dont react to IRC triggers at all
<<less
Download (0.56MB)
Added: 2006-11-21 License: GPL (GNU General Public License) Price:
1072 downloads
Ingperl 0.51

Ingperl 0.51


Ingperl module allows Perl access to Ingres databases for old ingperl scripts. more>>
Ingperl module allows Perl access to Ingres databases for old ingperl scripts.

SYNOPSIS

&sql(...);
&sql_exec(...);
@values = &sql_fetch;
&sql_close;

@types = &sql_types;
@ingtypes = &sql_ingtypes;
@lengths = &sql_lengths;
@nullable = &sql_nullable;
@names = &sql_names;

$sql_version
$sql_error
$sql_sqlcode
$sql_rowcount
$sql_readonly
$sql_showerrors
$sql_debug

@row1 = &sql_eval_row1(select ...);
@col1 = &sql_eval_col1(select ...);

Ingperl is an extension to Perl which allows access to Ingres databases.
The functions that make up the interface are described in the following sections.
All functions return false or undefined (in the Perl sense) to indicate failure.

<<less
Download (0.046MB)
Added: 2007-05-15 License: Perl Artistic License Price:
892 downloads
SVN-RaWeb-Light 0.60001

SVN-RaWeb-Light 0.60001


SVN-RaWeb-Light is a Perl module provides a lightweight Web-based browser for remote Subversion repositories. more>>
SVN-RaWeb-Light is a Perl module, that once installed and driven by a CGI script provides a lightweight Web-based browser for remote Subversion repositories, not unlike the default HTML one for http:// repositories. (with some improvements).

If you deploy this module in a public URL with a good bandwidth, let me know so I can link to it here for demonstration purposes.

<<less
Download (0.015MB)
Added: 2007-03-20 License: Perl Artistic License Price:
948 downloads
wmsvn 0.3

wmsvn 0.3


wmsvn scrolls last info from svn log. more>>
wmsvn scrolls last info from svn log.

It displays last svn rvision number, author and last log message.

It can be used to display output of any shell commands( see wmsvn.h )

Installation:

1) edit wmsvn.h to match your needs.
2) make
3) run it
<<less
Download (0.010MB)
Added: 2006-10-26 License: GPL (GNU General Public License) Price:
1093 downloads
SVN::Log::Index 0.51

SVN::Log::Index 0.51


SVN::Log::Index is a Perl module that can index and search over Subversion commit logs. more>>
SVN::Log::Index is a Perl module that can index and search over Subversion commit logs.

SYNOPSIS

my $index = SVN::Log::Index->new({ index_path => /path/to/index });

if($creating) { # Create from scratch if necessary
$index->create({ repo_url => url://for/repo });
}

$index->open(); # And then open it

# Now add revisions from the repo to the index
$index->add({ start_rev => $start_rev,
end_rev => $end_rev);

# And query the index
my $results = $index->search(query);

SVN::Log::Index builds a KinoSearch index of commit logs from a Subversion repository and allows you to do arbitrary full text searches over.

<<less
Download (0.013MB)
Added: 2007-06-12 License: Perl Artistic License Price:
866 downloads
Sws Web Server 0.1.7

Sws Web Server 0.1.7


Sws Web Server is a fast, secure, and simple Web server. more>>
Sws Web Server is a fast, secure, and simple Web server.
Installation:
./make
./make install
Usage:
For start
Redhat and Debian users
/etc/init.d/sws_web_server.init start
slackware users
/etc/rc.d/init.d/rc.sws start
First create /etc/sws directory
sws.conf file copy in to /etc/sws
Edit sws.conf
Enhancements:
- A file transfer problem has been solved.
<<less
Download (0.005MB)
Added: 2005-07-13 License: GPL (GNU General Public License) Price:
1569 downloads
ViewSVN 0.1.0

ViewSVN 0.1.0


ViewSVN is a web interface for viewing subversion repositories. more>>
ViewSVN is a web interface for viewing subversion repositories.
ViewSVN provides simple and easy to set up web interface for viewing SVN repositories. Some features are: directory/file browsing at different revisions, diffing and log viewing.
It uses svn commandline tools so it works without direct repository access (but that can be used as well). The downside is that it is rather slow, but hopefully that will be fixed in the future.
If you are looking for a feature-rich and robust subversion repository browser, this one is not for you. Try ViewCVS instead.
Main features:
- Have ViewSVN serve multiple repositories (currently they need to share same root, though)
- Browse directories and files at different revisions
- Request diffs between different directory and file revisions
- View changelog for paths and easily view changes in a certain revision
- Check out the demo to see for yourself
<<less
Download (0.020MB)
Added: 2007-07-28 License: GPL (GNU General Public License) Price:
820 downloads
StatSVN 0.3.1

StatSVN 0.3.1


StatSVN retrieves information from a Subversion repository and generates various tables and charts. more>>
StatSVN retrieves information from a Subversion repository and generates various tables and charts describing the project development.
For example, it can generate a timeline for the lines of code, the contribution of each developer, and more. The current version of StatSVN generates a static set of HTML documents containing tables and chart images.
Quick Start
- Download the latest release from http://sourceforge.net/projects/statsvn/
- Expand the zip file into some directory, e.g c:statsvn
- Check out a working copy of the desired SVN module into some directory, e.g. c:myproject.
- Change into that directory and type
svn log --xml -v > svn.log
- Change back to the c:statsvn directory
type java -jar statsvn.jar c:myprojectsvn.log c:myproject
- Open c:statsvnindex.html in your web browser
You can tweak the output of StatSVN in various ways. Run java -jar statsvn.jar for an overview of the command line parameters, and check the manual for full information.
<<less
Download (1.4MB)
Added: 2007-03-12 License: GPL (GNU General Public License) Price:
961 downloads
USVN 0.6.3

USVN 0.6.3


USVN (Userfriendly SVN) is based on a web interface and allows you to configure your subversion repositories. more>>
USVN (Userfriendly SVN) is based on a web interface and allows you to configure your subversion repositories. This interface allows you to create new projects without the command line interface, this means without a privileged access on the server.
Then USVN will take care of managing the list of users which are authorized to take your source code. This allows you to deleguate the administration of your Subversion repositories. USVN permits an easy access to a thin access restriction on Subversion files. For instance, in a few clics, translators can only have modification rights on translation files.
USVN project is released under the CeCILL license.
Main features:
- Users and administrators Create / Edit / Delete / Administrate.
- Groups Create / Edit / Delete / Administrate, user and administrators assignation.
- Projects Create / Edit / Delete / Administrate.
- Browsing into repositories witch access rights management.
Enhancements:
- A Spanish translation and a Chinese translation were added.
- Translation issues in the file browser were fixed.
- If installation fails, you can restart it.
- A problem with updating an authz file when removing a group from a project was fixed.
- You can now change the placement of htpasswd and authz files.
- JavaScript sort tables were changed to improve browser compatibility.
- A command line installer was added for packaging purposes.
- The display of the last five commits was improved.
<<less
Download (1.7MB)
Added: 2007-07-11 License: CeCILL (CeCILL Free Software License Agreement) Price:
836 downloads
WMpop 0.51

WMpop 0.51


WMpop is a Window Maker DockApp for monitoring a local (mbox format) or POP3 and APOP mailbox. more>>
WMpop is a Window Maker DockApp for monitoring a local (mbox format) or POP3 mailbox. WMpop project displays:
- number of mails in the mailbox (or unread mails if checked in the preference screen),
- a scrolling text with the email address of the senders (only for local mailbox for the moment),
- and a status led, indicating mail checking progression and errors.
WMpop can be configured via a graphic interface written in GTK+. The configuration interface let you define parameters of your POP3 server, and let you personalize the app (changing icons or sound and choosing an external command to launch on demand).
It is internationalized, with French translation. You can also run several instances of the program of different mailboxes (remote or local).
<<less
Download (0.20MB)
Added: 2005-10-07 License: GPL (GNU General Public License) Price:
1477 downloads
X personal web server 0.1

X personal web server 0.1


X personal web server is a personal Web server that sits in your desktop notification area (as a tray icon). more>>
X personal web server is a personal Web server that sits in your desktop notification area (as a tray icon).

X personal web server is a (much) simpler cousin of KPF, but doesnt require kicker and uses the GTK 2 library for its minimal user interface.

<<less
Download (0.059MB)
Added: 2006-09-05 License: GPL (GNU General Public License) Price:
1148 downloads
SVN-Pusher 0.03001

SVN-Pusher 0.03001


SVN-Pusher is a Perl module that allows one to propagate changesets from one Subversion repository to the other. more>>
SVN-Pusher is a Perl module that allows one to propagate changesets from one Subversion repository to the other.

Installation:

You need subversion 0.37.0 release or newer, with perl bindings support to use SVN::Push.

SVN::Push uses the stanard perl module install process:

% perl Makefile.PL
% make
# make install

Configuration:

After install the module, see perldoc bin/svnpush and perldoc Push.pm for more
information.

<<less
Download (0.006MB)
Added: 2007-03-20 License: Perl Artistic License Price:
951 downloads
SVNAccess 1.0.4

SVNAccess 1.0.4


SVNAccess is a small Web application which lets one manage the access to SVN repositories through a simple interface. more>>
SVNAccess is a small Web application which lets one manage the access to SVN repositories through a simple interface.

SVNAccess uses existing Apache password files/users and stores information in a MySQL database in order to generate an AuthzSVNAccessFile formatted access file.

One can also delegate admin rights to a group and repository access to users so that repository owners can manage their own access.

<<less
Download (0.010MB)
Added: 2007-06-19 License: GPL (GNU General Public License) Price:
857 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5