What's up with the SVN repository?

Doug Barton dougb at FreeBSD.org
Sat Aug 8 20:49:49 UTC 2009


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 protection



More information about the freebsd-current mailing list