Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Apr 2014 15:16:58 -0700
From:      Charles Swiger <cswiger@mac.com>
To:        Christian Weisgerber <naddy@mips.inka.de>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: FreeBSD ports which are currently scheduled for deletion
Message-ID:  <7FFD9DC1-92D6-43CF-B39E-3DC31DA1EC3B@mac.com>
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
Hi--

On Apr 9, 2014, at 1:26 PM, Christian Weisgerber <naddy@mips.inka.de> wrote:
> 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 see the full log history of that port via:

  svn log http://svn.freebsd.org/ports/head/russian/xmms@348842

You can find which revision the a file was deleted by looking at the logs of the parent dir:

  svn log -v http://svn.freebsd.org/ports/head/russian/ | grep -B60 'D /head/russian/xmms'

(Normally, you can use -B10 or so, but a bunch of files were deleted at once, in this particular case...)

Regards,
-- 
-Chuck




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?7FFD9DC1-92D6-43CF-B39E-3DC31DA1EC3B>