Bug 648015
| Summary: | FeatureRequest: Add svnmucc to the package | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vadym Chepkov <vchepkov> | ||||||
| Component: | subversion | Assignee: | Joe Orton <jorton> | ||||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||
| Severity: | low | Docs Contact: | |||||||
| Priority: | low | ||||||||
| Version: | 14 | CC: | blair, jorton, vanmeeuwen+fedora, ville.skytta | ||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | All | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | subversion-1.7.4-1.fc17 | Doc Type: | Bug Fix | ||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2012-03-21 18:42:00 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
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 *** Bug 648012 has been marked as a duplicate of this bug. *** *** Bug 648013 has been marked as a duplicate of this bug. *** 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
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 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.
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 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). 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). 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. |
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}