[svk-devel] PATCH: avoid read-only commit message files on Win32

Jesse Vincent jesse at bestpractical.com
Mon Aug 6 10:54:41 EDT 2007


Thanks! Applied as r2525.

-jesse



On Aug 6, 2007, at 10:29 AM, David Golden wrote:

> It always annoyed me that "svk ci" popped up gvim in read-only mode on
> Win32.  Today I decided to chase that down.  Closing this open handle
> fixes it.
>
> --- Util.pm.orig        Mon Aug 06 10:21:09 2007
> +++ Util.pm     Mon Aug 06 10:21:45 2007
> @@ -277,6 +277,7 @@
>         open $fh, $file or die $!;
>         local $/;
>         $content = <$fh>;
> +       close $fh;
>      }
>
>      my $time = time;
> _______________________________________________
> svk-devel mailing list
> svk-devel at bestpractical.com
> http://lists.bestpractical.com/cgi-bin/mailman/listinfo/svk-devel
>

-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
Url : http://lists.bestpractical.com/pipermail/svk-devel/attachments/20070806/26fcab05/PGP.pgp


More information about the svk-devel mailing list