On 24.06.11 05:17, Gavin Baumanis wrote:
> Initially I thought I would check if there was some "little gem" to
> be used that would do it without me having to the extra work of
> manually;
>
> * Deleting the unwanted directory from myNewBranch
> * Reverting the delete in the trunk after reintegra
I am not sure if I am missing something or not...
Possibly just "this" user error
I have created a test repo as a test bed for the reintegration step.
and created the following structure;
/trunk
/trunk/wanted
/trunk/unwanted
/branches
I then did a WC->WC copy;
svn copy trunk/ branches/myNewBr
Konstantin Kolinko wrote on Thu, Jun 23, 2011 at 11:48:46 +0400:
> 2011/6/23 Gavin Baumanis :
> > Hi there everyone,
> >
> > I am just wondering if there is a short-hand way of excluding a directory
> > from a copy?
> >
> > I am wanting to create a branch from the trunk - but omit a specific
> >
2011/6/23 Gavin Baumanis :
> Hi there everyone,
>
> I am just wondering if there is a short-hand way of excluding a directory
> from a copy?
>
> I am wanting to create a branch from the trunk - but omit a specific
> directory from the copy as it contains about 1GB of binary data that are not
> r
On Jun 22, 2011, at 21:01, Gavin Baumanis wrote:
> Hi there everyone,
>
> I am just wondering if there is a short-hand way of excluding a directory
> from a copy?
>
> I am wanting to create a branch from the trunk - but omit a specific
> directory from the copy as it contains about 1GB of bin
Hi there everyone,
I am just wondering if there is a short-hand way of excluding a directory from
a copy?
I am wanting to create a branch from the trunk - but omit a specific directory
from the copy as it contains about 1GB of binary data that are not required for
the work that will be occurri