[p4] Detecting files that were modified but not checked out
Sergey Katsev
sergey.katsev at coyotepoint.com
Fri May 19 12:27:30 PDT 2006
Not sure if its what you're looking for, but:
p4 diff -f -se
will find all of the files in the current workspace that have been modified
and list the names of those files. (The -f tells it to search through files
even if they're not checked out).
Sergey Katsev
Software Engineer
518.789.5007
www.coyotepoint.com
> -----Original Message-----
> From: perforce-user-bounces at perforce.com [mailto:perforce-user-
> bounces at perforce.com] On Behalf Of Edil Cadenas
> Sent: Friday, May 19, 2006 1:07 PM
> To: perforce-user at perforce.com
> Subject: [p4] Detecting files that were modified but not checked out
>
> Does anyone know if there is a way to find all files in the workspace
> that have been modified without being checked out? We use certain
> scripts that require files to be modified without being checked out so
> what our users do is to change the attributes of workspace files to
> writeable.
>
>
>
> In VSS, there is a tool to find these files that were modified but were
> not checked out. ClearCase also detects these files. Does anyone know
> if such functionality also exists in Perforce?
>
>
>
> With much thanks,
>
> Edil Cadenas
>
>
>
>
>
> _______________________________________________
> perforce-user mailing list - perforce-user at perforce.com
> http://maillist.perforce.com/mailman/listinfo/perforce-user
More information about the perforce-user
mailing list