[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-06 21:24:48 CET

Branko $,1 ,(Bibej writes:
> 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.

For it to be effective, you have to do a giant whitespace cleanup on
every source file and then make everyone start using whitespace mode.

So yeh, whitespace can be a headache. What else is new?

Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 6 21:26:18 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.