Most voted "versioning" questions
Versioning is the process of assigning names of any single version or single version numbers to unique file states and computer directories. Within a certain category of version number (larger, smaller), these numbers are usually assigned in ascending order and correspond to new developments in the software.
Learn more…153 questions
Sort by count of
-
1
votes1
answer427
viewsAssociate commit to Bitbucket Issues
With Bitbucket it is possible to work with "Issues", in which case it could be used as "tasks/bugs/etc...". My question would be whether it is possible to associate one or more commits to a…
git commit versioning bitbucket flow-controlasked 9 years, 6 months ago Anderson Brunel Modolon 1,111 -
1
votes1
answer141
viewsBranchs and merge structure . NET MVC
I have the following branchwork structure for ASP NET MVC projects Master - production version DEV - Development Release - Bug maintenance This structure was already defined when I arrived at the…
-
1
votes1
answer456
viewsHow to do Migrations and versioning with Firebird database?
I recently found this site Flyway DB where, from what I understand, it is possible to create Migrations and control the version of the database. However, I don’t think it supports Firebird. Is there…
-
1
votes2
answers1243
viewsHow does the App Store App 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. While trying to publish I’m getting the following error: ERROR ITMS-90060: "this Bundle is invalid.…
-
1
votes0
answers33
viewsSite versioning for VPS
What tool and services to use to select a local site and then "commit" to a VPS, for example?
versioningasked 9 years, 3 months ago Marcello Infoweb 141 -
1
votes2
answers353
viewsVersionar project with Visual Studio 2013 and 2015
A project that uses two versions of Visual Studio (2013 e 2015) conflicts can occur, for example, with file .csproj or any other? Note: I don’t want to ignore this file in versioning.…
git visual-studio-2013 visual-studio versioning visual-studio-2015asked 9 years, 3 months ago rubStackOverflow 7,372 -
1
votes2
answers245
viewsCreate New Reporitory - Git / Bitbucket. Git (Could not read from remote Repository)
I’m doing the Ruby on Rails tutorial and I’m catching on to a problem. I’ve already made a repository hello_app (cap a), and now I’m trying to do the toy_app (cap two). This is the step by step…
-
1
votes1
answer95
viewsFont approval using SVN
Is there any way to control the approval of a SVN file? If there is no explicit approval, there is some other similar way (as in opensource projects) to control file entry into the repository? Thank…
-
1
votes2
answers320
viewsCan I update the GIT version without losing my repositories?
My git has version 1.9.5 and the current version is 2.7.0 I can install the new version without losing my data? Because I have a series of repositories with this old version!! What should I do?…
-
1
votes2
answers426
viewsGit Bash - Segmentation fault
Hi, I have a very annoying problem with the GIT program. When I open Gitbash in the desired folder and enter any command, they simply gives the error "Segmentation fault". I searched the internet…
-
1
votes1
answer219
viewsWhen to use "0.x. x" and "alpha" in versioning?
According to the website http://semver.org/lang/pt-BR/ Given a version number MAJOR.MINOR.PATCH, increment the: Major (Major): when making incompatible changes to the API Minor version(MINOR): when…
versioningasked 8 years, 9 months ago Guilherme Nascimento 98,651 -
1
votes1
answer91
viewsSource code versioning with approval
Hello, today for code versioning in the company we use Tortoise SVN and would like to start using a versioner that when the developer commits something before the changes are merged with the…
-
1
votes2
answers164
viewsHow do I save software versioning with GIT?
I did the project, ta all the versioning in GIT, but how can I make a kind of backup of that data? Why let’s assume I format the PC, saved the project but lost the versioning done. I searched and…
-
1
votes1
answer76
viewsStart with same folders and different files
I have a project that I kept only copying files to the server via SSH. Some of these files were edited manually directly on the production server. Now I’m starting Git versioning in Bitbucket, and…
-
1
votes0
answers128
viewsVersion control Delphi
Today we are thinking of using a font version control for our projects. We are using Delphi 7. I wonder if anyone knows any source version control?
-
1
votes1
answer61
viewsTFS Cloud Visual Studio 2015 Community
I have two projects in TFS, a database and an application. I am using TFS for a short time and I have doubts about the options Get Latest Version (Recursive), Check Out for Edit and Shelve Pending…
-
1
votes2
answers184
viewsDoubt about having control TFS version
I am learning versioning, my doubt is with respect to the terms shown in the figure below Epic and Issue, looking for their translation for me did not make sense how to use these options to create a…
terminology visual-studio-2015 versioning team-foundation-server project-managementasked 8 years, 2 months ago rubStackOverflow 7,372 -
1
votes1
answer89
viewsIncrement of version number
I would like your opinion and help on version 1.0.0.1 (example). How can I make this increment automatically? Or more, as is usually or good practice, increase this number before and after the…
-
1
votes1
answer84
viewsHow to use a Joomla component with git
When I create a new component or module for Joomla, most of the development is done with the component/module already installed within the CMS structure - administrator - cache - components -…
-
1
votes1
answer324
viewsScript for GIT update
I have a question and I don’t know how to fix it. The following happens, I created a script in sh called atualiza.sh inside it I have the following code. git add . git commit -m"atualiza rotina" git…
-
1
votes1
answer1046
viewsLocking commit in git - lock option
I’m tasked with deploying a versioning system here at the company. However I am in doubt between SVN and Git. My question is whether git has something that does the same as git lock of the SVN, that…
-
1
votes2
answers160
viewstool or technology to assist in controlling database data
I have a web application, that constantly the database receives data, the application is all tied to the database. if a change is made can compromise the whole system, I wish I could return a point…
-
1
votes1
answer1284
viewsI can versioning a Word Document in Git
I would like to do a test in Git doing the versioning of any Word document for example: Type any line and commit Type another line and commit Go back from version 2 to version 1 and check the word…
-
1
votes1
answer40
viewsHow to handle specific customizations with git
Where I work, we follow the following methodology when working with git We have a production branch We have an approval branch And we create branchs for every development sprint But the need arose…
-
1
votes3
answers100
viewsDeployment of GIT
I work in a site factory and among the actions of this semester is the deployment of GIT. Today we work as follows: We request a server, install Joomla and develop the sites in type approval…
-
1
votes1
answer319
viewsHow to make a git clone without the . git repository?
I have a repository where I keep my front-end files. I wanted to know a way to make a "git clone" of this Reset into a project folder (ex: a wordpress theme), so that only the files come without the…
-
1
votes1
answer524
viewsWhat does a SNAPSHOT version mean?
A version SNAPSHOT would be similar to a BETA version? Work with Maven and by default he creates the Wars files like MeuProjeto-0.0.1-SNAPSHOT.war. If my version is not yet a version 1.0.0 what is…
-
1
votes1
answer138
viewsSet the application version to the default 4 numbers
A company has had a standardized version of projects for many years and would like to continue using this standard to keep things easy in its environment. This standard that was adopted uses the…
-
1
votes0
answers40
viewsVersion control before 1990
I’m studying about version control through the book Controlling Versions with Git and Github (Code House). At the beginning of the book the authors say that pre-git, in the mid-90s, there were…
-
0
votes2
answers956
viewsPHP version without phpinfo() or phpversion()
Does anyone know how to check the php version without using the return method? I looked at php.ini and there isn’t much useful there either. The closest I got was the version of php.exe and…
-
0
votes2
answers1324
viewsCompare files with PHP
Is there any tool or way to create a file comparison with PHP? Would you like something similar to Beyond Compare but within the Navigator. We have an application change control system that we…
-
0
votes2
answers161
viewsVersion Control Help - GIT/ SVN
I joined a company that works with GIT, I worked with SVN, and I’m having some difficulties adapting to GIT. Then I would like to migrate to SVN, since the team are only two programmers. We have the…
-
0
votes0
answers35
viewsWhat is the use of each number (which are separated by endpoint) in the versions?
Usually, in libraries (I’m talking about any programming language), we have the current version of the library. I’m not talking about something like Symfony 2 or jQuery 2 (which are names usually…
-
0
votes1
answer113
viewsHow to do software versioning based on Microsoft recommendations?
Well I’ve seen a lot about semantic versioning: Major, Minor and Patch. But something very curious is the software version recommended by Microsoft: Major, Minor, Build, Revision. Now the questions:…
-
0
votes1
answer52
viewsVS 2015 Solution Explorer does not identify changed file (TFVC version control)
I’m learning about versioning with TFVC and Git. Versioned projects with Git modified files are marked with a symbol indicating that you hear change (commit pending) Already projects managed with…
visual-studio-2015 versioning team-foundation-serverasked 8 years, 3 months ago rubStackOverflow 7,372 -
0
votes0
answers28
viewsWhat is the correct way to change the software version in C# with each build?
Currently I change directly in Assembly file.
-
0
votes1
answer958
viewsGit - How to use branches correctly
I’m learning to use Git now, after long experience with SVN. I don’t understand how to use the branches For in the SVN one branch is a copy of trunk with all the files. With that, in case I make one…
-
0
votes1
answer271
viewsHow to change the application version at runtime on C#
I need to change the application version from 1.0.0.0 to 1.1.0.0 at runtime, as I can do since the Productversion property is just get;
-
0
votes2
answers321
viewsVersioning of Bitbucket Code
Good afternoon guys, I work at a website development company and we are with the idea/need to host all the sites on github/bitbucket to stop using the old and good FTP as main "versionist" code. The…
-
0
votes1
answer74
viewsApply source code updates after Fork time and multiple changes
I have a situation where we use a system that the code is open source, but we made some modifications to fit our need. Now the original system has undergone code changes to improve security, I’m…
-
0
votes1
answer725
viewsCommit to wrong branch
I committed to a wrong branch and because of that I can no longer push a specific branch because the files that were modified no longer appear. How can I make a forced modification and upload these…
-
0
votes1
answer295
viewsIssue does not close after commit with Issue referenced "Issue #1 Fixed"
I’m doing some Git Flow testing and tried to close an issue #1 through commit within a Hotfix branch, see the repository: https://github.com/chinnonsantos/git-flow/issues/1 Note that in the two…
-
0
votes2
answers221
viewsCan you leave a commit only local?
The question may be kind of obvious or even confusing. But what I want to know is if there’s a way to leave a commit only local, for example. I’m working on a feature and such, did some important…
-
0
votes0
answers226
viewsHow to clone a direct project from a Branch?
I use Gitlab and Visual Code to do code versioning and I have the following problem: When cloning a project direct from master and then do the git pull origin tv_version my files are giving like…
-
0
votes0
answers30
viewsSharing a project without certain modules
I have a project in progress versioned, everything straight, with several modules and each module has several functionalities and I need to share the project with another team, but this team does…
-
0
votes0
answers65
viewsChanges to other branchs in tfs appear in the branch where I act
I don’t know much about TFS. But one thing is driving me crazy. Whenever I open a certain BRANCH to work, to finish and I will in PENDING CHANGES to make checkin and I see that in addition to the…
-
0
votes0
answers178
viewsHow to do semantic versioning?
I am working with a software in Visual Basic, that already exists for some time, but does not use standardized semantic versioning, I read some articles as semver.org and I had two doubts: 1 - What…
-
0
votes1
answer68
viewsPossibility to delete commit
I gave a commit but using a different version of the visual studio than the one the project was made, so there will be problems in publishing. I wonder if there’s a way I can delete this commit, and…
-
0
votes1
answer107
viewsGitlab permission error in visual studio 2019
I have the error below when I try to pull/push via visual studio. Opening repositories: C:\Projetos\Ecommerce\Epson Permission denied, please try again. Permission denied, please try again.…
-
0
votes2
answers464
viewsHow to make a GIT repository a common system folder again?
Good evening, I’m learning GIT. At first I created my desktop folder as a repository. Which contains several files that have nothing to do with my projects. So I was wondering if you have a way to…