Re: Problem with svndumpfilter

2018-06-08 Thread Branko Čibej
On 08.06.2018 10:20, Doros Agathangelou wrote: > Another option is to use Subdivision, a commercial tool that is > designed to do exactly these kinds of operations, in other works > Delete files, Extract files, Split repositories in two parts. > Subdivision reads the repository structure in memory

Re: Problem with svndumpfilter

2018-06-08 Thread Doros Agathangelou
Another option is to use Subdivision, a commercial tool that is designed to do exactly these kinds of operations, in other works Delete files, Extract files, Split repositories in two parts. Subdivision reads the repository structure in memory and 'understands' the structure of your repository. It

Re: Problem with svndumpfilter

2018-06-07 Thread Stefan Sperling
On Thu, Jun 07, 2018 at 10:40:51AM -0400, Alfred von Campe wrote: > Thanks, Stefan. The path of least resistance for me is to use the script you > pointed me to. However, it seems that the exclude feature is not yet > implemented: > > try: > if args[0] == 'include': >

Re: Problem with svndumpfilter

2018-06-07 Thread Alfred von Campe
Thanks, Stefan. The path of least resistance for me is to use the script you pointed me to. However, it seems that the exclude feature is not yet implemented: try: if args[0] == 'include': sys.exit(analyze_logs(map(sanitize_path, targets))) elif args[0] == 'exclude':

Re: Problem with svndumpfilter

2018-06-07 Thread Nico Kadel-Garcia
On Thu, Jun 7, 2018 at 3:04 AM Stefan Sperling wrote: > > On Wed, Jun 06, 2018 at 03:12:20PM -0400, Alfred von Campe wrote: > > I’m trying to remove two sensitive directories from a repo so we can have a > > 3rd party work on it. I first dumped the entire repo, and now I’m trying > > to remove

Re: Problem with svndumpfilter

2018-06-07 Thread Stefan Sperling
On Thu, Jun 07, 2018 at 09:04:29AM +0200, Stefan Sperling wrote: > On Wed, Jun 06, 2018 at 03:12:20PM -0400, Alfred von Campe wrote: > > I’m trying to remove two sensitive directories from a repo so we can have a > > 3rd party work on it. I first dumped the entire repo, and now I’m trying > >

Re: Problem with svndumpfilter

2018-06-07 Thread Stefan Sperling
On Wed, Jun 06, 2018 at 03:12:20PM -0400, Alfred von Campe wrote: > I’m trying to remove two sensitive directories from a repo so we can have a > 3rd party work on it. I first dumped the entire repo, and now I’m trying to > remove two directories from one particular branch. But svndumpfilter

Problem with svndumpfilter

2018-06-06 Thread Alfred von Campe
I’m trying to remove two sensitive directories from a repo so we can have a 3rd party work on it. I first dumped the entire repo, and now I’m trying to remove two directories from one particular branch. But svndumpfilter keeps failing as follows: $ svndumpfilter exclude branches/develop/dir1