vote up 2 vote down star

I'm out of the office working on a large codebase and the time has come to change branches.

I cannot checkout the whole project from scratch because my connection is flaky,
the vpn client is even flakier, and together they cannot handle the larger commits.

Since the branches are very similar, I should be able to ask subversion to transform
this branch into that branch by pulling down only the differences.

How do I do that?

flag

71% accept rate

1 Answer

vote up 9 vote down check

Svn switch command?

http://svnbook.red-bean.com/en/1.5/svn.ref.svn.c.switch.html

link|flag
Man, skeeted again. – Martinho Fernandes Jul 17 at 9:57
Oh, +1 btw. Was going to post that exact same link. – Martinho Fernandes Jul 17 at 9:58
Thanks, it worked. I was under the impression that switch was for updating your URL when you move the repository. Great. – Rhythmic Fistman Jul 19 at 22:54

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.