What does ***NO_CI*** stand for?

It stands for No Continuous Integration. Since the check-in is gated, the existing code, plus this check-in, will be built separately and only allowed onwards if the build is successful. So when the gating process actually submits it to source control, there wouldn’t be any point for that check-in to cause another (continuous integration) build … Read more

Scripting TFS Command Line for Get Latest Version, Check Out and Check in, programmatically

Use tf.exe in the command line. In the following examples, the %PathToIde% is usually on a path like this: %ProgramFiles%\Microsoft Visual Studio 9.0\Common7\IDE, or on Windows x64: %ProgramFiles(x86)%\Microsoft Visual Studio 10.0\Common7\IDE (depending on Visual Studio version and installation settings). Example for get: cd C:\TFS\Arquitectura “%PathToIde%\TF.exe” get $/Arquitectura/Main /recursive Example for checkout: cd C:\TFS\Arquitectura “%PathToIde%\TF.exe” checkout … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)