Bug 648015 - FeatureRequest: Add svnmucc to the package
Summary: FeatureRequest: Add svnmucc to the package
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: subversion
Version: 14
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Joe Orton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
: 648012 648013 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-30 13:11 UTC by Vadym Chepkov
Modified: 2012-03-21 18:42 UTC (History)
4 users (show)

Fixed In Version: subversion-1.7.4-1.fc17
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-03-21 18:42:00 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Updated patch to compile and install svnmucc (1.58 KB, patch)
2011-08-24 01:42 UTC, Blair Zajac
no flags Details | Diff
2nd pass at patch (1.96 KB, patch)
2011-08-26 00:45 UTC, Blair Zajac
no flags Details | Diff

Description Vadym Chepkov 2010-10-30 13:11:26 UTC
Could you, please, add svnmucc to the package?

svnmucc is a subversion tool which allows interact with a repository without having "working copy"

I tried to add patch to the spec file as an attachement, but bugzilla refuses to add attachment without specifying it's type, but doesn't have a filed in the form to do so, so I add it here


--- subversion.spec.orig	2010-10-30 12:44:15.215278288 +0000
+++ subversion.spec	2010-10-30 12:48:50.134278288 +0000
@@ -224,7 +224,7 @@
 
 %install
 rm -rf ${RPM_BUILD_ROOT}
-make install install-swig-py install-swig-pl-lib install-swig-rb \
+make install install-tools install-swig-py install-swig-pl-lib install-swig-rb \
         DESTDIR=$RPM_BUILD_ROOT %{swigdirs}
 %if %{with_java}
 make install-javahl-java install-javahl-lib javahl_javadir=%{_javadir} DESTDIR=$RPM_BUILD_ROOT
@@ -303,6 +303,10 @@
 install -Dpm 644 bash_completion \
         $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d/%{name}
 
+# Install svnmucc
+mv $RPM_BUILD_ROOT%{_bindir}/svn-tools/svnmucc $RPM_BUILD_ROOT%{_bindir}/
+rm -rf $RPM_BUILD_ROOT%{_bindir}/svn-tools
+
 %find_lang %{name}
 
 %if %{make_check}

Comment 1 Vadym Chepkov 2010-11-08 13:28:05 UTC
Apparently, I also created 2 more tickets with the same content, I apologize for that, but it was unintentional. Maybe a ticket against bugzilla itself needs to be opened

Comment 2 Vadym Chepkov 2010-11-08 13:29:22 UTC
*** Bug 648012 has been marked as a duplicate of this bug. ***

Comment 3 Vadym Chepkov 2010-11-08 13:30:01 UTC
*** Bug 648013 has been marked as a duplicate of this bug. ***

Comment 4 Blair Zajac 2011-08-24 01:42:13 UTC
Created attachment 519541 [details]
Updated patch to compile and install svnmucc

Hi Joe,

Here's an updated patch to git master.  We have an automated code deployment tool that uses svnmucc to perform multiple operations in a single commit, so getting this into the RPM would be really useful for us (right now I have a private RPM build).

Thanks,
Blair

Comment 5 Blair Zajac 2011-08-25 22:08:41 UTC
Hi Joe,

That patch is bad because it installs the libtool shell script wrapper and not svnmucc.  I'm working on a newer patch that fixes this.

Blair

Comment 6 Blair Zajac 2011-08-26 00:45:54 UTC
Created attachment 519997 [details]
2nd pass at patch

This patch fixes a problem with the previous one where the libtool shell script wrapper was installed.

I choose to use the install-tools Makefile target to install tools into a temporary location and mv svnmucc out of there.  This was in preference to manually running libtool and install.

Comment 8 Fedora Update System 2012-03-01 11:28:16 UTC
subversion-1.7.3-7.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/FEDORA-2012-2673/subversion-1.7.3-7.fc17

Comment 9 Fedora Update System 2012-03-02 01:01:21 UTC
Package subversion-1.7.3-7.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing subversion-1.7.3-7.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-2673/subversion-1.7.3-7.fc17
then log in and leave karma (feedback).

Comment 10 Fedora Update System 2012-03-12 19:09:44 UTC
Package subversion-1.7.4-1.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing subversion-1.7.4-1.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-2673/subversion-1.7.4-1.fc17
then log in and leave karma (feedback).

Comment 11 Fedora Update System 2012-03-21 18:42:00 UTC
subversion-1.7.4-1.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.