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

Re: Feature request: svn clean

From: Eric Wilhelm <ewilhelm_at_sbcglobal.net>
Date: 2005-03-04 21:23:47 CET

# The following was supposedly scribed by
# Tom Mornini
# on Friday 04 March 2005 02:11 pm:

>Just roll your own:

Okay, but maybe consider reading 'perldoc system' before doing that.

>     my $command = "rm -rf $1";

>       system $command;

Filenames with spaces and funny characters could cost you if you have
your command constructed as a scalar.

--Eric

-- 
I arise in the morning torn between a desire to improve the world and a 
desire to enjoy the world. This makes it hard to plan the day. 
                                               -- E.B. White
---------------------------------------------
    http://scratchcomputing.com
---------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 4 21:24:59 2005

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.