Re: Has Subversion's attitude toward dataloss changed significantly since 0.27?
From: Garance A Drosihn <drosih_at_rpi.edu>
Date: 2007-03-21 17:54:32 CET
At 9:22 AM +0100 3/21/07, Jan Hendrik wrote:
If you do 'find * -etc', then it will skip the .svn directories in
If you want to skip .svn directories, you need to add a few extra
find . -name Makefile\*
becomes:
find . \( -type d -name .svn -false -prune \) -o -name 'Makefile*'
(I guess you don't really need the '-type d' part, but I like to
> > Garance
I have never seen the flower in real life.
-- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Mar 21 17:55:00 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.