PERFORCE change 82196 for review

Florent Thoumie flz at FreeBSD.org
Thu Aug 18 14:02:00 GMT 2005


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

Change 82196 by flz at flz_freefall on 2005/08/18 14:01:50

	- Replace sleep command with ssh -N option.
	- Celebrate first p4 commit :-)

Affected files ...

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

Differences ...

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

@@ -42,7 +42,7 @@
 trees.
 
 If your firewall wont let you connect:
-ssh -C -L 1666:perforce.freebsd.org:1666 freefall.freebsd.org sleep 9999999
+ssh -C -N -L 1666:perforce.freebsd.org:1666 freefall.freebsd.org
 and use P4PORT=localhost:1666
 
 ok.  this should set up to talk to perforce.  p4 keeps client state on


More information about the p4-releng mailing list