Re: Inverse of svn export (only create or update .svn / _svn directories)
From: Matthew Hannigan <mlh_at_zip.com.au>
Date: 2007-03-05 21:55:09 CET
On Mon, Mar 05, 2007 at 09:51:32AM -0800, Blair Zajac wrote:
Good point, it looks like there was a good reason to use the non-0 form!
> You need something like this
That won't do it; cpio will only copy the .svn dir
So just use the non-0 form; .svn dirs don't have funky
You might be able to improve the grep to prevent matching
grep '/\.svn[/$]'
ensures the .svn is followed by end of line or slash.
There's also rsync with it's --include option, but where
Matt
---------------------------------------------------------------------
|
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.