projects_casinsensitive_matching.txt #1

  • //
  • guest/
  • jason_leonard/
  • swarm/
  • module/
  • projects_casinsensitive_matching.txt
  • View
  • Commits
  • Open Download .zip Download (555 B)
Projects Case-insensitive Matching patch
by Jason Leonard ([email protected])

We were seeing issues with reviews not being assigned to projects if there was a case
issue in either the project branch depot path or the files in the review.
This patch forces project branch paths to be matched case insensitive. This is
useful for case insensitive Perforce servers when Swarm is run from Linux. 
The underlying P4PHP P4_Map class is case sensitive when run on Linux platforms.

Please apply the correct patch for the version of Swarm you are using.

# Change User Description Committed
#1 19194 jason_leonard Adding project branch case insensitive matching.

We were seeing issues with reviews not being assigned to projects if there was a case
issue in either the project branch depot path or the files in the review.
This patch forces project branch paths to be matched case insensitive. This is
useful for case insensitive Perforce servers when Swarm is run from Linux.
The underlying P4PHP P4_Map class is case sensitive when run on Linux platforms.