Ed Schouten wrote: > Author: ed > Date: Wed Jun 3 21:11:51 2009 > New Revision: 193402 > URL: http://svn.freebsd.org/changeset/base/193402 > > Log: > Tag the Clang r72805 import. > > Added: > vendor/clang/clang-r72805/ > - copied from r193401, vendor/clang/dist/
I feel like you're doing these imports 'backwards'. How are you accomplishing this with svn without doing the below, or is this a freebsd convention I just don't know about ? 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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"