View Single Post
  #1 (permalink)  
Old 08-15-2008, 03:40 AM
sasepp sasepp is offline
OpenSource Builder
 
Posts: 22
Default Where is the Zimbra source code located?

Could you please tell me how am I supposed to get the Zimbra source code? I've already spent several hours searching the forums and the Wiki for up-to-date instructions in vain. Getting the source code really should not be this hard.

Anyways, this is what happens with the visual p4 client when I try to sync depot (codes.zimbra.com:2666):

Code:
p4 login -s
p4 client -o public-view
    User public ticket expires in 3 hours 57 minutes.
p4 sync //depot/...#head
Remote depot 'depot' database access failed.
And if I try similar thing from the command line:

Code:
user@server ~/Desktop $ export P4PORT=codes.zimbra.com:2666
user@server ~/Desktop $ ./p4 -u public -P public1234 -c public-view sync //depot/zcs/FRANKLIN/...
Remote depot 'depot' database access failed.
So could you provide me (and others) with up-to-date instructions on how to get the ZCS source code with Perforce? Or are the servers being still migrated to some other place?

Please do not provide me with the usual links to "Franklin_README" and "Building_Zimbra_using_Perforce" - I've read them many times already. Actually the above example is taken from the official Wiki articles.

Thanks.
Reply With Quote