[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: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-03-05 13:29:24 CET

Branko ÄŒibej <brane@xbc.nu> writes:

> > 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.)

To be strictly accurate, I didn't add the tabs in this commit but I
did add them. Fixed in r5210.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Mar 5 13:30:28 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.