svn-merge Questions

4

Solved

I'm very new to Subversion, but I've used other revision control systems like ClearCase for years. My boss asked me to fix this project so that it could be built with Maven instead of Ant. One of ...
Plumage asked 14/1, 2010 at 13:27

1

Solved

Backstory: Got a job as an entry level web developer. Head developer leaves right when I start. All responsibility on me. Never used SVN. Going in blind. Problem: I keep getting errors like 'svn...
Candycandyce asked 5/3, 2014 at 17:0

2

I want to merge my branch to trunk and basically want to over-write all the code in branch to the trunk..While receiving conflicts I kept doing "theirs full" for all the conflict; but still at the ...
Foursome asked 22/1, 2014 at 5:23

2

Solved

I have a project with with the following structure ^/project/trunk ^/project/branches/mybranch where current HEAD is revision 1048. The branch was copied from trunk in r523. trunk has been merge...
Sweaty asked 20/2, 2013 at 17:48

2

Solved

Using the merge functionality in SVN (through TortoiseSVN) since a few month, I have the feeling that SVN reports way too often that a conflict occurs. So I am looking for a way to make (Tortoise)...
Cakewalk asked 22/5, 2013 at 10:55

2

Solved

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 ...
Jaworski asked 3/7, 2013 at 16:29

2

I am new to svn and need to do a lot of merging from trunk to a branch we are working from. This is the sequence of svn commmands I take to merge svn up svn mergeinfo --show-revs eligible branch ...
Verticillaster asked 13/4, 2013 at 5:14

3

I am getting Tree conflict in SVN. It's weird! I have standard Trunk, Branches, Tags structure, and follow multiple team model. Branch1, Branch2 are created form Trunk and active parallely Steps ...
Tails asked 5/3, 2013 at 10:32

1

Solved

So long time user of SVN, but fairly inexperienced in branching / tagging, and when I have I suspect I'm not really using it correctly or to its full potential. I have my trunk which I work on add...
Nobile asked 21/3, 2013 at 11:52

2

Solved

Within a pre-commit script, is it possible (and if so, how) to identify commits stemming from an svn merge? svnlook changed ... shows files that have changed, but does not differentiate between me...

2

Solved

I am a bit curious on how the merge info in Subversion is used, and what kind of problems one can run into if the merge info is incorrect? For example, I have branched branch1 and branch2 from tru...
Reta asked 23/3, 2012 at 7:27

6

Solved

Eclipse + Subversive plugin On commiting a directory which is out of sync with the SVN a message pops up: Merge conflict during commit svn: Commit failed (details follow): svn: File or directory ...
Sylas asked 6/8, 2009 at 12:36

2

Solved

We have a branch B1, and it is still not stable yet so it is not in trunk. But we want to work with changes from B1 so we create a branch B2 from B1. So svn copy was done as follows svn copy http...
Rumpf asked 13/7, 2011 at 19:45

2

Solved

I'm working with an svn setup I'm not used to and I need to merge new code from one branch to another. There's no code in the trunk folder so I don't know if I should update the trunk to the code...
Centennial asked 8/12, 2010 at 22:21

1

I have created a feature branch off of the trunk for my project and the feature branch requires some project file configuration changes for it to work. When I merge the feature back to the trunk I ...
Calendre asked 4/3, 2010 at 15:23

1

Solved

We run svn 1.6.x on both server and client. I branched, worked for several weeks, downmerged a few times, and then set out to upmerge back. svnmerge.py, as logged below, splits the commits into two...
Flax asked 25/11, 2009 at 14:38

1

Solved

How are you using svnmerge for merging and branching in svn? Specifically I ask because I have started using svnmerge to track a specific branch in a project I work on. I did svnmerge merge and en...
Judgemade asked 4/11, 2009 at 13:11

4

Solved

We have several large subprojects inside our main SVN project root. I commit and merge only my subproject when working with our release branches, mainly because it's faster. However, a colleague p...
Allegorize asked 16/4, 2009 at 20:5

3

Solved

I had a problem with committing changes after merging two branches of my project using TortoiseSVN. Here are details: I did a merge branch to trunk of project which I am working on. Project inc...
Cerebellum asked 21/10, 2008 at 20:22

1

Solved

I'm trying to use svnmerge.py to merge some files. Under the hood it uses python, and when I use it I get an error - "The system cannot find the file specified". Colleagues at work are ru...
Pittsburgh asked 30/8, 2008 at 20:24
1

© 2022 - 2024 — McMap. All rights reserved.