Re: Inverse of svn export (only create or update .svn / _svn directories)
From: Blair Zajac <blair_at_orcaware.com>
Date: 2007-03-05 18:51:32 CET
Matthew Hannigan wrote:
You can't do a grep when you use -print0, since the output from print0
You need something like this
find . -name .svn -print0 | cpio -pdm0 "$checkout"
Regards,
-- Blair Zajac, Ph.D. <blair@orcaware.com> http://www.orcaware.com/svn/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Mar 5 18:52:14 2007 |
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.