You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, file named helloworld#1.jpg in perforce is renamed to helloworld%231.jpg in git.
File named helloworld%1.png in perforce is renamed to helloworld%251.png.
# = %23
% = %25
I assume that somewhere where files is being requested you simply use end of url as file name
The text was updated successfully, but these errors were encountered:
@ppavacic Thank you for looking! Probably could start here by seeing how BranchedFileGroups is handling file paths, because that's what in the end goes to the GitAPI like so
For example, file named helloworld#1.jpg in perforce is renamed to helloworld%231.jpg in git.
File named helloworld%1.png in perforce is renamed to helloworld%251.png.
# = %23
% = %25
I assume that somewhere where files is being requested you simply use end of url as file name
The text was updated successfully, but these errors were encountered: