diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:05:39 -0600 |
commit | ff94d46e423398804d2ae63faeb114c2cf604fc4 (patch) | |
tree | 4481ffd491d15ac15081cea46d7cc298ef6351a4 /tdeioslave/svn/README | |
parent | b9553cef2a3cd9f5b89c8aca6f4b7781a079dbb7 (diff) | |
download | tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.tar.gz tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tdeioslave/svn/README')
-rw-r--r-- | tdeioslave/svn/README | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/tdeioslave/svn/README b/tdeioslave/svn/README new file mode 100644 index 00000000..6d851afa --- /dev/null +++ b/tdeioslave/svn/README @@ -0,0 +1,40 @@ +This is a kio_subversion. It allows you to browse a (remote) Subversion repository. +The expected URLs are something like : svn+http://svn.collab.net/repos/svn +This will show you the current HEAD version of the repository (just like the one you would get +with http://svn.collab.net/repos/svn). +You can also try : svn+http://svn.collab.net/repos/svn?rev=500 so that it displays the revision 500. + +REQUIREMENTS: +------------ +Subversion libraries >= 0.37.0 (http://subversion.tigris.org) + +FEATURES: +--------- +Supported protocols : +svn+http://hostname/path?rev=revision_number +svn+https://hostname/path?rev=revision_number +svn+ssh://hostname/path?rev=revision_number +svn://hostname/path?rev=revision_number +svn+file://repository/path?rev=revision_number + +INSTALL: +-------- +you need the svn client library which is distributed by subversion. +on Debian : apt-get install libsvn0-dev will do everything you need. + +you can pass the following arguments to configure to help it find your +subversion/apr installations : + +--with-apr-config=FILE Use the given path to apr-config when determining APR configuration; defaults to "apr-config" +--with-apu-config=FILE Use the given path to apu-config when determining APR util configuration; defaults to "apu-config" +--with-subversion-dir=DIR where Subversion is installed +--with-svn-include=DIR Use the given path to the subversion headers. +--with-svn-lib=DIR Use the given path to the subversion libraries. + +BUGS: +----- +- file modifications time are wrong in konqui +- kio_svn crashes often with subversion 1.2-rc2, needs investigation +any other ? +please report + |