27 messages in com.perforce.perforce-user[p4] Perforce vs VSS (again)| From | Sent On | Attachments |
|---|---|---|
| Stephen Ng | 09 Apr 2002 06:50 | |
| Jeff A. Bowles | 09 Apr 2002 08:18 | |
| Chuck Karish | 09 Apr 2002 08:35 | |
| Stephen Ng | 09 Apr 2002 08:48 | |
| Stephen Ng | 09 Apr 2002 09:02 | |
| Hemantharaju Subbanna x4832 | 09 Apr 2002 09:43 | |
| wiv...@us.itmasters.com | 09 Apr 2002 10:00 | |
| Jeff A. Bowles | 09 Apr 2002 10:02 | |
| Mike Pagel | 09 Apr 2002 10:03 | |
| Raju Subbanna X4832 | 09 Apr 2002 10:33 | |
| Dan Kegel | 09 Apr 2002 10:39 | |
| Mike Pagel | 09 Apr 2002 10:41 | |
| Dave Lewis | 09 Apr 2002 11:50 | |
| Dave Lewis | 09 Apr 2002 12:30 | |
| Chuck Karish | 09 Apr 2002 21:59 | |
| Chuck Karish | 09 Apr 2002 22:08 | |
| Fredric | 10 Apr 2002 01:41 | |
| Stephen Ng | 11 Apr 2002 06:50 | |
| Ed Mack | 12 Apr 2002 23:18 | |
| Todd Blanchard | 15 Apr 2002 16:35 | |
| Stephen Ng | 15 Apr 2002 17:13 | |
| Robert Cowham | 15 Apr 2002 23:14 | |
| Chuck Karish | 16 Apr 2002 01:55 | |
| Arnt Gulbrandsen | 16 Apr 2002 02:27 | |
| Stephen Ng | 16 Apr 2002 03:57 | |
| Chris Trueman | 16 Apr 2002 10:48 | |
| Diane Holt | 16 Apr 2002 11:38 |
| Subject: | [p4] Perforce vs VSS (again)![]() |
|---|---|
| From: | Raju Subbanna X4832 (hema...@nsc.com) |
| Date: | 04/09/2002 10:33:57 AM |
| List: | com.perforce.perforce-user |
Mike Pagel wrote:
Good point, a branch is faster under P4. This is nice too, but one could argue that branching doesn't happen that often.
Have a doubt here!
How does lazy copy make sure of the existence of the files if the original files from which branch copy was made is deleted/obliterated. Havn't tested it myself. I am sure this is a special case, but heck..happens.
A regular p4 delete does not do anything to the lazy copy in the branch, it's just another (dead) revision on top. If the original file is obliterated, the lazy copy will become a physical one.
You can actually do this copy type conversion explicitly w/o obliterating files, with p4 obliterate -z.
Mike
------------ % p4 help obliterate
obliterate -- Remove files and their history from the depot
p4 obliterate [ -y -z ] file[revRange] ...
Obliterate removes files and their history from the server in a way that they won't come back. (See 'p4 delete' for the non- destructive way to delete a file.) It retrieves space used by those files in the archive and then clears the files from all lists maintained by the server. Files in client workspaces are not affected, except that Perforce will no longer recognize them : : :etc..
-----------
But with -z option it does otherwise??




