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
-
4
votes2
answers121
viewsSoftware Release by Customers
The system I develop has several clients who use it. But I have a problem which is this: if I release a new version of the system, I raise it to the ftp, all customers using it have access to this…
-
4
votes1
answer190
viewsGit repository replication on local machine and Github
There is a way to replicate a particular repository between Github and a local machine the team uses? In case of failure of Github servers the team uses the local server and as soon as Github…
-
4
votes1
answer117
viewsWhy do some libraries start with version "0.6" or "0.2" instead of using "1.2" or "1.6"?
Well, here at Stackoverlow I could learn about Versioning. When incrementing the version using Semantic Versioning? Versioning scheme I was able to understand perfectly the versioning scheme, and…
versioningasked 8 years, 7 months ago Wallace Maxters 102,340 -
4
votes2
answers961
viewsBest practice for empty folders in . gitignore
Some people told me that the correct thing is to create an empty file and put inside each folder and set one .gitignore thus: /pasta/subpasta/* !/pasta/subpasta/.arquivovazio And other people told…
-
4
votes0
answers150
viewsWhat is Trunk Based Development?
I was recently introduced to an article in Medium on Trunk Based Development (TBD). The title was totally provocative, You don’t need Feature Branches anymore... ("You no longer need Feature…
-
3
votes2
answers10525
viewsHow do I remotely connect to Git
I already know what we use versioning for, how to do commits, add new files, logs, etc. but I would like to upload my files to the Github online repository, as I do to connect and upload my files?…
-
3
votes1
answer1642
viewsError clone with Git
When I try to clone a repository through Git Bash by command line it returns me this error, as in the image below: I’m on a corporate network, can it be the firewall blocking me? Has anyone ever…
-
3
votes1
answer816
viewsGit aborting a checkout
I’m trying to branch out but the git is aborting the operation. I’m in the branch dev trying to get to the branch master : $ git checkout master Error: error: Your local changes to the following…
-
3
votes1
answer223
viewsConfiguring SVN in Amazon EC2 - User authentication is not requested
I’m having trouble setting up SVN on an Amazon EC2 server managed by Bitnami. I actually created this machine to use Redmine, but I’ll also need the SVN. I followed the instructions on the wiki…
-
3
votes1
answer3088
viewsBack repository to previous state
I have a project that we use GIT for versioning. However, one of the programmers uploaded a wrong version to the remote server, gave commit, push and several commits and pushs. Then the site gave…
-
3
votes2
answers331
viewsIs there any way to change a file from a tag?
I have a small problem in my repository: A tag file 1.0.0 and 1.1.0 need to be changed. On github I realized that there is no such option as editing when you select a tag. But is there any way to…
-
3
votes2
answers21812
viewsI executed merge command on wrong branch as undo
In my project contain 2 branch a work and a master, today after a long time I went up the version of the project, but at the time of running the merge I ended up doing it in the wrong branch, only…
-
3
votes1
answer341
viewsDesign versioning Standard 5.1
I do a project in Laravel 5.1 and use the XAMPP and all settings as database this site,(home computer) etc. Only I went up (push) for Github this project only when I go on the work PC I clone the…
-
3
votes1
answer383
viewsVersionar app in Cordova
I have an application made with Ionic + Cordova and I would like to start versioning it for better control and start distributing only I forget to change the version manually to each build besides…
-
3
votes1
answer171
viewsGIT - Isolate new Feature from the master branch in a new branch and reset the master branch.
I created a new Feature in the master branch and would like to isolate it in a new branch. Also, after creating the new branch, I’d like to reset my local master branch to the remote master branch.…
-
3
votes1
answer580
viewsHow to make available a package created with Composer?
The json below is part of the Composer.json file of a package I created: { "name": "libspkgs/utils", "type": "library", "description": "Descrição aqui.", "keywords": ["key1", "key2"], "homepage":…
-
3
votes1
answer230
viewsShould I add the . suo file to my source control?
Visual Studio has a file with the extension .suo that saves some project options. What is this file and what options it stores? This file should be added to the project in TFS, SVN or any other…
-
3
votes1
answer656
viewsHow to structure multiple projects in Git
At the company where I work, we use Visual Studio 2013 and TFVC for versioning the projects. I’m used to the Source Control Explorer, be able to give Get Latest Version at any level (the entire…
-
3
votes1
answer289
viewsHow to ignore files according to their extension in TFS?
In git you can use the file . gitignore to ignore some file extensions, but would like to know if this can also be done in Team Foundation Service or if there is something similar to ignore files…
-
3
votes2
answers2516
viewsWhat’s the difference between Team Foundation Service and Git?
I want to know the difference between Git and TFS, because I don’t understand if the two are version control systems or just Git is a version control system while TFS is a web application to host…
-
3
votes1
answer207
viewsWhat is the difference between stable and legacy versions of jQuery UI?
I went to download Jquery UI and realized that it has two options, a stable call and another legacy, I would like to know the difference.…
-
3
votes1
answer131
views.gitignore for multi projects - Visual Studio
Setting I have a versioned project on github, put together a file .gitignore to make the project lighter and not to unnecessarily restore files, but I’m not succeeding. Note that my file .gitignore…
-
3
votes0
answers327
viewsHow to efficiently convert static/binary files (images, Pdfs, etc.)?
For example I have a PDF file with a content and after modifying some things in it, how should I proceed in question of the versions? (For some reason I should review this file). And in the case of…
-
3
votes1
answer433
viewsGit: What are the possible streams for two development environments?
I’m setting up a development environment with Git in some of my projects, my initial idea for simple projects is: The master branch is blocked when someone needs to perform change is created a new…
-
3
votes1
answer88
viewsIs there any SVN for database?
I have the following environment, an online database (Mysql) for production and several others (copies for each developer) used for local testing. Is there any program as well as SVN that performs…
-
2
votes1
answer1512
viewsSynchronize Bitbucket with Web Server
Is it possible to synchronize my project in 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…
-
2
votes2
answers8992
viewsHow do I update my application’s APK when the user requests it?
Explanation: I have an application that is constantly made quite changes, and every time I do, I get a new version with the same Private Key(Keystore), I mean, when I send the new *.APK install on…
-
2
votes2
answers155
viewsQuestions about using Git
I created a new project on Github and then tried to give the git push to upload the files that were on my machine. I did the basic procedures necessary (think) to work, but is giving error of failed…
-
2
votes4
answers21058
viewsHow to push local folder to Github
I would like to push a local repository to my Github. I did the standard procedure for this: git clone <chave ssh> Until then everything wonderful, he created a copy of the Gihub repository…
-
2
votes1
answer258
viewsIs it possible to include database versioning in the commit (GIT)?
I wonder if it is possible to versioning the database (in my case Mysql) through GIT, or if there is some other effective way to do it.
-
2
votes1
answer55
viewsIs it possible to share the auto name Count information in TFS?
I’m using the Enterprise Architect integrated with TFS to manage versioning and enable more than one person to work with the solution. We cannot share auto name Count settings between different…
-
2
votes1
answer151
viewsVersioning . jar in Java with Netbeans
I wish that mine .jar had a version number and release date inside it, so I could inform it on the about screen for example. So far no mystery, but the point is that every build in Netbeans I wanted…
-
2
votes2
answers3954
viewsHow to list all remote repositories in Git?
How to get a list of all remote repositories associated with a local Git repository?
-
2
votes1
answer138
viewsError while using Git on Ubuntu
So, I am currently using the Ubuntu 15.04 operating system to develop my daily activities. I have a PHP web project where I use the Cakephp 3 Framework and version my project in Bitbucket. My…
-
2
votes1
answer106
viewsJava class version
I wonder if in java I can specify a tag, or manifest, or something like that for a class or library and be able to query it within the Java code itself guy : @version 2.6.5 Class Pessoa { ... } and…
-
2
votes2
answers2200
viewsWhat is the difference between SVN and TFS?
I’ve always used SVN to read the artifacts but I’ve moved away from work and the company I’m working for uses TFS to do the versioning and I don’t know what this TFS does exactly. What’s the…
-
2
votes1
answer271
viewsCreate Rest service versions
I am creating Rest services with Java (Jersey). This service tends to grow and evolve, and may undergo changes in existing routines, therefore, I believe that the best way would be to create…
-
2
votes1
answer198
viewsVersion control Rest with Laravel
I’m doing an update on an app Android that has as back-end one api REST with php Laravel. I would like tips on how to do version control of this api. For example, I had to make a change to a table…
-
2
votes1
answer57
viewsGIT central repository + external server communication
Good morning I have a question, here in the company where I work we think about creating a shared local server that will be the central repository and all will clone and give the push. So far so…
-
2
votes2
answers552
viewsHow to connect Visual Studio Code with TFVC?
Is there any way to connect Visual Studio Code to use Team Foundation Version Control (TFVC) version control? If so, how to do?
-
2
votes2
answers208
viewsWorking with Github
We are with a project to create an application server based on J2EE + Glassfish in order to update the way we work in our company. In this environment, two programmers will work on the same project,…
-
2
votes1
answer41
viewsSVN does not check Branch changes
I created a branch from the trunk, and made all the necessary changes. When I finished the changes, using Visual Studio 2015 I merged the branch with trunk. I was settling conflicts when I was wrong…
-
2
votes0
answers71
viewsHow does the database version align with the PHP application?
Work on a project that system versions are incremented manually on semantic model, usually after a sprint a new version is released when a work is merged with the main branch and passes through the…
-
2
votes1
answer1738
viewsHEAD Detached at origin/master
I started studying a little while ago, Git, and I was creating a branch, but I ended up creating more branch than I wanted. So, I was deleting the branch that I didn’t want with the command line: To…
-
2
votes1
answer484
viewsChange source branch
Have a way to change the source branch of my current branch? Ex.: I created a new branch from branch A, but at a certain point, I realized I should have created it from branch B and not from branch…
-
2
votes1
answer79
viewsHow do I manage a git for two domains?
I have a website that I’m working on, where we’re now starting to install version control and we’re having a hard time testing the site before sending it to production. We have the following…
-
2
votes2
answers90
viewsIs there a possibility of versioning files other than code?
Like versioning Ireport files or other tool ? 'Cause I work with a ERP and I need to find a way to edit the files I edit.
versioningasked 4 years, 9 months ago Aprendiz 787 -
2
votes1
answer236
viewsGitignore, Ignore a file without deleting it from versioning
I need to ignore any modification in certain files, but when modifying anything (in those files), it recognizes the change and stays to commit, follows my . gitignore #Arquivos Diversos *.log *.yml…
-
1
votes1
answer95
viewsSQL Server versioning integrated into the Entity Framework
In the company I work have chosen to create the models from the database with the Entity Power Tools. We have an online version of our application and locations for testing and development. When…
-
1
votes1
answer1228
viewsOriginal site does not accept CSS that on localhost is working
Use the GIT for the versioning of the project under development. I have a form made with the Contact Form 7 and to change his pattern, I changed some classes with css. In the local version it…