How to make a private branch of public SVN repository? -


I want to make a private branch of a public SVN repository. By this, I mean that there is a public, open source (codeplex) repository that I need to make of my own, these changes will not be accepted back in the customs changes in the tree. . I want to:

  • Check the changes made in my own source control, so that they can be saved and editions made.
  • Put some links with the original so that I can easily merge "official" changes.

I understand that git can do this, but I can not understand how to do it with SVN.

If not possible, how can I do some aspect of the above - to take a complete code in my repository and keep a "clean" copy of the official tree where I can easily let two trees Can i separate

The best solution to this problem is described in the section, thanks, James

Use the SVN export order to dump your local SVN workspace snapshot of the external SVN hosted project in the form of a vendor drop.

Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -