Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Is qb support scm checkout rule? #4090

pureivan ·

Is qb support scm checkout rule?

like teamcity can write
+:Code/DEV-Main/src=>./src
+:Code/DEV-Main/lib=>./lib

-:Code/DEV-Main/src/BusinessLayer
-:Code/DEV-Main/src/DataModel
-:Code/DEV-Main/src/Engine

+:Code/DEV-BusinessLayer=>./src/BusinessLayer
+:Code/DEV-DataModel=>./src/DataModel
+:Code/DEV-Engine=>./src/Engine

it can only checkout file or dir which write in rule.

  • replies 1
  • views 681
  • stars 0
robinshen ADMIN ·

QB calls SCM command directly to do the job, and generally this type of rules are not supported, except for some particular SCM such as Perforce.