diff options
| author | Eric Wong <normalperson@yhbt.net> | 2006-05-28 15:23:56 -0700 |
|---|---|---|
| committer | Eric Wong <normalperson@yhbt.net> | 2006-06-16 03:04:19 -0700 |
| commit | 8a97e368882afbc2bdc030214339bed54ed6545c (patch) | |
| tree | 591d8722e309935eda78f44ca9578b3329f143c0 /contrib/git-svn/t/lib-git-svn.sh | |
| parent | git-svn: t0000: add -f flag to checkout (diff) | |
| download | git-8a97e368882afbc2bdc030214339bed54ed6545c.tar.gz git-8a97e368882afbc2bdc030214339bed54ed6545c.zip | |
git-svn: fix handling of filenames with embedded '@'
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'.
Patch originally by Seth Falcon <sethfalcon@gmail.com>
Seth: signoff?
[ew: Made to work with older svn that don't support peg revisions]
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'contrib/git-svn/t/lib-git-svn.sh')
0 files changed, 0 insertions, 0 deletions
