[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: External (branch behavior)

From: Ben Fritz <fritzophrenic_at_gmail.com>
Date: Mon, 30 Jun 2014 08:05:54 -0500

On Mon, Jun 30, 2014 at 3:48 AM, Henry Leung <henry.leung_at_hld.com> wrote:
> I want to include another project within my working copy, say a library. However, I want to make changes on the external files (external library) and commit without changing the original source files (like a branch).
> How can it be done in SVN ?
>

If you have write access, you could make a branch within the external
library's project. Then set up svn:externals to pull the branch into
your project.

Alternatively, you could use the "vendor branch" concept, which is
made easier by the "vendor branch here" feature of TortoiseSVN. See
the following:

http://tortoisesvn.net/tsvn_1.8_releasenotes.html#extlibs
http://stackoverflow.com/questions/1027172/subversion-vendor-branches
http://svnbook.red-bean.com/en/1.8/svn.advanced.vendorbr.html

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=3084215

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2014-06-30 15:06:26 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.