[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Renaming svn-bench to svnbench

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Tue, 10 Feb 2015 11:07:34 +0000

Stefan Fuhrmann wrote on Sun, Feb 08, 2015 at 18:46:51 +0100:
> Con:
> - some people have seen the tool and may have used it
> with its current name
>
> Neutral:
> * renames have happened in the past (e.g. mucc -> svnmucc)

For svnmucc, we add a symlink from the old location in Makefile.in:

  if test "$(DESTDIR)$(bindir)" != "$(DESTDIR)$(toolsdir)"; then \
    ln -sf $(bindir)/svnmucc$(EXEEXT) $(DESTDIR)$(toolsdir)/svnmucc$(EXEEXT); \
  fi

So you could do something similar for this rename.
Received on 2015-02-10 12:08:05 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.