Artis Caune wrote: > 2009/8/8 Dimitry Andric <dimitry_at_andric.com>: >>> Also, what's the equivalent of find /usr/src -type d -name CVS -exec echo >>> TRELENG_8 \>{}/Tag \; or do we have to svn diff for local patches, rm -rf, >>> checkout stable/8 and re-apply diffs? >> Use svn switch to switch over your checked out copy, e.g. >> >> svn switch svn://svn.freebsd.org/base/stable/8 > > If you svn switch, keywords are not re-expanded: > # $FreeBSD: head/Makefile 190628 2009-04-01 17:11:50Z bz $ > but should be > # $FreeBSD: stable/8/Makefile 190628 2009-04-01 17:11:50Z bz $ > > I think "svn diff, svn co, patch" is the only way how to switch to stable/8. You guys are making this way too complicated. cd /usr mv src src-old svn co svn://svn.freebsd.org/base/stable/8 src Then if you have anything in the old tree that you need you can use 'svn diff' etc. and bring it over. Doug -- This .signature sanitized for your protectionReceived on Sat Aug 08 2009 - 18:49:48 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:53 UTC