Questions tagged as 'versionamento'

2
answers

How to connect Visual Studio Code with TFVC?

Is there any way to connect Visual Studio Code to use version control of Team Foundation Version Control (TFVC)? If so, how?     
asked by 31.03.2017 / 22:26
2
answers

How to update the APK of my application, when the user requests?

Explanation: I have an application that is constantly made enough changes, and every time I do, I generate a new version with the same Private Key ( Keystore ), ie when I send the new < strong> *. APK install on the device no configuration i...
asked by 12.03.2014 / 15:28
1
answer

SVN does not check branch changes

I created a branch from the trunk, and made all the necessary changes. When I finalized the changes, using Visual Studio 2015 I merged the branch with the trunk. I was resolving conflicts when I made a mistake in choosing one of them. I made...
asked by 23.08.2017 / 20:47
1
answer

Versioning of .jar in Java with Netbeans

I'd like my .jar to have a version number and release date inside it, so I could tell it on the about screen for example. So far without mystery, but the point is that with every build in Netbeans I wanted the version to be incr...
asked by 21.07.2015 / 14:36
1
answer

HEAD detached at origin / master

I started studying shortly, Git, and I was creating a branch, but I ended up creating more branch than I wanted. So I was deleting the branch I did not want with the command line: To delete the branch locally: git branch -D <nome do br...
asked by 26.01.2018 / 13:57
1
answer

Class version in java

I would like to know if in java you have how to specify a tag, or manifest, or something of the type for a class or library and can query this within the Java code itself type: @version 2.6.5 Class Pessoa { ... } and in another part of the...
asked by 27.11.2015 / 17:27
1
answer

Is it possible to include versioning of the database in commit (GIT)? [duplicate]

I would like to know if it is possible to version the database (in my case MySQL) through the GIT, or if there is any other effective way to do it.     
asked by 06.05.2015 / 14:37
1
answer

Synchronize Bitbucket with Web Server

Is it possible to sync my project on Bitbucket with my web server? Instead of sending the project via FTP, it would be synchronized with my Bitbucket repository without having to send the project multiple times (via FTP to web server and via SSH...
asked by 29.04.2014 / 16:12
0
answers

How do I align the database version with the PHP application?

Working in a project, system versions are incremented manually in the semantic model , usually after a sprint a new version is released when a job is merged to the main branch and goes through the CI . And I only have Javascript and PHP progr...
asked by 01.09.2017 / 17:17
1
answer

How to structure multiple projects in Git

In the company I work with, we use Visual Studio 2013 and TFVC to version the projects. I am accustomed to Source Control Explorer , can give Get Latest Version at any level (any repository, a project group, just a project or a specific f...
asked by 21.06.2017 / 23:22