Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 182834 - app-portage/gentoolkit-dev echangelog svn support broken for svn {cp|mv}
Summary: app-portage/gentoolkit-dev echangelog svn support broken for svn {cp|mv}
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Tools (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Portage Tools Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2007-06-21 22:31 UTC by Petteri Räty (RETIRED)
Modified: 2009-04-29 21:57 UTC (History)
4 users (show)

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


Attachments
echangelog-svn.patch (gentoolkit-dev-0.2.6.8 only) (echangelog-svn.patch,2.94 KB, patch)
2008-11-05 21:04 UTC, Christian Ruppert (idl0r)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Petteri Räty (RETIRED) gentoo-dev 2007-06-21 22:31:54 UTC
betelgeuse@pena /mnt/checkouts/java/scripts $ svn cp java-dep-check find-ebuild-where-jdk-would-be-switched
A         find-ebuild-where-jdk-would-be-switched
betelgeuse@pena /mnt/checkouts/java/scripts $ echangelog "Add find-ebuilds-where-jdk-would-be-switched."
--- ChangeLog   2007-06-20 17:05:36.000000000 +0300
+++ ChangeLog.new       2007-06-22 01:30:16.000000000 +0300
@@ -1,6 +1,9 @@
 # ChangeLog for scripts directory
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2

+  21 Jun 2007; Petteri Räty <betelgeuse@gentoo.org> ++:
+  Add find-ebuilds-where-jdk-would-be-switched.
+
   20 Jun 2007; Petteri Räty <betelgeuse@gentoo.org>
   check-that-eclass-function-is-called.sh:
   Use qgrep -e to match inherit.
betelgeuse@pena /mnt/checkouts/java/scripts $ svn st
A  +   find-ebuild-where-jdk-would-be-switched
M      ChangeLog
Comment 1 Petteri Räty (RETIRED) gentoo-dev 2007-06-21 22:32:35 UTC
You most likely want to skip the columns about properties etc.
Comment 2 Tais P. Hansen 2008-03-11 17:35:02 UTC
Annoyingly still broken.
Comment 3 Christian Ruppert (idl0r) gentoo-dev 2008-11-05 21:04:25 UTC
Created attachment 170847 [details, diff]
echangelog-svn.patch (gentoolkit-dev-0.2.6.8 only)

hey guys,

i've written a quick & dirty workaround for that problem.
the patch needs to be tested with cvs, git and svn.. but should work.
Comment 4 Paul Varner (RETIRED) gentoo-dev 2009-04-29 20:53:30 UTC
gentoolkit-0.2.6.10 has been released. I will close after independent verification that the bug is fixed.
Comment 5 Petteri Räty (RETIRED) gentoo-dev 2009-04-29 21:57:18 UTC
(In reply to comment #4)
> gentoolkit-0.2.6.10 has been released. I will close after independent
> verification that the bug is fixed.
> 

Seems to work in my testing.