Questions Tagged With githttps://answers.axonivy.com/tags/git/?type=rssquestions tagged <span class="tag">git</span>enWed, 07 Mar 2018 06:02:05 -0500Working with git and empty foldershttps://answers.axonivy.com/questions/3124/working-with-git-and-empty-folders<p>My Axon.ivy Project (or at least as IAR-File) got errors, when I work with git. Git doesn't allow to commit empty folders. But these folders must exist because they are referenced as source folders in <code>.classpath</code>.</p>SupportIvyTeamWed, 07 Mar 2018 06:02:05 -0500https://answers.axonivy.com/questions/3124/working-with-git-and-empty-foldersgit.gitignorehttps://answers.axonivy.com/questions/3113/gitignore<p>Is anyone using git with an axon ivy project and has a working .gitignore.</p> <p>We wanted to use a defautl jsf .gitignore in out project but using the jsf .gitignore the axon ivy designer does not recognize the project any more. So it is not possible to import the project under version control.</p> <p>Below the default jsf .gitignore</p> <pre><code># Directories # build/ bin/ target/ libs/ tmp/ node_modules/ jaxws/jaxws-client/src/main/ jaxws/jaxws-endpoint/src/main/webapp/WEB-INF/wsdl/ # OS Files # .DS_Store *.class # Package Files # *.jar *.war *.ear *.db rebel.xml ###################### # Windows ###################### # Windows image file caches Thumbs.db # Folder config file Desktop.ini ###################### # OSX ###################### .DS_Store .svn # Thumbnails ._* # Files that might appear on external disk .Spotlight-V100 .Trashes ###################### # NetBeans ###################### nbproject/ build/ nbbuild/ dist/ nbdist/ nbactions.xml nb-configuration.xml ###################### # IDEA ###################### *.iml *.ipr *.iws .idea/ atlassian-ide-plugin.xml ###################### # Eclipse ###################### *.pydevproject .project .metadata *.tmp *.bak *.swp *~.nib local.properties .classpath .settings/ .loadpath # External tool builders .externalToolBuilders/ # Locally stored "Eclipse launch configurations" *.launch # CDT-specific .cproject # PDT-specific .buildpath # Testing environment specific derby.log ###################### # Liberty tools ###################### .factorypath </code></pre>phehnleFri, 02 Mar 2018 12:49:58 -0500https://answers.axonivy.com/questions/3113/gitignoregitSource Control for Axon.Ivy projecthttps://answers.axonivy.com/questions/2815/source-control-for-axon-ivy-project<p>Hello Ivy Team,</p> <p>Do you have any advise what is the proper way to setup SVN and Git in order to manage the code ?</p> <p>I see that the files in \src_dataClasses and \classes folders are deleted (including the .gitignore inside) Also the files inside .settings folder should not be watched for changes, but they need to be part of the initial commit (they contains passwords for the email server in clear text !)</p> <p>Best Regards, Yordan</p>Stelt0Wed, 23 Aug 2017 02:20:58 -0400https://answers.axonivy.com/questions/2815/source-control-for-axon-ivy-projectprojectgitconfigurationdesignerCan I use GIT as Team-Providerhttps://answers.axonivy.com/questions/2610/can-i-use-git-as-team-provider<p>We're shifting our source version control system from SVN to GIT. Now I'm trying to clone ivy projects into my workspace, but it seems like there is no GIT team-provider. Only SVN is provided out of the box. Is there any way to use GIT anyways?</p>SupportIvyTeamWed, 10 May 2017 03:08:31 -0400https://answers.axonivy.com/questions/2610/can-i-use-git-as-team-providerscmgitloggingsoap