Questions tagged as 'versionamento'

1
answer

.gitignore for multi projects - Visual Studio

Scenario I have a versioned project in github, I mounted a .gitignore file to make the project lighter and not unnecessarily versioning files, but I'm not having success. Note that my .gitignore file is at the root of the project. Doub...
asked by 17.04.2018 / 15:44
1
answer

What is the difference between the stable and legacy versions of jQuery UI?

I downloaded JQuery UI and realized that it has two options, a stable call and another legacy, I would like to know the difference.     
asked by 10.12.2017 / 23:24
2
answers

What is the best practice for empty folders in .gitignore

Some people have told me that the correct thing is to create an empty file and put it inside each folder and set a .gitignore like this: /pasta/subpasta/* !/pasta/subpasta/.arquivovazio And other people told me to create a .gitignore...
asked by 09.05.2016 / 20:42
1
answer

Configuring SVN on Amazon EC2 - User authentication is not required

I'm having trouble setting up SVN on an Amazon EC2 server that is managed by Bitnami. I actually created this machine to use Redmine , but I will also need SVN. I followed the instructions in the Bitnami wiki but could not finish the setup...
asked by 12.02.2015 / 19:14
0
answers

How to version static / binary files (images, PDFs and etc.) efficiently?

For example I have a PDF file with a content and after modifying some things in it, how should I proceed in the matter of the versions? (For some reason I should version this file.) And in the case of images, where I have this situation:...
asked by 06.09.2018 / 15:37
2
answers

Questions about using Git

I created a new project in Github and then tried to give git push to upload the files that were on my machine. I did the basic procedures needed (I think) to work, but it is giving% error of%. I followed more or less this tutorial (f...
asked by 13.03.2014 / 18:20
3
answers

How to push local folder to GitHub

I would like to push from a local repository to my GitHub. For this I did the standard procedure: git clone <chave ssh> So much so, he created a copy of the GiHub repository locally. Inside this repository there is a folder with files...
asked by 26.05.2014 / 16:02
2
answers

What is the difference between SVN and TFS?

I've always used SVN to version the artifacts but I've changed jobs and the company I'm working on uses TFS to do the versioning and I do not know what this TFS does exactly. What's the difference between them? Advantages and disadvantages...
asked by 15.01.2016 / 13:35
2
answers

Working with GitHub [closed]

We are working on a project to create a J2EE + GlassFish-based application server in order to update the way we work in our company. In this environment, two programmers will work on the same project, and we chose Git as a versioning tool....
asked by 13.07.2017 / 20:58
1
answer

GIT central repository + external server communication

Good morning, I have a question, here in the company where we work, we think about creating a shared local server that will be the central repository and everyone will clone and give push . So far, well instead of a github would be...
asked by 03.11.2016 / 14:19