[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: usage help

From: Roman Neuhauser <neuhauser_at_bellavista.cz>
Date: 2002-10-07 09:17:59 CEST

# tcovert@sahuagin.net / 2002-10-05 23:57:27 -0600:
> However, I don't want it to recurse through ALL of the directories. IE
> I don't want to store my .mozilla/default/cache and such.

    That's a non-svn problem. But...

    echo ~/.* | while read f; do
        if [ -f $f ]; then
            ln -s $f .
        fi
    done

-- 
begin 666 nonexistent.vbs
FreeBSD 4.7-RC
9:14AM up 19 days, 16:29, 23 users, load averages: 0.05, 0.07, 0.08
end
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 7 09:19:10 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.