//guest/perforce_software/jam/src/README | |||||
---|---|---|---|---|---|
#10 | 25730 | jason_gibson | Source update for the 2.6.1 release. | ||
#9 | 9954 | laurette | Update for release of 2.6. | ||
#8 | 4409 | seiwald | Drop 'rc3' moniker of jam-2.5. Folded rc2 and rc3 RELNOTES into the main part of the document. Built new tar/zip balls. Only 16 months later. | ||
#7 | 2564 | rmg | Use MSVCDIR instead of MSVCNT if MSVCNT isn't set. Microsoft changed the name to MSVCDIR in VC 6.0. Porting change documented in RELNOTES. computer:1666: Change 39600 by seiwald@play-seiwald on 2002/12/27 18:06:42 | ||
#6 | 2513 | rmg | Set the version number and patchlevel for the 2.5rc1 release. In RELNOTES, don't document the different behavior when a 'return' is not the last statement executed in rule definition as a non-backward-compatible change (in the 'Compatibility' section). | ||
#5 | 2488 | rmg | Remove the /MR suffix from Jam. computer:1666: Change 37146 by seiwald@play-seiwald on 2002/10/21 15:23:18 | ||
#4 | 1581 | rmg | README also mentions the release number - update to 2.4 and add 2.4 to the release history at the bottom. | ||
#3 | 1319 | rmg | Jam 2.3 + Perforce's internal changes. This change is a drop of the Perforce internal Jam changes since the 2.3 public release. The individual changes represented herein are preserved in the //guest/richard_geiger/intjam/ branch. The intent of this drop is to provide a base, from which other contributors' Jam branches may be integrated into. It is not intended to become a packaged release in this state. We will be integrating changes from other users prior to creating the next packaged release. Please refer to the src/RELNOTES file for an overview of the changes present in this integration. - Richard Geiger Open Source Engineer at Perforce | ||
#2 | 486 | seiwald | Jam 2.3. See RELNOTES for a list of changes from 2.2.x. Just about every source file was touched when jam got ANSI-fied. | ||
#1 | 2 | laura | Add Jam/MR 2.2 source |
- Perforce Mac Download Free
- Perforce Mac Download Windows 10
- Perforce Mac Download
- Perforce Mac Download Free
Download the latest version of Perforce from their web site (http://www.perforce.com). To setup the server you really only need to download the command-line tools p4 and p4d. Here are links to the versions I used when setting up my server in January 2006.
Perforce Mac Download Free

http://www.perforce.com/downloads/perforce/r05.2/bin.macosx102ppc/p4
http://www.perforce.com/downloads/perforce/r05.2/bin.darwin60ppc/p4d
Show Deleted Files. Name Modified Size. Bin: dist: docs: main: Perforce: Piper.xcodeproj: R1.0: R2.0: icon.icns. computer:1666: Change 37433 by perforce@perforce on 2002/10/30 16:08:51 Recreational const-ing of jam, for compilers that don't allow 'string' to be passed as a non-const char. This included a few places where we were modifying what could possibly have been read-only storage, oddly enough. No functional change.
You may also wish to install the graphical tools P4V and P4Merge. These are part of a single disk image.
Download Zend Server. Get the integrated PHP application platform for developing, deploying, and managing your mobile and web apps. If you need an earlier version that's not listed below, please contact support.
Perforce recommends that p4d not be run as root so I created a new user account called p4admin. I also created a new group called perforce. I decided to install the software in the /usr/local/bin directory and to place the depot on a separate drive that is mounted under the /Depot directory.
Automatically starting p4d when the system boots is handled through the utility launchd. Configuring this is done by editing a plist file and then loading it with the utility launchctl. Attached is a copy of the plist file I used. I placed the plist file in the directory /Library/LaunchDaemons. The file is called perforce.plist.
Once the file exists use the launchctl application to tell the launchd program about it. The command I used was:
Perforce Mac Download Windows 10
$ sudo launchctl load /Library/LaunchDaemons/perforce.plist
If you make changes to the plist file and want to reload it use the command below to unload the existing one. Then repeat the above command to load the changed plist.
$ sudo launchctl unload /Library/LaunchDaemons/perforce.plist
Perforce Mac Download
Perforce recommends setting up a regular job to create a checkpoint and a backup of the depot. The script p4backup illustrates how to handle this. Use the p4backup.plist file to teach launchd about this script so it will run on a regular basis. On my server I run this script every night. The backup is done using a copy from the /Depot directory to the /Depot.Backup directory, which is on a separate filesystem.
Perforce Mac Download Free
perforce.plist GroupName perforce Label com.perforce.p4d OnDemand Program /usr/local/bin/p4d ProgramArguments /usr/local/bin/p4d -r /Depot -p 1666 -J /Depot/journal -L /Depot/p4err RunAtLoad ServiceDescription Perforce Daemon StandardErrorPath /Depot/p4d.stderr.txt StandardOutPath /Depot/p4d.stdout.txt UserName p4admin WorkingDirectory /Depot
Filed under: SCM Tools, Software |