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

Re: svn commit: rev 5200 - trunk/tools/dev

From: Michael Price <mprice_at_atl.lmco.com>
Date: 2003-03-05 16:54:34 CET

Branko $,1 ,(Bibej writes:
> > rmtree([$repo]) if -e $repo;
> > my $svnadmin_cmd = "svnadmin create $repo";
> >+ $svnadmin_cmd = "$svnadmin_cmd --bdb-txn-nosync" if $no_sync;
> > system( $svnadmin_cmd) and die "$svnadmin_cmd: failed: $?\n";
>
> M-x untabify? (Yes, I know you didn't add tabs -- but now's the time to
> kill them off.)

Or better yet:

 (setq-default indent-tabs-mode nil)
 (setq-default whitespace-auto-cleanup t)
 (setq-default whitespace-check-leading-whitespace t)
 (setq-default whitespace-check-trailing-whitespace t)
 (setq-default whitespace-check-ateol-whitespace t)
 (setq-default whitespace-check-spacetab-whitespace t)
 (setq-default whitespace-check-indent-whitespace nil)
 (setq-default whitespace-silent t)
 (whitespace-global-mode t)
 (add-hook 'write-file-hooks 'whitespace-buffer)

and never worry about whitespace again.

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 5 18:59:08 2003

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.