Your IP : 216.73.217.87


Current Path : /usr/X11R6/bin/
Upload File :
Current File : //usr/X11R6/bin/svnrevertlast

#!/bin/sh
echo >&2 "Warning: this script is superfluous"
echo >&2 "Instead, use: svn merge -rBASE:PREV <filename>"
echo >&2

svn merge -r BASE:PREV "$@"