Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
58 views

I have a svn branch, say feature, created from trunk. I am ready to merge my feature branch into trunk, so I did this: cd trunk/ svn merge <path/to/feature/branch> After doing this, I am not ...
Rahul Bharadwaj's user avatar
0 votes
1 answer
211 views

We are facing a problem in the code merge and un-merge, Please advice : Problem statement is below: We are using SVN as SCM, We have a trunk, from trunk we have created the a Branch B1 for the ...
Bhanu's user avatar
  • 1
0 votes
1 answer
86 views

Kindly clarify my questions. I ask these question because I'd like to understand the reason for 'missing mergeinfo' 1) Is svn:mergeinfo stored on 'SVN Host Server' or on 'Working copy'? 2) If ...
Sathish Kumar's user avatar
0 votes
1 answer
428 views

We merge changes from time to time from trunk to our current branches. We use SVN 1.7.6 and tried it with SmartSVN and Tortoise SVN. It does not work to merge the changes made in the svn:externals ...
Creepin's user avatar
  • 509
0 votes
1 answer
175 views

We have a recent requirement at my workplace wherein we have a baseline Android project (trunk). Other projects will need to (svn) branch out from this baseline Android project and start their own ...
user1506104's user avatar
  • 7,126
0 votes
1 answer
416 views

I am new to Tortoise SVN and i have the following 2 doubts i)When i checkout Trunk Project from Repository,Head Revision is 181 ,whereas when i checkout ,it says Workingcopy revision as 204(yes it ...
Vijay Manohar's user avatar
2 votes
1 answer
2k views

Although there are several similar questions here (e.g., SVN - Reintegration Merge error: "must be ancestrally related") and on the Web, I wasn't able to figure out why svn mergeinfo <file> ...
dokaspar's user avatar
  • 8,724
5 votes
3 answers
14k views

I have an issue with Eclipse and Subversive. I'm trying to reintegrate a branch of a project into the trunk. These are the operations that I'm following: Switch to the trunk version of the project I ...
Alessandro C's user avatar
  • 3,640
0 votes
1 answer
222 views

Lets say that I'm merging a directory from branch-alpha into trunk. There is a new file called phi.txt in branch-alpha that will be merged into trunk. Will the revision of phi.txt change?
Roland's user avatar
  • 7,955
0 votes
1 answer
314 views

What's the difference between svn copy and svn merge when creating a branch in SVN?
Naomi's user avatar
  • 79
0 votes
1 answer
555 views

I have the svn repo with XML files, and I'm not satisfied with svn-update automerge functionality. After svn update or svn update --accept postpone I've got the corrupted XML like this. <?xml ...
Y.N's user avatar
  • 5,347
0 votes
1 answer
202 views

I'm working with Subversion 1.7.x, and am doing my development on a branch. From time to time I merge from trunk to keep the branch up to date. During the latest merge, though, the incoming code, ...
watery's user avatar
  • 5,557
0 votes
3 answers
2k views

I am using SVN merge (two different trees) to merge trunk to a feature branch. I am selecting source as trunk and target as featurebranch and doing it from a featurebranch local workspace(golden, ...
Narayanan's user avatar
4 votes
1 answer
4k views

I'm trying to follow the release branching model described at http://svnbook.red-bean.com/en/1.7/svn.branchmerge.commonpatterns.html, but on attempting to do the merge I get a merge conflict. # ...
Mark's user avatar
  • 1,862
0 votes
2 answers
2k views

I have source files managed in SVN using TortoiseSVN. I had added files and committed them to a revision, and subsequently decided to branch. I branched with the files I needed, and performed a delete ...
SierraTango's user avatar
0 votes
1 answer
39 views

I am working on project and now one more team member will be working with me on different module. Can any one guide me how to use svn while working in a team? I need to do following things : Create ...
Sumeet's user avatar
  • 117
2 votes
0 answers
146 views

I'm looking into creating a tool to diff and merge a file in SVN based on its extension. The files in question are YAML-based, but I don't trust TortoiseSVN to merge them properly, since it has no ...
limey's user avatar
  • 21
5 votes
2 answers
3k views

We have a problem with the new 1.8 subversion clients (we use TortoiseSVN 1.8.5 & SlikSVN 1.8.5). It seems that the new SVN 1.8 feature of being able to keep using your feature branch after ...
Halt's user avatar
  • 2,994
0 votes
1 answer
443 views

When I try to merge the branch back to the trunk, a batch script must be invoked which runs sonar analysis. If the analysis is successful, only then the merge should proceed further, else it must be ...
user3214720's user avatar
0 votes
0 answers
260 views

I have a issue. I am trying to merge a branch back to trunk.The branch has never been merged to trunk.The branch has been renamed couple of times. Now when i merge it stops at a specific revision ...
Pravin's user avatar
  • 141
1 vote
1 answer
588 views

Environment: OS: Linux Mint 14 SVN: 1.8.3 This issue occurs under command line and subclipse plugin. I create a new java package under an existing project, and adding many classes in this package. ...
Matheus M.'s user avatar
0 votes
0 answers
337 views

Today I encountered a really interesting problem while trying to do a what seemed a simple enough merge. Suppose we have two branches, B1 and B2, where B2 was branched from B1 at some time T1. On ...
Sterpu Mihai's user avatar
0 votes
1 answer
2k views

As we know, TortoiseSVN creates svn:mergeinfo as a folder property if the merge is performed at that folder level. This could be a top folder (such as trunk) or some sub folder. I always thought that ...
windfly2006's user avatar
  • 1,715
5 votes
2 answers
11k views

We have a repository running SVN. At some moment, to add a feature (lets call it 'branch'), we created a development branch from the main trunk (let's call it 'trunk'). We kept doing our work and ...
Pedro Perez's user avatar
0 votes
1 answer
98 views

I am getting the tree conflict message as mentioned below - 514 (dev) dev:/export/home/user> svn status M . ! C ABC_NY > local delete, incoming edit upon merge Summary of ...
Shweta Chandrakar's user avatar