Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 130367 - kio_svn_helper (in kdesdk-kioslaves): blame and patch functions does not work
Summary: kio_svn_helper (in kdesdk-kioslaves): blame and patch functions does not work
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-18 07:34 UTC by Patrick ALLAERT
Modified: 2007-04-04 15:48 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick ALLAERT 2006-04-18 07:34:53 UTC
I have the feeling that these functions are not implemented yet or simply not accepted by the options parsing of kio_svn_helper.

When trying to blame a file from Konqueror using "Actions > Subversion > Blame..." nothing happens, except the following output:

============%<============
kio_svn_helper: Unknown option '-b'.
kio_svn_helper: Use --help to get a list of available command line options.
============%<============

Similar error when trying "Actions > Subversion > Create patch...":

============%<============
kio_svn_helper: Unknown option '-p'.
kio_svn_helper: Use --help to get a list of available command line options.
============%<============

emerge --info:
============%<============
Portage 2.1_pre7-r5 (default-linux/x86/2006.0, gcc-3.4.5, glibc-2.3.5-r3, 2.6.15-gentoo-r1 i686)
=================================================================
System uname: 2.6.15-gentoo-r1 i686 Mobile Intel(R) Pentium(R) 4 - M CPU 2.20GHz
Gentoo Base System version 1.6.14
distcc 2.18.3 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
dev-lang/python:     2.3.5-r2, 2.4.2
sys-apps/sandbox:    1.2.12
sys-devel/autoconf:  2.13, 2.59-r7
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r1
sys-devel/binutils:  2.16.1
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CBUILD="i686-pc-linux-gnu"
CFLAGS="-Os -march=pentium4 -pipe -fomit-frame-pointer"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/eselect/compiler /etc/gconf /etc/env.d"
CXXFLAGS="-Os -march=pentium4 -pipe -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://ftp.belnet.be/mirror/rsync.gentoo.org/gentoo/ http://mirror.ovh.net/gentoo-distfiles/"
LDFLAGS="-Wl,-O1"
LINGUAS="en fr eo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://192.168.0.2/gentoo-portage"
USE="x86 3dfx 3dnow X Xaw3d aac acpi alsa apache2 apm arts audiofile avi bash-completion berkdb bitmap-fonts browserplugin bzip2 cli crypt ctype cups curl dba directfb dri dvd emboss encode esd expat fastbuild ffmpeg foomaticdb force-cgi-redirect fortran ftp gd gdbm gif gimpprint gpm gstreamer gtk2 hal idn ieee1394 imagemagick imlib innodb isdnlog java javascript jpeg kde kdeenablefinal lcms ldap libg++ libwww mad matroska memlimit mikmod mmx mng motif mozdevelop mozilla mp3 mpeg mplayer msn mysql mysqli ncurses nls nptl nsplugin nvidia ogg oggvorbis opengl oss pam pcmcia pcre pdflib perl php pic png posix ppds pppd python qt quicktime readline samba sdl session simplexml soap sockets spell spl sqlite sse sse2 ssl svg tcpd tetex tidy tiff tokenizer truetype truetype-fonts type1-fonts udev unicode usb utf8 vhosts vim-with-x vorbis win32codecs wmf xcomposite xine xinerama xml xml2 xmms xsl xv xvid zlib elibc_glibc input_devices_keyboard input_devices_mouse kernel_linux linguas_en linguas_fr linguas_eo userland_GNU video_cards_nv video_cards_nvidia video_cards_vesa"
Unset:  ASFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL
============%<============
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2006-04-21 17:35:10 UTC
Never have used it, but when you run 

kio_svn_helper --help 

on the command line it prints the available options. Looks like it is a misconception on your side, that this app takes svn options, no?!
Comment 2 Patrick ALLAERT 2006-04-24 02:14:50 UTC
(In reply to comment #1)
> Never have used it, but when you run 
> 
> kio_svn_helper --help 
> 
> on the command line it prints the available options. Looks like it is a
> misconception on your side, that this app takes svn options, no?!

Not by my side, kio_svn_helper (from kde-base/kdesdk-kioslaves-3.5.2) does not have this options!

$ kio_svn_helper --help
Usage: kio_svn_helper [Qt-options] [KDE-options] [options] URL

KDE frontend for SVN

Generic options:
  --help                    Show help about options
  --help-qt                 Show Qt specific options
  --help-kde                Show KDE specific options
  --help-all                Show all options
  --author                  Show author information
  -v, --version             Show version information
  --license                 Show license information
  --                        End of options

Options:
  -u                        Update given URL
  -c                        Commit given URL
  -C                        Checkout in given directory
  -a                        Add given URL to the working copy
  -d                        Delete given URL from the working copy
  -s                        Switch given working copy to another branch
  -r                        Revert local changes
  -m                        Merge changes between two branches
  -D                        Show locally made changements with diff

Arguments:
  URL                       URL to update/commit/add/delete from Subversion
Comment 3 Jakub Moc (RETIRED) gentoo-dev 2007-04-04 15:48:11 UTC
Apparently not a Gentoo bug; take this upstream and post the URL here. We won't be adding features that are not implemented.