svn commit: r493633 - svnadmin/hooks/scripts

Alexey Dokuchaev danfe at freebsd.org
Sat Feb 23 10:08:33 UTC 2019


On Sat, Feb 23, 2019 at 01:59:03AM +0000, Ryan Steinmetz wrote:
> New Revision: 493633
> URL: https://svnweb.freebsd.org/changeset/ports/493633
> 
> Log:
>   - Make error message useful
>   
>   PR:		226864, 231327
>   Approved by:	portmgr (implicit, noop)
> 
> Modified:
>   svnadmin/hooks/scripts/verify.py
> 
> +        self.do_fail('Do not replace a file, this can lose history. Try: svn cp;svn commit, then add your changes and commit.  Path: "%s"\n' % path)

There's no need to commit after "svn cp".  Also, the whitespace bugs here
are preposterous.  You should've requested someone to review these changes
prior to committing them.

./danfe


More information about the svn-ports-svnadmin mailing list