Questions tagged as 'svn'

3
answers

Why use Git for individual development?

In 2008 I asked a question in the SO about version control for solo developer and got an excellent response from Jon Skeet indicating the use of SVN. Unfortunately it has recently been closed and removed. Today Git is becoming ubiquitous. Thi...
asked by 13.12.2014 / 19:21
2
answers

What is the meaning of branch, tag, and trunk?

What do they mean and what are the best practices for using them?     
asked by 11.06.2014 / 19:52
1
answer

Is it possible to integrate SVN with my task control tool?

I have a development environment with an SVN server running with VisualSVN and terminals with TortoiseSVN. In this same environment I have a task control system, done in Delphi, in which the tasks are assigned to the developers. Once a task i...
asked by 24.01.2014 / 14:54
2
answers

How do I show the changes made to a SVN revision?

I have a revision number on the svn tag . How do I do (command line) to show the changes that were made in this revision? As far as I can:    svn log -r XXXXXX But this way it only shows the text of the Commit .     
asked by 11.04.2014 / 16:30
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
2
answers

Software Release by Customers

The system I develop has several customers who use it. But I have a problem which is this: if I release a new version of the system, I upload it to ftp , all clients that use it have access to this new version and the system is updated. I do...
asked by 16.07.2015 / 23:05
2
answers

Not Sending Target Files

When Syncronize in my project in SVN it appears a giant list with the files of Target where if I try to give commit of the error. How can SVN ignore these files? I'm using Eclipse SVN.     
asked by 09.01.2015 / 18:33
1
answer

SVN Externals in Git. Exist?

I have a common layer in my project that will fit two or more companies. I know that in%% exists the Externals option where I reference an external repository in the repository of the company in question. Is there such a functionality in Gi...
asked by 18.04.2016 / 22:29
1
answer

Problems in SVN

Someone has already experienced this problem in svn I use SVN in Linux and Tortoise on windows 10. Commit failed (details to follow): Não é possível mover 'J:\familia4r_sis\.svn\tmp\svn-4A465EB1' para 'J:\familia4r_sis\.svn\pristineaa59232...
asked by 05.10.2015 / 21:28
1
answer

Resolve SVN error: "must be ancestrally related to ..."

With TortoiseSVN I created a branch for production from my trunk , but after a while when I try to merge trunk in production gives the following error:    ' link ' must be ancestrally related to ' link ' Why does this happen and h...
asked by 29.01.2015 / 18:45