groboclown
groboclown
I'm still seeing this issue. I pulled from pip, and `__init__.py` reports version 0.0.2. When I change the `saml.py` USERNAME_FIELD and PASSWORD_FIELD to the above listed values, it is able...
My work-around was to switch to the WSL2 engine with docker for windows support. That alleviated the need for this tool.
Looks like this might need an extra bit of MapApi.SetCaseSensitivity in the client mapping.
I found I needed to make several improvements to get it to run right in my environment. 1. My `go.mod` had a `toolchain` line that wasn't compatible with the different...
> How this affects on the usage of filter-repo? > > Does it work at all, or is this cosmetic problem? > > I have 2.43.0 on windows and it...
If we limit the investigation to the Perforce streaming model (branches in the form `//depot/branchname`), then some simplifying assumptions can be made: 1. Each "branchname" is its own branch (branch...
More thoughts on this issue: * When a Perforce branch's first changelist is an integration from another branch, that other branch must be created first. This adds a dependency tree...
I'm putting a proof-of-concept for this together. The out-of-scope scenarios so far: * Perforce Streams for anything other than a simple path mapping. Only "...". Excludes and imports and other...
Another tricky scenario. This is the kicker that will slow everything down. * Integrating from one branch to another but with a not-head revision changelist of the source. Dealing with...
The issue where Perforce had an integration from a not-head revision makes this an incredibly difficult problem. In most cases in the history of the depot, we'll be dealing with...