Commit graph

11 commits

Author SHA1 Message Date
Brian Ernst
85de0ec1ca I added dry-run to p4SyncMissing some time ago; I don't remember if I finished it, but I don't have time to test, and don't want to lose it, so submitting it. Wow is this a rough testing branch or what.
Add TODOs.
Fix some directory bugs when running scripts with a cwd not in the p4 workspace. TODO: make sure all scripts and options work when run outside p4 workspace.
If user isn't logged in you can get weird errors later on in the pipeline, and without extra manually added prints, you wouldn't know you just need to log in. Added TODO: about detecting if we need to do a p4 login.
Some of my stuff seems to have stopped working with later version of Python/p4, had to update string to byte string; no doubt more of these issues hiding.
Haven't tested on python 2 in a while, do not consider these working there.
2026-03-05 15:27:28 -08:00
Brian Ernst
3aa1373758 Minor cleanup. 2020-08-12 15:05:50 -07:00
Brian Ernst
7f3c4b1cb8 Updated time.clock to time.time, since former was deprecated. 2020-08-12 14:49:57 -07:00
unknown
d5dc8155f5 Fixed up path limitation issue with p4. 2015-06-08 14:50:07 -06:00
unknown
a5f82d5e00 Neatened up output. 2015-05-13 12:12:36 -06:00
unknown
26d1127e64 Neatened up console output a little bit. 2015-05-13 12:10:58 -06:00
unknown
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.
2015-05-13 12:06:54 -06:00
unknown
ea14f96d76 Fixed bug in p4SyncMissingFiles.py. Also fixed bug in p4Helper when
running p4RemoveUnversioned.py.
2015-05-13 10:45:04 -06:00
unknown
c32c0bfbd1 Added bucketing based on file type (text/binary) and batching to reduce
server calls.
2015-05-12 14:47:18 -06:00
unknown
49153babed Fixed output bugs in p4SyncMissingFiles.py. 2015-02-18 15:28:58 -07:00
unknown
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.
2015-02-18 15:09:57 -07:00