I'm not sure if I'm explaining this right so please correct me if I'm using the wrong terms.
I was tracking stable/11 in /usr/src.
Now I want to track releng/12.2. I tried various versions of 'svnlite switch' and 'svnlite relocate' but could not come up with a proper syntax. Finally, I brute forced it by deleting all of the contents of /usr/src (including the .svn/*) and just did 'svnlite checkout ...'. That worked but is there a proper way?
Thanks,
Drew
I was tracking stable/11 in /usr/src.
Code:
# svn info /usr/src
Path: .
Working Copy Root Path: /usr/src
URL: https://svn.freebsd.org/base/stable/11
Relative URL: ^/stable/11
Repository Root: https://svn.freebsd.org/base
Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Revision: 369505
Now I want to track releng/12.2. I tried various versions of 'svnlite switch' and 'svnlite relocate' but could not come up with a proper syntax. Finally, I brute forced it by deleting all of the contents of /usr/src (including the .svn/*) and just did 'svnlite checkout ...'. That worked but is there a proper way?
Thanks,
Drew