From KendallB@scitechsoft.com Thu May 3 10:34:46 2001 Return-Path: Received: from fw.c-side.com (fw.c-side.com [208.176.5.209]) by lx.c-side.com (8.8.7/8.8.7) with ESMTP id KAA05832 for ; Thu, 3 May 2001 10:34:46 -0700 Received: from mail.scitechsoft.com (adsl-63-195-2-69.dsl.chic01.pacbell.net [63.195.2.69]) by fw.c-side.com (8.9.3/8.9.3) with ESMTP id KAA32736 for ; Thu, 3 May 2001 10:16:52 -0700 Received: from KENDALLB [63.195.2.110] by mail.scitechsoft.com with ESMTP (SMTPD32-6.05) id A675507017C; Thu, 03 May 2001 10:33:41 -0700 From: "Kendall Bennett" Organization: SciTech Software, Inc. To: caret@c-side.com Date: Thu, 3 May 2001 10:33:34 -0800 MIME-Version: 1.0 Content-type: Multipart/Mixed; boundary=Message-Boundary-15230 Subject: Updates to C4? Message-ID: <3AF133FE.30231.23E9E9F7@localhost> Priority: normal X-mailer: Pegasus Mail for Win32 (v3.12c) Status: RO Content-Length: 2251 Lines: 57 --Message-Boundary-15230 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Hi Neil, I am using your C4 program to import code from CVS projects we work on into our Perforce depot. This allows me to branch the code across to my regular Perforce tree's so I can work on all Open Source projects I contribute to using Perforce instead of CVS. However the 'c4 import' command always imports all files below the current directory, including all of the CVS special files. In order to fix this before I do a check-in I run the attached 'revert_cvs' script to remove all of the CVS special files before I submit the change. So I was wondering how difficult it would be to add support to c4 so that I can pass it a command line option so it will ignore all the CVS special files. Would that be easy to do? Is that something that you have perhaps already done in a newer version? I haven't taken a look at the c4 source code myself as I haven't had time, but if you think it would be easy to add this I will take a look if you could guide in the in the right direction. Regards, +---------------------------------------------------------------+ | SciTech Software - Building Truly Plug'n'Play Software! | +---------------------------------------------------------------+ | Kendall Bennett | Email: KendallB@scitechsoft.com | | Director of Engineering | Phone: (530) 894 8400 | | SciTech Software, Inc. | Fax : (530) 894 9069 | | 505 Wall Street | ftp : ftp.scitechsoft.com | | Chico, CA 95928, USA | www : http://www.scitechsoft.com | +---------------------------------------------------------------+ --Message-Boundary-15230 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Text from file 'revert_cvs' #!/bin/sh # Shell script to revert all CVS special files from a Perforce change list find -name Entries -print | c4 -x - revert find -name Entries.log -print | c4 -x - revert find -name Repository -print | c4 -x - revert find -name Root -print | c4 -x - revert find -name .cvsignore -print | c4 -x - revert --Message-Boundary-15230-- From ddlucas@yahoo.com Wed Mar 21 07:09:46 2001 Return-Path: Received: from fw.c-side.com (fw.c-side.com [208.176.5.209]) by lx.c-side.com (8.8.7/8.8.7) with ESMTP id HAA16554 for ; Wed, 21 Mar 2001 07:09:45 -0800 Received: from web10107.mail.yahoo.com (web10107.mail.yahoo.com [216.136.130.57]) by fw.c-side.com (8.9.3/8.9.3) with SMTP id GAA13922 for ; Wed, 21 Mar 2001 06:54:46 -0800 Message-ID: <20010321150944.44342.qmail@web10107.mail.yahoo.com> Received: from [64.109.44.252] by web10107.mail.yahoo.com; Wed, 21 Mar 2001 07:09:44 PST Date: Wed, 21 Mar 2001 07:09:44 -0800 (PST) From: David Lucas Subject: c4 To: caret@c-side.com Cc: ddlucas@lse.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Status: RO Content-Length: 759 Lines: 26 Question on c4: Do you still maintain it? If so I think I found an issue. I have files mixed on NT and Linux. I discovered that files created in p4 that have spaces in the filename are not being processed as desired, but being reported as two seperate files or more depending on the name and spaces in the filename. Do you have a patch or another version for me to try? I am still evaluating p4 and like it so far, but distributed development (and mobile) needs your type of tool to work offline. So far I think your utility (c4 1.6) addresses many of my issues. Thanks for your hard work. Later, Dave __________________________________________________ Do You Yahoo!? Get email at your own domain with Yahoo! Mail. http://personal.mail.yahoo.com/ From neil Sat Sep 29 14:27:42 2001 Date: Sat Sep 29 14:28:12 PDT 2001 From: Neil Russell Subject: c4 Status: RO * Should add prune command to c4. * c4 scan doesn't seem to find binary files (.png files in this case). (was saving from photoshop using vmware) * c4 scan doesn't find files that are branched and edited: c4 integ a b vi b c4 scan From neil Sat Sep 29 14:27:42 2001 Date: Sun Oct 20 15:22:16 PDT 2002 From: Neil Russell Subject: c4 Status: RO * Consider having environment variables override the .c4 file. In the case where I was working remotely, I wanted to change the P4PORT temporarily. * Somehow prevent the ignore target "core" from finding a directory called "core", but still find a file called "core". * Add something to 'c4 scan' that says that there are updates available. This can prompt me to run 'c4diffhead'.