Git Product home page Git Product logo

Comments (6)

eduard93 avatar eduard93 commented on May 23, 2024

why?

from cache-tort-git.

dmitry-zasypkin avatar dmitry-zasypkin commented on May 23, 2024

why not?) everybody do this...

from cache-tort-git.

adaptun avatar adaptun commented on May 23, 2024

@eduard93 do you need not to skip it?

from cache-tort-git.

tiagogribeiro avatar tiagogribeiro commented on May 23, 2024

This was tested Implementation in Caché 2013.1.1? I have problems when project import in %SYS, and error triggered: %SourceControl.Git.Utils.1.INT(408) ERROR #1054: Invalid expression

from cache-tort-git.

adaptun avatar adaptun commented on May 23, 2024

@tiago-sistema please open a new issue in such cases. I did it this time -- #39

from cache-tort-git.

isc-bspead avatar isc-bspead commented on May 23, 2024

Generated Classes should always be skipped for source control hooks as generated classes are artifacts which are created by some action performed on other configuration items already in source control. Since that generation could differ from version to version of the DB, putting generated items into source control is a mistake because:

  1. They will be overwritten when the source configuration items are recompiled
  2. They could be incompatible with newer versions of the DB
    A great example of this would be classes generated by a SOAP Service or Client. These shouldn't be added to source control but should be generated automatically when the main source for these interfaces are compiled.
    Sorry to be late to the party, but I wanted to clarify this :)

from cache-tort-git.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.