Padre::Plugin::SVN(3) Simple SVN interface for Padre

SYNOPSIS

Requires SVN client tools to be installed.

cpan install Padre::Plugin::SVN

Acces it via Plugin/SVN

REQUIREMENTS

The plugin requires that the SVN client tools be installed and setup, this includes any cached authentication.

For most of the unices this is a matter of using the package manager to install the svn client tools.

For windows try: http://subversion.tigris.org/getting.html#windows.

Configuring the SVN client for cached authentication.

Because this module uses the installed SVN client, actions that require authentication from the server will fail and leave Padre looking as though it has hung.

The way to address this is to run the svn client from the command line when asked for the login and password details, enter as required.

Once done you should now have your authentication details cached.

More details can be found here: http://svnbook.red-bean.com/nightly/en/svn.serverconfig.netmodel.html#svn.serverconfig.netmodel.credcache

AUTHOR

Gabor Szabo, "<szabgab at gmail.com>"

Additional work:

Peter Lavender, "<peter.lavender at gmail.com>"

BUGS

Please report any bugs or feature requests to <http://padre.perlide.org/>

COPYRIGHT & LICENSE

Copyright 2008, 2009, 2010 The Padre development team as listed in Padre.pm. all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.