svn commit: r193402 - vendor/clang/clang-r72805

Dag-Erling Smørgrav des at des.no
Fri Jun 5 19:02:18 UTC 2009


"Philip M. Gollucci" <pgollucci at p6m7g8.com> writes:
> I feel like you're doing these imports 'backwards'.

No, Ed did it right.

> How are you
> accomplishing this with svn without doing the below, or is this a
> freebsd convention I just don't know about ?

http://wiki.freebsd.org/SubversionPrimer/VendorImports

> svn import vendor/x/tag1
> svn import vendor/x/tag2
> cd vendor/x/dist
> svn merge .../vendor/x/tag1 .../vendor/x/tag2 .
> svn resolved
> svn ci

That consumes a lot more space in the repo.  You get a full copy of
every file from every vendor release, plus diffs in dist.  The way Ed
did it, you get the diffs in dist and a few kB metadata for each vendor
release.  It also reflects the way the vendor maintains the source (and
the way we maintain src) better.

DES
-- 
Dag-Erling Smørgrav - des at des.no


More information about the svn-src-all mailing list