Tagged Questions

1
vote
3answers
52 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 reposito …
2
votes
2answers
121 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 t …
2
votes
1answer
25 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 …
1
vote
2answers
98 views

svn vendor branch

In svn red book in vendor branch chapter, it is proposed to maintain a current/ containing the latest release of 3rd party product, so from the example we end up with: repos/ve …
4
votes
2answers
718 views

Vendor Branches in GIT

A GIT project has within it a second project whose content is being worked on independently. Submodules cannot be used for the smaller, as even the subproject must be included whe …
3
votes
1answer
150 views

git workflow for making modifications you’ll never push back to origin

Git newbie here. I'm building an iPhone app with PhoneGap, which has a Git repos. I'd like to keep track of my changes to the PhoneGap code (mainly, adding files to the www direct …
2
votes
1answer
181 views

Is there a way to do a reverse update with Subversion?

I have a branch in an SVN tree which contains the source to a third party product. I need to update that branch with the latest version. If I check it out and copy the new source o …