On Wed, 9 Apr 2014 20:26:09 +0000 (UTC) Christian Weisgerber wrote:
> On 2014-04-09, John Marino <freebsd.cont...@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.
_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to