Commit Graph

  • 3aa1373758 Minor cleanup. testing Brian Ernst 2020-08-12 15:05:50 -0700
  • 3adaf471c1 Updated readme. Brian Ernst 2020-08-12 14:55:20 -0700
  • 7f3c4b1cb8 Updated time.clock to time.time, since former was deprecated. Brian Ernst 2020-08-12 14:49:57 -0700
  • e5a84235cb Fix 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
  • 972e9ca689 Fixed comparison issue, apparently had to make sure the number was an int. Stupid fucking error. unknown 2015-06-09 10:15:00 -0600
  • 55e5033794 Fixed error, forgot to comment out a line. leetNightshade 2015-06-08 21:20:28 -0600
  • d5dc8155f5 Fixed up path limitation issue with p4. unknown 2015-06-08 14:50:07 -0600
  • a5f82d5e00 Neatened up output. unknown 2015-05-13 12:12:36 -0600
  • 26d1127e64 Neatened up console output a little bit. unknown 2015-05-13 12:10:58 -0600
  • 92d217371c Fixed 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
  • ea14f96d76 Fixed bug in p4SyncMissingFiles.py. Also fixed bug in p4Helper when running p4RemoveUnversioned.py. unknown 2015-05-13 10:45:04 -0600
  • c32c0bfbd1 Added bucketing based on file type (text/binary) and batching to reduce server calls. unknown 2015-05-12 14:47:18 -0600
  • 49153babed Fixed output bugs in p4SyncMissingFiles.py. unknown 2015-02-18 15:28:58 -0700
  • 6610e8e357 Accidentally committed pyc. Will have to add .gitignore. unknown 2015-02-18 15:14:18 -0700
  • 1d1d7f8cae Split 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
  • 9d4d26250d Added 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
  • e7bb65874e Added 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
  • 06b0cbe426 Adding 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
  • 6236ead338 Adding new worker run type Brian 2014-05-14 19:09:46 -0600
  • 3ffdd76147 Added basic worker thread back in, and TODO comments for multi-threading this new script. Brian 2014-05-13 20:45:55 -0600
  • 59e010d682 Added a warning note for large depots. Brian 2014-05-13 20:33:11 -0600
  • fd419089be See description. Why does this have to be so short? Brian 2014-05-13 20:18:16 -0600
  • 865eaa243d Removed creation of NUL file, annoying to get rid of. Also changed error formatting a little. Brian 2014-05-13 19:08:53 -0600
  • 3d11065299 Update README.md master Brian 2014-05-13 16:56:13 -0600
  • 4435a36bed Made script obey quiet option. Added file and error count to print at end. Brian 2014-05-13 14:08:16 -0600
  • 0dcd14a73b Working in Python 2.7.4 and Python 3.4.0, HOWEVER, Console isn't exiting correctly. Brian 2014-05-09 19:11:23 -0600
  • 55a5e41b00 Improved the auto flushing, made it time and buffer size based. Brian 2014-05-09 17:36:49 -0600
  • c175b21dcf Grabs depot tree first hand to make looping through directory faster. Brian 2014-05-09 17:19:44 -0600
  • beab6428c1 Update README.md Brian 2014-05-09 17:19:09 -0600
  • bcff97c22c Update README.md Brian 2014-05-09 15:40:13 -0600
  • d7ff7a6646 Update README.md Brian 2014-05-09 15:24:12 -0600
  • 8d425d6413 Catch except in file iteration so you can continue processing remaining files. Brian 2014-05-09 15:21:56 -0600
  • b3b960e9ef Fixed console to exit properly, wasn't finished frankly. Brian 2014-05-09 14:16:13 -0600
  • 4bb145e4ca Update README.md Brian 2014-05-09 12:23:56 -0600
  • b3051f8dc8 Fixed mixing of unix/windows paths. Need to test this works cross platform. Brian 2014-05-09 12:15:32 -0600
  • 8bb78e7c02 Added exception catching with printing to thread-safe console. Removed press enter call. Brian 2014-05-09 11:51:59 -0600
  • d3fdef1342 Removed thread shutdown print, and bumped up thread count. Brian 2014-05-09 11:25:53 -0600
  • 3eb7a78339 Fixed a serious output bug, buffers weren't being cleared after flushed. Brian 2014-05-09 11:12:41 -0600
  • 97da25ce38 Threaded console, threaded cleanup. Yes! Brian 2014-05-08 22:55:12 -0600
  • 2b14c4a273 Working on threaded support. Brian 2014-05-08 21:05:55 -0600
  • 1f4b52e3a9 Added the version of Python I've tested with. Brian 2014-05-08 19:27:29 -0600
  • 80163cd15c Update README.md Brian 2014-05-08 19:25:48 -0600
  • b327058ccb Added a fix for old now unversioned files with readonly set. Brian 2014-05-08 19:17:36 -0600
  • 2bb0fa671d Fixed a bug from old code so the script would work, tweaked output. Brian 2014-05-08 19:05:02 -0600
  • 266c5555ba Improved crawling speed, also cleaned up the output. Brian 2014-05-08 18:43:05 -0600
  • 09a4811be4 Update README.md Brian 2014-05-08 15:52:08 -0600
  • e2d660e486 Updated readme, added warning, also figured out I'm not parsing p4ignore correctly. Brian 2014-05-08 15:44:26 -0600
  • 32aaab1578 Create README.md Brian 2014-05-08 15:42:50 -0600
  • 27e2e32f7e Added the basic script. Brian 2014-05-08 15:37:57 -0600