Difference between revisions of "Perforce obsolete"

From ITSwiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
Line 12: Line 12:
 
==== Linux Clients ====
 
==== Linux Clients ====
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.linux26x86/p4 32 bit command line]
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.linux26x86/p4 32 bit command line]
 +
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.linux26x86_64/p4 64 bit command line]
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.linux26x86_64/p4 64 bit command line]
 +
 
[ftp://ftp.perforce.com/perforce/r15.1/bin.linux26x86/p4v.tgz 32 bit visual clients]
 
[ftp://ftp.perforce.com/perforce/r15.1/bin.linux26x86/p4v.tgz 32 bit visual clients]
 +
 
[ftp://ftp.perforce.com/perforce/r15.1/bin.linux26x86_64/p4v.tgz 64 bit visual clients]
 
[ftp://ftp.perforce.com/perforce/r15.1/bin.linux26x86_64/p4v.tgz 64 bit visual clients]
  
 
==== Mac Clients ====
 
==== Mac Clients ====
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.macosx105x86/p4 32 bit command line]
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.macosx105x86/p4 32 bit command line]
 +
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.macosx105x86_64/p4 64 bit command line]
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.macosx105x86_64/p4 64 bit command line]
 +
 
[ftp://ftp.perforce.com/perforce/r15.1/bin.macosx107x86_64/P4V.dmg visual clients for OS X 10.8+]
 
[ftp://ftp.perforce.com/perforce/r15.1/bin.macosx107x86_64/P4V.dmg visual clients for OS X 10.8+]
  
 
==== Windows Clients ====
 
==== Windows Clients ====
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.ntx86/helix-p4-x86.exe 32 bit command line]
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.ntx86/helix-p4-x86.exe 32 bit command line]
 +
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.ntx64/helix-p4-x64.exe 64 bit command line]
 
[ftp://ftp.perforce.com/perforce/r15.2/bin.ntx64/helix-p4-x64.exe 64 bit command line]
 +
 +
 
[ftp://ftp.perforce.com/perforce/r15.1/bin.ntx86/p4vinst.exe 32 bit visual clients]
 
[ftp://ftp.perforce.com/perforce/r15.1/bin.ntx86/p4vinst.exe 32 bit visual clients]
[ftp://ftp.perforce.com/perforce/r15.1/bin.ntx64/p4vinst64.exe 62 bit visual clients]
 
  
 +
[ftp://ftp.perforce.com/perforce/r15.1/bin.ntx64/p4vinst64.exe 62 bit visual clients]
  
 +
== Basic setup ==
 +
The perforce server has the address
 +
<pre>ssl:perforce.compute.dtu.dk:1666</pre>
 +
Authentication happens using the portalen username and password. Access to this server is administrated by Henning Christensen who can be reached at the email address at hench at dtu.dk.
  
 +
Upon initial connenction you are asked to approve the fingerprint of the perforce server. The fingerprint should be
 +
<pre>#F6:7A:7A:9C:15:33:CE:16:DB:EA:6E:A9:24:05:FB:E8:63:B7:0D:2A</pre>
 +
If another fingerprint is displayed, you are connecting to the wrong server - contact IT support.
 
[[Category:IT]]
 
[[Category:IT]]

Revision as of 20:36, 28 November 2015

Gentle introduction to Perforce

If you are unfamiliar with Perforce and especially with source control systems, there is a gentle introduction on the perforce website.

Setting up

Download clients

Both visual and command-line clients can be downloaded for Mac, Linux, and Windows on the perforce website:

http://www.perforce.com/downloads/helix#clients

Direct links to the most common clients are found below. The links point to R15.2 of the command line clients, and R15.1 of the visual clients. Links are last updated 2015.11.28

Linux Clients

32 bit command line

64 bit command line

32 bit visual clients

64 bit visual clients

Mac Clients

32 bit command line

64 bit command line

visual clients for OS X 10.8+

Windows Clients

32 bit command line

64 bit command line


32 bit visual clients

62 bit visual clients

Basic setup

The perforce server has the address

ssl:perforce.compute.dtu.dk:1666

Authentication happens using the portalen username and password. Access to this server is administrated by Henning Christensen who can be reached at the email address at hench at dtu.dk.

Upon initial connenction you are asked to approve the fingerprint of the perforce server. The fingerprint should be

#F6:7A:7A:9C:15:33:CE:16:DB:EA:6E:A9:24:05:FB:E8:63:B7:0D:2A

If another fingerprint is displayed, you are connecting to the wrong server - contact IT support.