On Wed, 2019-11-20 at 09:38 -0800, bob prohaska wrote: > From time to time it would be handy to revert freebsd-current to > an older, well-behaved revision. > > Is there a mechanism for identifying revision numbers that > will at least compile and boot, by date? > > In my case buildworld seems to be markedly slower than, say, > six months ago. Maybe it's hardware, maybe something else. Is > there a way to pick a revision number to revert to, that's > better than merely guessing? > > Thanks for reading, > > bob prohaska > svn update -r "{date}" The curly braces indicate you're specifying a date, which can be in a large variety of typical formats, details here: http://svnbook.red-bean.com/en/1.7/svn.tour.revs.specifiers.html Curly braces are significant in some shells, so the quotes may be required. -- IanReceived on Wed Nov 20 2019 - 16:58:51 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:41:22 UTC