WareSeeker Search Software

svn


Sponsored Links
Collapse All
Software Name Software Type Category Price
1

SVN-Pusher 0.03001


linux Programming->Version Control Free
View Detail
Download SVN-Pusher 0.03001Download SVN-Pusher 0.03001
0.006 MB
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.


2

SVN::Web 0.51


linux Programming->Version Control Free
View Detail
Download SVN::Web 0.51Download SVN::Web 0.51
0.083 MB
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.

Whats New in This Release:

· The "reposparent" functionality was inadvertently broken in 0.50.
· This release fixes it.


3

SVN::Notify 2.66


linux Programming->Libraries Free
View Detail
Download SVN::Notify 2.66Download SVN::Notify 2.66
0.055 MB
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.


4

gnome-svn 0.2


linux Programming->Version Control Free
View Detail
Download gnome-svn 0.2Download gnome-svn 0.2
0.47 MB
gnome-svn is a front end for the Subversion version control system.

It is developed using the Mono project, with C# as the programming language and Gtk# as a graphical interface.

Gsvn is developed using latest technologies on software developing. Gsvn is developed using:

Mono Project
C# as programming language
Gtk# as graphical interface
Glade# is used for develop the graphical interface
And Monodevelop as Integrated Develop Environment.
This software has been developed by Antonio Gutiérrez Mayoral, Gregorio Robles Martínez and Miguel Martín Mateo.


5

WebClient for SVN 2.5.0


linux Programming->Version Control Free
View Detail
Download WebClient for SVN 2.5.0Download WebClient for SVN 2.5.0
1.6 MB
WebClient for SVN is the web interface for Subversion (SVN) repository. It offers a convenient way of browsing the repository content and its history plus simple write operations. SVN Web Client can

Here are some key features of "WebClient for SVN":

· Improved performance and usability (compared to the former SVN Browser project)
· Folders and files content browsing
· Folders and files revisions browsing and compare
· Revision details, revisions compare
· Create/delete/modify files
· Create/delete folders
· Easy branches/tags browsing
· 100% Pure Java implementation of SVN access layer (using JavaSVN library)
· Multi-repository support


6

Easy SVN Browser 1.07


linux Programming->Version Control Free
View Detail
Download Easy SVN Browser 1.07Download Easy SVN Browser 1.07
0.095 MB
Easy SVN is a subversion browser via the Web. Easy SVN Browser is easy because only a command line svn program and Perl are required to run it; no extra software needs to be installed. After configuring the Perl script as cgi-bin program, SVN repositories can be navigated, and entries viewed for contents, history, and diffs.

Installation:

Follow these steps for a quick installation of web-svn-view:

1. Log in as the user who is running the webserver (e.g., www).

2. As this user, make sure you have read-access on your repository. Issue an svn command to make sure that if necessary, you are prompted for a username and password. Once the viewer is running, logins must take place automatically.

3. Obtain web-svn-view by getting the archive http://public.e-tunity.com/web-svn-view/web-svn-view-latest.tar.gz . Save the archive on your disk as e.g.
/tmp/web-svn-view-latest.tar.gz.

4. Change-dir to a directory where the webserver will run the viewer.

5. Unpack, using tar xzf /tmp/web-svn-view-latest.tar.gz. Note the full paths to the contained directories cgi-bin, css and img. In the following example well assume that the base directory is /Users/e/src/e.

6. Edit cgi-bin/web-svn-view and modify the configuration variables at the top of the file. The variables are documented in the script.

7. Edit the servers configuration file. E.g, for Apache, edit httpd.conf and add the following lines:

ScriptAlias /svnbin /Users/e/src/e/web-svn-view/cgi-bin
Alias /svncss /Users/e/src/e/web-svn-view/css
Alias /svnimg /Users/e/src/e/web-svn-view/img

< Location / >
Order deny,allow
Deny from all
< /Location >
< Location /svnbin >
Order allow,deny
Allow from all
< /Location >
< Location /svncss >
Order allow,deny
Allow from all
< /Location >
< Location /svnimg >
Order allow,deny
Allow from all
< /Location >

You will need to supply the right directories for your system.

8. Restart the webserver.

9. Point your browser to http://yoursite/svnbin/web-svn-view.

Whats New in This Release:

· The configuration settings in cgi-bin/web-svn-view can now be overridden by environment variables.
· That makes it possible to re-use the same SVN browser to view many repositories, based on environment variables passed by the Web server.
· The documentation was updated with an example.


7

Syncro SVN Client 2.4


linux Programming->Version Control $59
View Detail
Download Syncro SVN Client 2.4Download Syncro SVN Client 2.4
11.9 MB
Syncro SVN Client makes easier the document and code sharing between content authors or developers.

This project front-end allows you to browse repositories, check for changes, commit changes, update your working copy and examine the revision history.

Here are some key features of "Syncro SVN Client":

· Full SVN repository support: checkout, export, import, copy, mkdir, rename, branch, tag and delete support.
· Synchronize view helps you spot right away all incoming and outgoing changes.
· The working copy view allows you to filter items and operate the whole range of SVN actions over the current selection.
· SVN Properties table allows you to change all standard SVN properties and define your own.
· Supported communication protocols include SSL, HTTP/HTTPS, File.
· Enhanced history revision details.
· Includes an easy-to-use visual diff/merge tool. Can also compare images.
· Support for merging the current working copy with a set of tags or revisions.
· Browse and manage multiple repositories at once.
· Easy management of more than one working copy.
· Fast set up of the working copies.
· Responsive GUI. The actions on the repository do not freeze the user interface.
· Independent from the command line subversion client.
· Cross platform. Windows, Mac OS X and Linux are supported.


8

Syncro SVN Client 2.0


windows Software Development->Misc Programming Tools $59.00
View Detail
Download Syncro SVN Client 2.0Download Syncro SVN Client 2.0
16309K
Syncro SVN Client makes easier the document and code sharing between content authors or developers. It offers full SVN repository support: checkout, export, import, copy, mkdir, rename, branch, tag and delete. You can browse repositories, check for changes, commit changes, update your working copy and examine the revision history. There is no need to install separate applications like a Subversion command line client or a file compare tool.

9

Syncro SVN Client 3.0


windows Software Development->Misc Programming Tools $59.00
View Detail
Download Syncro SVN Client 3.0Download Syncro SVN Client 3.0
14420K
Syncro SVN Client makes easier the document and code sharing between content authors or developers. It offers full SVN repository support: checkout, export, import, copy, mkdir, rename, branch, tag and delete. You can browse repositories, check for changes, commit changes, update your working copy, examine the revision history in tabular form or as a revision graph, view the svn annotations, integrate it with bug tracking tools. Also you can examine the changes after a synchronize operation for text files or image files in a Compare View or see the differences between two revisions of a folder. SVN conflicts appeared after an update operation can be easily solved using the visual conflicts editing feature. There is no need to install separate applications like a Subversion command line client or a file compare tool.

10

Syncro SVN Client 2.4


mac Business Finance->Business $59
View Detail
Download Syncro SVN Client 2.4Download Syncro SVN Client 2.4
12.7 MB
Syncro SVN Client is a program makes easier the document and code sharing between content authors or developers.

This multiplatform Subversion front-end allows you to browse repositories, check for changes, commit changes, update your working copy and examine the revision history.

Syncro SVN Client makes easier the document and code sharing between content authors or developers. This multiplatform Subversion front-end allows you to browse repositories, check for changes, commit changes, update your working copy and examine the revision history.

The Syncro SVN Client has been designed to offer powerful actions while keeping the interface as clean and simple as possible.


11

SVN::Log::Index 0.51


linux Programming->Libraries Free
View Detail
Download SVN::Log::Index 0.51Download SVN::Log::Index 0.51
0.013 MB
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.


12

Syncro SVN Client 2.5


windows Web Development->Misc Web Authoring Tools $59
View Detail
Download Syncro SVN Client 2.5Download Syncro SVN Client 2.5
13.9MB
Syncro SVN Client makes easier the document and code sharing between content authors or developers. This multi platform Subversion front-end allows you to browse repositories, check for changes, commit changes, update your working copy and examine the revision history.
The Syncro SVN Client was initially developed as an embedded application in the XML Editor and starting with version 8.1 of the editor it is available also as a separate product.
Key features:
- Full SVN repository support for SVN versions 1.3 and 1.4: checkout, export, import, copy, mkdir, rename, branch, tag and delete support.
- The working copy view allows you to filter items and operate the whole range of SVN actions over the current selection.
- Synchronize view helps you spot right away all incoming and outgoing changes.
- SVN Properties table allows you to change all standard SVN properties and define your own.
- Supported communication protocols include SSL, HTTP/HTTPS, File.
- Responsive GUI. The actions on the repository do not freeze the user interface.
- Includes an easy-to-use visual diff/merge tool. Can also compare images.
- Support for merging the current working copy with a set of tags or revisions.
- Browse and manage multiple repositories at once.
- Easy management of more than one working copy.
- Fast set up of the working copies.
- Enhanced history revision details.
- Independent from the command line subversion client.
13

Syncro SVN Client 2.4


windows Software Development->Misc Programming Tools $59
View Detail
Download Syncro SVN Client 2.4Download Syncro SVN Client 2.4
26.8 MB
Syncro SVN Client description
Syncro SVN Client - makes easier the document and code sharing between content authors or developers Syncro SVN Client is a very useful tool that makes easier the document and code sharing between content authors or developers.

This multiplatform Subversion front-end allows you to browse repositories, check for changes, commit changes, update your working copy and examine the revision history.

The Syncro SVN Client was initially developed as an embedded application in the XML Editor and starting with version 8.1 of the editor it is available also as a separate product.

The Syncro SVN Client has been designed to offer powerful actions while keeping the interface as clean and simple as possible.

Here are some key features of "Syncro SVN Client":

· Full SVN repository support: checkout, export, import, copy, mkdir, rename, branch, tag and delete support.
· Synchronize view helps you spot right away all incoming and outgoing changes.
· The working copy view
allows you to filter items and operate the whole range of SVN actions over the current selection.
· SVN Properties table allows you to change all standard SVN properties and define your own.
· Supported communication protocols include SSL, HTTP/HTTPS, File.
· Enhanced history revision details.
· Includes an easy-to-use visual diff/merge tool. Can also compare images.
· Support for merging the current working copy with a set of tags or revisions.
· Browse and manage multiple repositories at once.
· Easy management of more than one working copy.
· Fast set up of the working copies.
· Responsive GUI. The actions on the repository do not freeze the user interface.
· Independent from the command line subversion client.
· Cross platform. Windows, Mac OS X and Linux are supported.

Flexible Configuration of the User Interface
The Syncro SVN Client is composed of several views allowing you to browse the Subversion repositories and your local working copies, compare and merge modifications, check the revision history. All views are dockable, meaning that you can move them to create the optimal layout for your use case.

Subversion Repository Browsing
You can add multiple SVN repositories to the list and browse them in parallel. In this way you can identify the resources you need to checkout, or even create branches or tags directly in the repository.

Synchronizing with a Subversion Repository
In the synchronize view you can see the overall status of your working copy resources when compared to the repository resources. The view focuses on incoming and outgoing changes, where incoming ones are the changes that other users have committed since you last updated your working copy. The outgoing changes are the modifications you made to your working copy as a result of editing, removing or adding resources.

View Differences
One of the most common requirements in project development is to see what changes have been made to the files from your working copy or to the files from the repository. You can examine these changes after a synchronize operation with the repository, by using the Open in compare editor action from the contextual menu.

View Resource History
In Subversion, both files and directories are versioned and have a history. If you want to examine the history for a selected resource and find out what happened at a certain revision you can use the History view.

Requirements:

· Minimum hardware configuration is Intel Pentium III or PowerPC G4 class system with 128 MB of RAM and 25 MB free disk space.
· An official and stable Java VM version 1.4.2 or later

Limitations:

· 30 days trial

14

TamTam SVN SCC 1.1.25


windows Software Development->Misc Programming Tools $9.99
View Detail
Download TamTam SVN SCC 1.1.25Download TamTam SVN SCC 1.1.25
839 KB
TamTam SVN SCC was designed to be a Microsoft Source Code Control (MSSCCI) compliant implementation.

TamTam SVN SCC supports getting latest files, check-in, check-out, opening solutions/projects, binding to repositories, auto-module creation, file history/diff, and just about all other essential source control features.

Here are some key features of "TamTam SVN SCC":

· Open From Source Control
· Change Source Control
· Get Latest Version
· Get (advanced options)
· Check Out
· Check Out (advanced options)
· Check In
· Check In (advanced options)
· Rename (Not all applications support this feature)
· Remove/Delete (Not all applications support this feature)
· Undo Checkouts
· Diff/Compare Versions
· File History
· Add Projects From Source Control
· Get/Diff Previous Versions
· Conflict/Diff Editor (install includes CvsConflictEditor)
· Web Project Support (File Sharing Mode Only. See VS.Net documentation for details)
· Automatic Module Creation
· Perform Automatic Commits When Files Added to Source Control
· View file history and revisions and replace local copies with previous versions
· Automatically handles Visual Studios ".sak" files and keeps them out of the repository.


Please note that TamTam SVN SCC supports Subversion 1.4.3 and higher commands.


Requirements:

· Subversion v1.4.3
· Microsoft Visual Studio Professional or any Microsoft SCC compliant application
· NET Famework

15

Syncro SVN Client 2.3


windows Software Development->Misc Programming Tools $59
View Detail
Download Syncro SVN Client 2.3Download Syncro SVN Client 2.3
28.8 MB
Syncro SVN Client is a very useful tool that makes easier the document and code sharing between content authors or developers. This multiplatform Subversion front-end allows you to browse repositories, check for changes, commit changes, update your working copy and examine the revision history.

The Syncro SVN Client was initially developed as an embedded application in the XML Editor and starting with version 8.1 of the editor it is available also as a separate product.

The Syncro SVN Client has been designed to offer powerful actions while keeping the interface as clean and simple as possible.

Here are some key features of "Syncro SVN Client":

· Full SVN repository support: checkout, export, import, copy, mkdir, rename, branch, tag and delete support.
· Synchronize view helps you spot right away all incoming and outgoing changes.
· The working copy view allows you to filter items and operate the whole range of SVN actions over the current selection.
· SVN Properties table allows you to change all standard SVN properties and define your own.
· Supported communication protocols include SSL, HTTP/HTTPS, File.
· Enhanced history revision details.
· Includes an easy-to-use visual diff/merge tool. Can also compare images.
· Support for merging the current working copy with a set of tags or revisions.
· Browse and manage multiple repositories at once.
· Easy management of more than one working copy.
· Fast set up of the working copies.
· Responsive GUI. The actions on the repository do not freeze the user interface.
· Independent from the command line subversion client.
· Cross platform. Windows, Mac OS X and Linux are supported.

Flexible Configuration of the User Interface
The Syncro SVN Client is composed of several views allowing you to browse the Subversion repositories and your local working copies, compare and merge modifications, check the revision history. All views are dockable, meaning that you can move them to create the optimal layout for your use case.

Subversion Repository Browsing
You can add multiple SVN repositories to the list and browse them in parallel. In this way you can identify the resources you need to checkout, or even create branches or tags directly in the repository.

Synchronizing with a Subversion Repository
In the synchronize view you can see the overall status of your working copy resources when compared to the repository resources. The view focuses on incoming and outgoing changes, where incoming ones are the changes that other users have committed since you last updated your working copy. The outgoing changes are the modifications you made to your working copy as a result of editing, removing or adding resources.

View Differences
One of the most common requirements in project development is to see what changes have been made to the files from your working copy or to the files from the repository. You can examine these changes after a synchronize operation with the repository, by using the Open in compare editor action from the contextual menu.

View Resource History
In Subversion, both files and directories are versioned and have a history. If you want to examine the history for a selected resource and find out what happened at a certain revision you can use the History view.


16

SVN-RaWeb-Light 0.60001


linux Programming->Version Control Free
View Detail
Download SVN-RaWeb-Light 0.60001Download SVN-RaWeb-Light 0.60001
0.015 MB
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.


17

SVN::RaWeb::Light::Help 0.60001


linux Programming->Libraries Free
View Detail
Download SVN::RaWeb::Light::Help 0.60001Download SVN::RaWeb::Light::Help 0.60001
0.015 MB
SVN::RaWeb::Light::Help is Perl module to generate the Help HTML for SVN::RaWeb::Light.

SYNOPSIS

Warning! This moduls is auto-generated.

FUNCTIONS

print_data()

Prints the HTML data to the standard output.


18

Syncro SVN Client for Mac 2.5


windows Web Development->Misc Web Authoring Tools $59
View Detail
Download Syncro SVN Client for Mac 2.5Download Syncro SVN Client for Mac 2.5
12.9MB
Syncro SVN Client makes easier the document and code sharing between content authors or developers. This multi platform Subversion front-end allows you to browse repositories, check for changes, commit changes, update your working copy and examine the revision history.
The Syncro SVN Client was initially developed as an embedded application in the XML Editor and starting with version 8.1 of the editor it is available also as a separate product.
Key features:
- Full SVN repository support for SVN versions 1.3 and 1.4: checkout, export, import, copy, mkdir, rename, branch, tag and delete support.
- The working copy view allows you to filter items and operate the whole range of SVN actions over the current selection.
- Synchronize view helps you spot right away all incoming and outgoing changes.
- SVN Properties table allows you to change all standard SVN properties and define your own.
- Supported communication protocols include SSL, HTTP/HTTPS, File.
- Responsive GUI. The actions on the repository do not freeze the user interface.
- Includes an easy-to-use visual diff/merge tool. Can also compare images.
- Support for merging the current working copy with a set of tags or revisions.
- Browse and manage multiple repositories at once.
- Easy management of more than one working copy.
- Fast set up of the working copies.
- Enhanced history revision details.
- Independent from the command line subversion client.
19

SVN Backup Widget 1.1.0


windows System->Back Up and Recovery Free
View Detail
Download SVN Backup Widget 1.1.0Download SVN Backup Widget 1.1.0
334 KB
SVN Backup Widget description
This is a utility to create profiles for the svnadmin dump command. SVN Backup Widget is a simple tool designed to help you create profiles for the svnadmin dump command. It can be used with the GUI or as a command line program.

Currently there are two tokens for file patterns. These are:

[REPOSITORYNAME]
This token gets replaced by the name of the repository selected in the UI.

[DATE:]
This uses the regular date formatting used in programming. These are case sensitive.

20

Sciret 1.1.0 / 1.2.0-svn-r487 Beta


linux Office->Groupware Free
View Detail
Download Sciret 1.1.0 / 1.2.0-svn-r487 BetaDownload Sciret 1.1.0 / 1.2.0-svn-r487 Beta
MB
Sciret project is an advanced knowledge based system. In the further development, Sciret will be extended to a full helpdesk system which will also include a trouble ticket system, document management, bookmark management and more.

Whats New in 1.1.0 Stable Release:

· Many new interesting features and new languages were added.
· This release is running in production and should be stable enough for public use.
· An extention to send mail as UTF-8 was added.
· A problem with sending mail from Sciret was fixed.
· A Norwegian translation was added.
· A problem in which a saved draft article didnt appear in the unpublished and drafts list was fixed.

Whats New in 1.2.0-svn-r487 Beta Development Release:

· The setup scripts were updated.
· The language files for SMTP settings were updated and the Norsk translation was updated.
· Functionality was added for expiring passwords and obliging users to change them when that happens.
· A knowledge base can now be set as public or not.
· A typing error in EditArticle.tpl was fixed.
· This release is not intended for production use.


My Software


You have not saved any software. Click "Save" next to each software to save it to your software basket


Related Search