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

is there a way to checkin the workspace Depth property?

From: Reagan Penner <reagan_penner_at_pmc-sierra.com>
Date: Fri, 13 Feb 2009 14:22:03 -0800

Hi there,

we are trying to figure out a way to create a branch of a sub-set of the
modules in our trunk.

For example, say we have (|trunk/mod1|, |trunk/mod2|, |trunk/mod3|,
|/mod4,| etc.)

and we want our branch to contain: branches/project1/(mod1, mod3, and mod4)

One way that we could do this is to svn copy trunk to branches/project1
and then svn del mod2. This would give us the project branch that we are
after however, we could run into issues down the road when we merge
branches/project1 back to trunk i.e., someone could accidentally delete
mod2 from the trunk if not paying attention.

Another scenario is to create project1 with an svn copy of trunk, then
checkout --depth empty branches/project1 and use update --set-depth
infinity mod1 mod3 mod4 to obtain the project1 workspace that we are
interested. Where this option falls down is that every time we create a
workspace it is now a two step process and we have to remember the mods
to include.

It would be nice if we could commit this workspace "Depth" property back
to our branch some how. Is there away of doing this?

Any suggestions would be greatly appreciated.

thanks,
-reagan

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1153525

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-02-13 23:23:03 CET

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

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