Date: Thu, 10 Apr 2014 09:48:17 +0200 From: Tijl Coosemans <tijl@FreeBSD.org> To: Christian Weisgerber <naddy@mips.inka.de> Cc: freebsd-ports@freebsd.org Subject: Re: FreeBSD ports which are currently scheduled for deletion Message-ID: <20140410094817.67e31e13@kalimero.tijl.coosemans.org> In-Reply-To: <slrnlkbb71.1b4d.naddy@lorvorc.mips.inka.de> References: <mailman.0.1396958400.6606.freebsd-ports@freebsd.org> <5344005C.4030503@aldan.algebra.com> <20140408185537.69d5cd6e@kalimero.tijl.coosemans.org> <53442E10.6060907@aldan.algebra.com> <20140409002033.5a2d9850@kalimero.tijl.coosemans.org> <slrnlkb2do.83i.naddy@lorvorc.mips.inka.de> <53458CF0.4080900@marino.st> <slrnlkbb71.1b4d.naddy@lorvorc.mips.inka.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 9 Apr 2014 20:26:09 +0000 (UTC) Christian Weisgerber wrote: > On 2014-04-09, John Marino <freebsd.contact@marino.st> wrote: >> In the meantime -- it's still a non-problem as long as "svn revert" works. > > "svn revert" throws away local changes. I don't think that's what > you mean. > > In fact, I don't know how to even find (the history of) removed > files with Subversion. For instance, at some point there must have > been a port russian/xmms, but neither svnweb nor "svn log" show it. You can check the log of MOVED. The revision that deleted it is: http://svnweb.freebsd.org/ports?view=revision&revision=348843 You can undo the russian part of that commit using: cd /usr/ports svn merge -c -348843 russian russian Then remove the russian/xmms line from MOVED and commit.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140410094817.67e31e13>