git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Eric Wong <normalperson@yhbt.net>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org, Seth Falcon <sethfalcon@gmail.com>
Subject: Re: [PATCH 1/1] Tried to fix git-svn's handling of filenames with embedded '@'.
Date: Sun, 28 May 2006 22:25:01 -0700	[thread overview]
Message-ID: <20060529052403.GA24077@localdomain> (raw)
In-Reply-To: <7vlksldgp2.fsf@assigned-by-dhcp.cox.net>

Junio C Hamano <junkio@cox.net> wrote:
> Seth Falcon <sethfalcon@gmail.com> 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?

Doesn't work with svn 1.1 (a requirement of mine, unfortunately).  I'll
have a fix for that in a bit.

-- 
Eric Wong

  reply	other threads:[~2006-05-29  5:25 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-28 18:15 [PATCH 0/1] Tried to fix git-svn's handling of filenames with embedded '@' Seth Falcon
2006-05-28 18:15 ` [PATCH 1/1] " Seth Falcon
2006-05-28 20:42   ` Junio C Hamano
2006-05-29  5:25     ` Eric Wong [this message]
2006-05-29  6:35   ` Eric Wong
2006-05-29 17:47     ` Seth Falcon
2006-05-30  2:03     ` [PATCH] git-svn: compat fixes for older svn and dash Eric Wong
2006-05-30  2:03     ` [PATCH] git-svn: t0001: workaround a heredoc bug in old versions of dash Eric Wong
2006-05-30  2:03     ` [PATCH] git-svn: remove assertion that broke with older versions of svn Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060529052403.GA24077@localdomain \
    --to=normalperson@yhbt.net \
    --cc=git@vger.kernel.org \
    --cc=junkio@cox.net \
    --cc=sethfalcon@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).