Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

20
votes
3answers
5k views

How do I use the new SVN merge-tracking?

In my existing (Pre-SVN 1.5) merge strategy, we create a copy of the Trunk (called BasePoint) at the moment of branch-creation for referencing later during the merge. When we need to merge a branch ...
8
votes
2answers
651 views

Is SVN 1.5 Merge-tracking ready for prime-time?

I'm already using SVN 1.5, both sever(VisualSVN 1.5.1) and client-side(TortoiseSVN 1.5.1) but we are using a fairly lengthy SVN Branch-Merge dance. How ready is the Merge-Tracking facility of SVN ...
5
votes
3answers
2k views

What am I doing wrong with SVN merging?

When SVN with merge tracking works, it's really nice, I love it. But it keeps getting twisted up. We are using TortoiseSVN. We continuously get the following message: Error: Reintegrate can ...
4
votes
1answer
365 views

How should one use the svnmerge workflow with Mercurial?

svnmerge helps to block some changesets from a specific branch. How can this be achieved with Mercurial?
2
votes
1answer
133 views

How to enable subversion merge tracking

How do I enable svn client to start saving svn:mergeinfo property. My client is v1.6.5 and the server runs 1.5.2.
2
votes
4answers
264 views

Preventing working copy out of date when using SVN merge tracking

When using the merge tracking feature in Subversion 1.5, SVN updates the mergeinfo property of the parent folder to track the revisions being merged. We have a large number of developers (>500) ...
1
vote
1answer
28 views

Can Subversion properly handle merges in both directions (trunk <-> branch)?

As far as I understand, the most common (and recommended) way to handle branching & merging in Subversion is: create branch as a copy of trunk do disruptive development on branch, and regular ...
1
vote
3answers
506 views

SVN: Track merges

Is it possible in SVN 1.6 to track where a commit was merged. I'm especially interesting in UI based solution (Eclipse plugin will be great).
0
votes
2answers
113 views

Looking for a Document Comparer that can generate difference reports

I've been using an application called "WinMerge" lately for document comparisons, but one of the requirements of my teams script files (for auditing purposes) is that when we release a revision of a ...
0
votes
2answers
379 views

Why does TortoiseSVN (1.5.3) try to merge 1-Head when I pull from trunk?

I use TortoiseSVN 1.5.3 and VisualSVN 1.5.3 (Subversion 1.5.2) Suppose that I create a new branch (/branches/branch1) of the trunk(/trunk) then someone (also using TortoiseSVN 1.5.3) merges their ...