You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/tdeioslave/svn
Michele Calgaro b0c86264e0
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
4 months ago
..
icons Fix invalid headers in PNG files and optimize for size 8 years ago
ksvnd Replace Q_OBJECT with TQ_OBJECT 9 months ago
svnhelper Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 4 months ago
AUTHORS Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Desktop file translations: 4 years ago
COPYING Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
ConfigureChecks.cmake Fix typo in cmake macro name 8 years ago
LICENSE_SVN Fixed FTBFS caused by subversion 1.9. This relates to bug 2528. 9 years ago
Makefile.am Rename kioslaves 11 years ago
README Rename kioslaves 11 years ago
TODO Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
configure.in.bot Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
configure.in.in Rename a number of libraries and executables to avoid conflicts with KDE4 11 years ago
svn+file.protocol Desktop file translations: 4 years ago
svn+http.protocol Desktop file translations: 4 years ago
svn+https.protocol Desktop file translations: 4 years ago
svn+ssh.protocol Desktop file translations: 4 years ago
svn.cpp Replace _OBJECT_NAME_STRING defines with actual strings. This relates to the merging of tqtinterface with tqt3. 10 months ago
svn.h Fix a few remaining references to kio_ 11 years ago
svn.protocol Desktop file translations: 4 years ago

README

This is a tdeio_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
- tdeio_svn crashes often with subversion 1.2-rc2, needs investigation
any other ?
please report