mat added a comment.
You missed the third step which tells you to do "svn move" (or "svn copy", but here it is svn move.) As it is too late, because buildbot-slave is gone, it is going to be a bit more complicated, a bit of a mix from the copy and the resurection. What you're going to need to do is: - copy the current buildbot-worker directory somewhere - `svn rm buildbot-worker` - `svn commit` (this will break INDEX and ports that have a dependency on it, but you're fixing it in the next commit, so, it's "ok") - `svn cp 'svn+ssh://repo.freebsd.org/ports/head/devel/buildbot-slave/@437058' buildbot-worker` - pull back the changes from buildbot-slave to buildbot-worker. - `svn commit` (this will unbreak INDEX and all) REPOSITORY rP FreeBSD ports repository REVISION DETAIL https://reviews.freebsd.org/D10162 EMAIL PREFERENCES https://reviews.freebsd.org/settings/panel/emailpreferences/ To: rodrigc, grembo, freebsd-python-list Cc: mat _______________________________________________ freebsd-python@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-python To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"