Questions tagged as 'versionamento'

1
answer

Executed merge command in wrong branch as undo

In my project I have 2 branch a work and a master, today after a long time I went up the project version, but at the time of running merge I ended up doing the wrong branch, I only realized after I had done the% When I opened the project...
asked by 07.12.2015 / 13:49
2
answers

Change git remote repository

I'm using an online tool to do version control with git but would like to change the tool once I've added a repository to the project. How to change the remote repository (commonly called origin ) using git as version control.     
asked by 05.02.2016 / 00:50
1
answer

Script for GIT update

I have a question and I do not know how to solve it. It happens the following, I created a script in sh called atualiza.sh inside it I have the following code. git add . git commit -m"atualiza rotina" git push xxxxxxxxxxx My g...
asked by 07.12.2016 / 12:44
1
answer

Version Number Increment

I would like feedback and help for version number 1.0.0.1 (example). How can I make this increment simple to stay automatic? Or, as is usually or good practice, increment this number before and after the "points"? Thank you!     
asked by 21.09.2016 / 15:10
1
answer

Versioning of source code with approval

Hello, today for code versioning in the company we use Tortoise SVN and we would like to start using a versioner that when the developer commits something before the changes are merge with the repository code passed an approval before a manager...
asked by 21.03.2016 / 14:41
1
answer

Git Bash - Segmentation fault

Hello, I have a very annoying problem with the GIT program. When I open GITBash in the desired folder and enter any command, they simply give the error "Segmentation fault." I searched the internet before coming here, but I did not find anyth...
asked by 01.02.2016 / 23:21
1
answer

When to use "0.x.x" and "alpha" in versioning?

According to the site link    Given a MAJOR.MINOR.PATCH version number, increase to:       MAJOR version: When you make incompatible changes in the API    Minor version: when adding features while maintaining compatibility    Patch (P...
asked by 19.02.2016 / 21:09
1
answer

Source approval using SVN

Is there any way to control the approval of an SVN repository file? If there is no explicit approval, is there any other similar way (like in openSource projects) to control file entry in the repository? Thank you!     
asked by 18.01.2016 / 14:17
2
answers

How does App Store versioning control work?

I need to publish a new version (1.0.1.10) of an application that is published with version 1.0.1. When trying to publish I'm getting the following error:    ERROR ITMS-90060: "this bundle is invalid.   CFBundleShortVersionString '1.0.1.10...
asked by 19.08.2015 / 16:00
1
answer

How to do migrations and versioning with firebird database?

I recently found this site Flyway DB where, as far as I understand, it is possible to create migrations and control the version of the database. But I do not think it supports Firebird. Is there any similar tool with firebird support? Or is it...
asked by 12.08.2015 / 22:24