Update README.md

This commit is contained in:
Brian 2014-05-08 15:52:08 -06:00
parent e2d660e486
commit 09a4811be4
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
p4RemoveUnversioned
===================
Removes unversioned files from perforce repository. Script is in beta, and needs to undergo a partial re-write for super speed improvements. Right now doing individual p4 fstat calls, when it should be done on an entire directory.
Removes unversioned files from perforce repository. Script is in beta, though it works. It needs to undergo a partial re-write for super speed improvements. Right now doing individual p4 fstat calls, when it should be done on an entire directory.
This script does parse __.p4ignore__ ignore files, compiles the fields as regex, and scans every directory and file against the local and parent __.p4ignore__ files. This is my first time doing something like this, and I just realized this isn't actually correct; I need to update how things are ignored to follow the [spec](http://www.perforce.com/perforce/r12.1/manuals/cmdref/env.P4IGNORE.html), since it's not straight up regex.
**Files are currently permanently deleted, so use this at your own risk.**
**Files are currently permanently deleted, so use this at your own risk.**