Questions tagged as 'versionamento'

2
answers

Versioning scheme

In .NET,% generated% have four version numbers. I've heard a lot about the major version and minor version, and that these would be the first two numbers. I've heard that the third one would be a "maintenance" number and the fourth would be a "r...
asked by 26.02.2014 / 19:33
2
answers

What are really the sets of Git modifications?

I'm now starting to use Git and one thing I heard in the course I'm seeing was this: what Git actually saves are not the different versions of the files, but sets of modifications. In this way, by doing a commit , instead of saving the...
asked by 28.01.2015 / 21:29
2
answers

Is using version control on the production server a good practice?

In the company I currently work in, we have a Web system (C # ASP.NET) where we use the Team Foundation Server 2013 development environment. On the production server we do not use any version controls: we use FTP only, a discussion here of how w...
asked by 08.05.2015 / 16:19
2
answers

Create trunk, branch, and tag folders in subversion in an existing repository

I have a project that is in a repository in subversion , but NOT is inside the recommended folders: trunk, branch, and tag. As if the folder that the project is was the trunk itself. Can I create the 3 folders and put the project in the trunk...
asked by 09.10.2014 / 20:53
3
answers

Move folder / files between repositories without losing Change history

   Context:   I have a versioning environment in Mercurial using TortoiseHG for viewing and commits and files. I want to move a folder from one repository to another and without losing the change history , I would like to know if it is pos...
asked by 09.10.2015 / 17:15
1
answer

Workflow in R: strategies for organizing a data analysis project

Based on this SOEN question , I ask: / p> What strategies do you recommend to organize a data analysis project in R ? The project usually involves the following steps (not necessarily in that order): Load and "clean" a "raw" databas...
asked by 08.03.2014 / 02:52
2
answers

How to version front-end projects?

How to version front-end projects? Semantic versioning has the following approaches: MAJOR - when you make incompatible API changes MINOR - when you add functionality backward compatible PATCH - when making bug fixes backwards compa...
asked by 07.09.2017 / 17:23
2
answers

GIT: project with 2 versions in different clients and main branch

I have a question about the GIT organization. I have 1 project that will divide into 2 versions for different clients, I would like to maintain a main branch and that the generic changes would be made in this branch and replicated for the 2 v...
asked by 27.11.2017 / 14:16
1
answer

Number of revisions per file saved via Git

I have a very specific need, I need to store at most 3 revisions of a PSD file, with each new revision being deleted. Is it possible to do this in Git?     
asked by 16.09.2014 / 14:43
1
answer

What is Flyway and when to use it?

The system recently called attention to this question , and it talks about Flyway. So, I'd like to know: What is Flyway? What problems does he propose to heal? When to use it? What are the competing solutions? Is it for multi-ten...
asked by 19.02.2018 / 13:02