Main > Free Download Search >

Free svn software for linux

svn

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 138
SSVN 0.2

SSVN 0.2


SSVN is a wrapper script for svn to store file permissions in a Subversion repository (along with the versioned file). more>>
SSVN is a wrapper script for svn to store file permissions in a Subversion repository (along with the versioned file).

Permissions and ownership can be restored later. A Unix-like file permissions schema is stored, and GID and UID are stored numerically.

This means that SSVN is not portable to non-Unix systems.

Options:

./ssvn.pl

ssvn.pl - v.0.1 - Subversion wrapper to manage file permissions
(c) 2006 Witold Rugowski http://nhw.pl/

ssvn.pl OPTIONS

Options:
-h : this help,
-s : store file permissions into subversion repository (default action)
-r : retrive file permissions from subversion repository
<<less
Download (MB)
Added: 2006-04-07 License: BSD License Price:
1295 downloads
KSvn 0.2

KSvn 0.2


KSvn is a Konqueror-integrated frontend to the Subversion (svn) revision control system for KDE. more>>
KSvn is a Konqueror-integrated frontend to the Subversion (svn) revision control system for KDE.
Main features:
- Checkout
- Update
- Commit
- View Log
This release includes many more features which make it a much more usefull app. With this release also comes the release of this website which will let you stay up to date with what is happening in the KSvn world.
As you can see in the change log, many new improvements have been made from v0.1, both visual improvements and extra features.
Enhancements:
- Feature Added - Resolved - Used to mark conflicted files as resolved
- Feature Added - Relocate - Relocates you working copy to a different repository
- Feature Added - Branch - Creates a new branch either locally or remotely
- Feature Added - Revert - Undo all changes since last update
- Feature Added - Add - Add files to revisioning
- Feature Added - Delete - Remove files from revisioning
- Feature Added - Cleanup - Removes any locks in the working directory
- Improvement - Choice of saving/not saving login details
- Improvement - Right click menu has separators
- Improvement - Login form is now available if login details where not saved
- Improvement - Improved tab order for ease of use
- Improvement - Added to German translation
- Bug Fixes - Checkout has better handling of creating new folders
- Bug Fixes - KSvn can now handle paths with spaces
- Bug Fixes - Checkout can checkout other revisions now
- Bug Fixes - Many more minor bug fixes which increase the enjoyment of KSvn
<<less
Download (0.035MB)
Added: 2005-05-20 License: GPL (GNU General Public License) Price:
1617 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
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
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
eSvn 0.6.12

eSvn 0.6.12


eSvn is a GUI frontend to the Subversion revision system. more>>
eSvn application is a GUI frontend to the Subversion revision system.
Main features:
- Checkout, Import, Export, Update, Commit, Add, Delete, Copy, Move, Merge, Switch, Revert, Log, Blame
- Organize your working directory and workspaces
- Browse SVN repository
- Perform Quick Diff, External Diff and 3-way Diff
- Show changed items
- See status of files/directories in real time
- and more ...
<<less
Download (1.8MB)
Added: 2007-07-13 License: GPL (GNU General Public License) Price:
840 downloads
gnome-svn 0.2

gnome-svn 0.2


gnome-svn is a front end for the Subversion version control system. more>> <<less
Download (0.47MB)
Added: 2006-07-10 License: GPL (GNU General Public License) Price:
1207 downloads
SVNKit 1.1.2

SVNKit 1.1.2


SVNKit is a pure Java Subversion (SVN) client library. more>>
SVNKit is a pure Java Subversion (SVN) client library. This means that users of the library (i.e. Java applications) do not have to include svn native binaries or javahl bindings to work with subversion repositories.
SVNKit project is not only a 100% Java replacement for javahl bindings, but also a library that provides a high level of control over subversion repository operations.
Main features:
- No external binaries or libraries are needed to work with Subversion repository.
- SVNKit supports http, https, svn and svn+ssh connection protocols.
- Subversion 1.4.2 and file protocol support.
- Low level API allows effective direct Subversion repository access.
- SVNKit is compatible with applications that already use native javahl bindings.
Enhancements:
- An interactive password prompt was added to the command line client.
- System-wide configuration file support was added and bugs were fixed.
<<less
Download (MB)
Added: 2007-04-03 License: Free for non-commercial use Price:
937 downloads
SVN::Notify 2.66

SVN::Notify 2.66


SVN::Notify is a Subversion activity notification. more>>
SVN::Notify is a Subversion activity notification.

Synopsis

Use svnnotify in post-commit:
svnnotify --repos-path "$1" --revision "$2"
--to developers@example.com [options]

svnnotify --repos-path "$1" --revision "$2"
--to-cx-regex i10n@example.com=I10N [options]
Use the class in a custom script:
use SVN::Notify;

my $notifier = SVN::Notify->new(%params);
$notifier->prepare;
$notifier->execute;

This class may be used for sending email messages for Subversion repository activity. There are a number of different modes supported, and SVN::Notify is fully subclassable to easily add new functionality. By default, A list of all the files affected by the commit will be assembled and listed in a single message. An additional option allows diffs to be calculated for the changes and either appended to the message or added as an attachment. See the with_diff and attach_diff options below.

<<less
Download (0.055MB)
Added: 2007-08-13 License: Perl Artistic License Price:
809 downloads
JavaSVN 1.0.6

JavaSVN 1.0.6


JavaSVN is a pure Java Subversion client library. more>>
JavaSVN project is a pure Java Subversion client library. You would like to use JavaSVN when you need to access or modify Subversion repository from your Java application, be it a standalone program, plugin or web application.
Being a pure Java program, JavaSVN doesnt need any additional configuration or native binaries to work on any OS that runs Java. On this site you will also find instructions on how to make existing programs use JavaSVN instead of native javahl bindings.
Main features:
- No external binaries or libraries are needed to work with Subversion repository.
- JavaSVN supports http, https, svn and svn+ssh connection protocols.
- Low level API allows effective direct Subversion repository access.
- JavaSVN is compatible with applications that already use native javahl bindings.
<<less
Download (2.0MB)
Added: 2006-05-30 License: BSD License Price:
1245 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
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
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
colorsvn 0.3.2

colorsvn 0.3.2


colorsvn is the Subversion output colorizer. more>>
colorsvn is the Subversion output colorizer.
colorsvn was extracted from kde-sdk and was extended with build process and configuration.
Basic Installation:
./configure
su -
make install
Perhaps you want to set alias to svn:
alias svn=colorsvn
So if you type "svn" youll run "colorsvn".
Enhancements:
- Subversion commands for color highlighting are configurable now.
- For directories, a bold font will be used.
- Colors will be applied only for configured terminal types.
- Erroneous configured colors will be filtered.
- There are minor installation bugfixes.
<<less
Download (0.015MB)
Added: 2007-04-03 License: GPL (GNU General Public License) Price:
936 downloads
MetalServe SVN 250

MetalServe SVN 250


MetalServe provides a standalone IRC DCC file server. more>>
MetalServe provides a standalone IRC DCC file server.

MetalServe is a standalone DCC file server that can be used to share files on Internet Relay Chat (IRC) networks such as EFNet and Undernet. Unlike the only available similar Unix program, iroffer, which offers "packs" of files, MetalServe offers single files similar to the way the SDFind, SPRJukebox, and OmenServe scripts for mIRC, a Windows IRC client, work.

The motivation for writing this program arose because the masquerading Linux router between my desktop IRC client and the IRC servers in the Internet made sending files even harder than getting files. Additionally, the router was hosting the files to be offered anyway, so why not let the serving application run on the router as well. However the only available application as of the time of this writing (April 2002) was iroffer, which, as mentioned, operates in a different manner than desired.

I took a look at the available IRC clients and their scripting capabilities but in the end "standard" ircII 4.4M, BitchX, Epic etc. didnt look powerful enough, had too many security holes etc. and various other aspects, including speed and independency, gave me reason enough to write a dedicated server application in C. In other words, I preferred the "precision screwdriver" approach.

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