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

OT: Re: HOWTO: Screw up a repository (svnadmin load repo > svn_dump)

From: Lloyd D Budd <lloyd_at_foolswisdom.com>
Date: 2002-11-14 20:45:02 CET

On Thu, 2002-11-14 at 13:35, Scott Lamb wrote:
> As Karl said, this is a shell thing. Most shells have a "noclobber"
> option that will check if the file already exists and require you to do
> ">|" explicitly to destroy its contents. So if you want to be safe, a
> "set noclobber" in your .bashrc (not .bash_profile, that wouldn't affect
> subshells) and you should be good.

It is actually "set -o noclobber" I believe.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 14 20:45:27 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.