Re: [PATCH] git-cvsserver: handle change type T
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:23
Paolo Bonzini [off-list ref] writes:
Junio C Hamano wrote: ...quoted
Do cvs clients even know how to handle symlinks, or will this patch just start sending the readlink(2) result as if it is just a regular file contents?It was before too. The problem arises if one found the problem, deleted the symlink, added the regular file -- and now cvsserver stops working at all. :-(
Yeah, I see why $git_perms fall back to "rw" now around l.2620 -- if file mode is 120000, none of the r/w/x would have been added in. Martin, likes, dislikes?