rajeshkumar created the topic: Find new files in workspace in perforce?
git svn status equivalent in perforce???
Find new files in workspace in perforce?
[/b]
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
rajeshkumar replied the topic: Find new files in workspace in perforce?
The p4 status command finds unopened files in a client’s workspace and detects the following three types of inconsistencies between your workspace and the server:
1.
Files present in the depot, present in your have list, but missing from your workspace. By default, these files are then opened for delete.
2.
Files present in your workspace, but missing on the depot. By default, these files are opened for add.
3.
Files modified in your workspace that are not open for edit. By default, these files are opened for edit.
To limit the scope of p4 status to add, edit, or delete, use the -a, -e, or -d flags.
By default, p4 status does not check files and/or paths mentioned in the P4IGNORE file. Use the -I flag to override this behavior and ignore the P4IGNORE file.
www.perforce.com/perforce/r12.1/manuals/cmdref/status.html
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
- Top 10 Website Development Companies in Ludhiana - December 5, 2024
- Exploring Career Options: Why Trade Schools Are a Great Alternative - December 5, 2024
- Announcing the Launch of DevOpsSchool.jp Services in Japan: Transforming IT Operations in Tokyo and Beyond - December 3, 2024