[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: Branko ÄŒibej <brane_at_xbc.nu>
Date: 2003-03-06 13:48:13 CET

Michael Price wrote:

>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)
>
Would this clean up whitespace in places you hadn't touched while
modifying the file? If so, then that's a big -1.

-- 
Brane ÄŒibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 6 13:48:56 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.