You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Michael Hipp <Mi...@Hipp.com> on 2005/06/15 20:52:23 UTC

Wildcards in svndumpfilter exclude?

I'm trying to do something like this:

   cat repodump | svndumpfilter exclude mydir/*.exe > outfile

It seems to acknowledge the wildcard but otherwise ignores it. The *.exe 
files are still in the output dump file. Excludes of individual files 
("foo.exe") work.

Any way to use wildcards here?

Thanks,
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Wildcards in svndumpfilter exclude?

Posted by Michael Hipp <Mi...@Hipp.com>.
Michael Hipp wrote:
> I'm trying to do something like this:
> 
>   cat repodump | svndumpfilter exclude mydir/*.exe > outfile
> 
> It seems to acknowledge the wildcard but otherwise ignores it. The *.exe 
> files are still in the output dump file. Excludes of individual files 
> ("foo.exe") work.
> 
> Any way to use wildcards here?

Does anyone know if there is a way to use wildcards in a svndumpfilter?

Thanks,
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org