Re: [PATCH 1/1] Tried to fix git-svn's handling of filenames with embedded '@'.
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:42:27
Seth Falcon [off-list ref] writes:
svn has trouble parsing files with embedded '@' characters. For example, svn propget svn:keywords foo@bar.c svn: Syntax error parsing revision 'bar.c' I asked about this on #svn and the workaround suggested was to append an explicit revision specifier: svn propget svn:keywords foo@bar.c@BASE This patch appends '@BASE' to the filename in all calls to 'svn propget'.
Eric, this sounds sane to me. Ack?