Commit graph

9 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
leetNightshade
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.
2017-04-20 16:20:43 -07:00
55e5033794 Fixed error, forgot to comment out a line. 2015-06-08 21:20:28 -06:00
unknown
d5dc8155f5 Fixed up path limitation issue with p4. 2015-06-08 14:50:07 -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
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