Tagged Questions
3
votes
3answers
311 views
Subversion: Merging a vendor's source code releases into mainline at regular intervals
At regular intervals, I receive a new release of a vendor's software, delivered as source code in a compressed package, and I don't have access to the vendor's source code repository. We make changes ...
3
votes
2answers
341 views
Help me understand Svn merge
I don't understand svn merge. Here's the scenario:
We have a branch that contains the latest stable copy of our code. I will refer to this branch as 'the branch'. There's also a trunk branch which ...
2
votes
2answers
111 views
Need help / advice on using branches and merging back to trunk
My question is, when merging as per the procedure below, is the last step of the procedure "folding the branch back into trunk" the proper way to do this, in a best-practices scenario?
I've been ...
2
votes
1answer
104 views
Do I need to merge SVN Vendor Branches in sequence?
I have used svn_load_dirs.pl to create vendor branches and I have the following versions in my vendor branch
1.2.0.1/
1.2.1.2/
1.3.0/
1.3.1/
1.3.1.1/
1.3.2/
1.3.2.1/
1.3.2.2/
1.3.2.3/
1.3.2.4/
...