3adaf471c1Updated readme.
Brian Ernst
2020-08-12 14:55:20 -0700
7f3c4b1cb8Updated time.clock to time.time, since former was deprecated.
Brian Ernst
2020-08-12 14:49:57 -0700
e5a84235cbFix issue where clientRoot is null due to multiple view mappings that don't share one root. TODO: should probably leave getClientRoot to return the "null". It's different than returning None.
leetNightshade
2017-04-20 16:20:43 -0700
972e9ca689Fixed comparison issue, apparently had to make sure the number was an int. Stupid fucking error.
unknown
2015-06-09 10:15:00 -0600
d5dc8155f5Fixed up path limitation issue with p4.
unknown
2015-06-08 14:50:07 -0600
a5f82d5e00Neatened up output.
unknown
2015-05-13 12:12:36 -0600
26d1127e64Neatened up console output a little bit.
unknown
2015-05-13 12:10:58 -0600
92d217371cFixed scripts up, improved logging so console has a waking thread now. Also fixed bug if console timer is too long it'll be killed off appropriately.
unknown
2015-05-13 12:06:54 -0600
ea14f96d76Fixed bug in p4SyncMissingFiles.py. Also fixed bug in p4Helper when running p4RemoveUnversioned.py.
unknown
2015-05-13 10:45:04 -0600
c32c0bfbd1Added bucketing based on file type (text/binary) and batching to reduce server calls.
unknown
2015-05-12 14:47:18 -0600
49153babedFixed output bugs in p4SyncMissingFiles.py.
unknown
2015-02-18 15:28:58 -0700
6610e8e357Accidentally committed pyc. Will have to add .gitignore.
unknown
2015-02-18 15:14:18 -0700
1d1d7f8caeSplit scripts up for now, may add all in one scripts later. Added p4SyncMissingFiles.py, so you don't have to do a force sync and redownload everything.
unknown
2015-02-18 15:09:57 -0700
9d4d26250dAdded a fix if the specified directory isn't added to the repo but still in one, it'll be scanned and contents cleaned up. The only thing is, as of right now the folder itself won't be deleted, you'd have to run the script from a higher directory.
unknown
2015-01-14 17:58:34 -0700
e7bb65874eAdded more debug info at the end for files processed, cleaned up formatting. At some point will strive to make the output more UNIX friendly, parsable.
unknown
2014-10-22 12:05:57 -0600
06b0cbe426Adding huge improvements. There are still a few more to make to account for computers not setup correctly, but it's functional. Still has the occasional console hang bug. Now also prints out run time. There is one new minor bug, reverting back to the previously set client view.
U-ILLFONIC\bernst
2014-08-13 17:09:19 -0600
6236ead338Adding new worker run typeBrian2014-05-14 19:09:46 -0600
3ffdd76147Added basic worker thread back in, and TODO comments for multi-threading this new script.Brian2014-05-13 20:45:55 -0600
59e010d682Added a warning note for large depots.Brian2014-05-13 20:33:11 -0600
fd419089beSee description. Why does this have to be so short?Brian2014-05-13 20:18:16 -0600
865eaa243dRemoved creation of NUL file, annoying to get rid of. Also changed error formatting a little.Brian2014-05-13 19:08:53 -0600