https://bugzilla.novell.com/show_bug.cgi?id=408952 Summary: svn_load_dirs.pl has incorrect path to 'svn' Product: openSUSE 11.0 Version: Final Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development AssignedTo: pth@novell.com ReportedBy: wberrier@gmail.com QAContact: qa@suse.de Found By: --- In the subversion-tools package, there's a script that assists with importing vendor drops: /usr/share/subversion/tools/svn_load_dirs/svn_load_dirs.pl This file is generated from a .in file and incorrectly tries to execute: /usr/svn instead of: /usr/bin/svn Here's the culprit: # Specify the location of the svn command. my $svn = '/usr/svn'; Which autogenerates from: # Specify the location of the svn command. my $svn = '@SVN_BINDIR@/svn'; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.