grembo added a comment.
In https://reviews.freebsd.org/D10162#210112, @mat wrote: > 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) Thank you very much for the detailed instructions. I thought I did `svn move` while renaming, but apparently it was already added to svn and unfortunately my subversion instincts (if I ever had any) didn't kick in. `svn log buildbot-worker` looks good now, but maybe you could double check just to make sure everything is ok now. Thanks again for your help. 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"