Re: Exclude a directory from a copy.

2011-06-24 Thread Kurt Pruenner
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

Re: Exclude a directory from a copy.

2011-06-23 Thread Gavin Baumanis
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

Re: Exclude a directory from a copy.

2011-06-23 Thread Daniel Shahaf
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 > >

Re: Exclude a directory from a copy.

2011-06-23 Thread Konstantin Kolinko
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

Re: Exclude a directory from a copy.

2011-06-22 Thread Ryan Schmidt
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

Exclude a directory from a copy.

2011-06-22 Thread 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 required for the work that will be occurri