PERFORCE change 71266 for review

John Baldwin jhb at FreeBSD.org
Fri Feb 18 12:32:26 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=71266

Change 71266 by jhb at jhb_slimer on 2005/02/18 20:32:16

	Update paths to HEAD src since it was moved after these e-mails were
	written.

Affected files ...

.. //depot/doc/p4cookbook.txt#6 edit

Differences ...

==== //depot/doc/p4cookbook.txt#6 (text+ko) ====

@@ -148,11 +148,11 @@
 
 There is a //depot/vendor/freebsd/... which contains the top of the
 *full* freebsd tree.  This is being imported hourly. Paths look like:
-//depot/vendor/freebsd/sys/kern/subr_foo.c,
-//depot/vendor/freebsd/usr.sbin/config/main.c etc.
+//depot/vendor/freebsd/src/sys/kern/subr_foo.c,
+//depot/vendor/freebsd/src/usr.sbin/config/main.c etc.
 
 There is a branch called "smpng"  p4 branch -o smpng to see it:
-  //depot/vendor/freebsd/sys/... //depot/projects/smpng/sys/...
+  //depot/vendor/freebsd/src/sys/... //depot/projects/smpng/sys/...
 This branches the sys/... only part of freebsd into another part of the
 tree.  Note that it requires a 'p4 integrate' command to actually pull
 the stuff across the branch.  Hence we can have an automatic import without
@@ -318,7 +318,7 @@
 
 In the 'view:' section, add:
 View:
-	//depot/vendor/freebsd/sys/...  //julian_work/sys/...
+	//depot/vendor/freebsd/src/sys/...  //julian_work/sys/...
 	//depot/projects/kse/sys/... //julian_work/kse/...
 	//depot/user/julian/... //julian_work/julian/...
 


More information about the p4-projects mailing list