Junio C Hamano <junkio@xxxxxxx> wrote: > Seth Falcon <sethfalcon@xxxxxxxxx> writes: > > > svn has trouble parsing files with embedded '@' characters. For > > example, > > > > svn propget svn:keywords foo@xxxxx > > 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@xxxxx@BASE > > > > This patch appends '@BASE' to the filename in all calls to 'svn > > propget'. > > Eric, this sounds sane to me. Ack? Doesn't work with svn 1.1 (a requirement of mine, unfortunately). I'll have a fix for that in a bit. -- Eric Wong - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html