git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/1] Tried to fix git-svn's handling of filenames with embedded '@'.
@ 2006-05-28 18:15 Seth Falcon
  2006-05-28 18:15 ` [PATCH 1/1] " Seth Falcon
  0 siblings, 1 reply; 9+ messages in thread
From: Seth Falcon @ 2006-05-28 18:15 UTC (permalink / raw)
  To: git

Hi Eric, all,

I decided to give git-svn a try for a large svn project and during my
first git-svn fetch operation, I'm seeing a failure that seems related
to recent changes in the handling of svn keywords.

Here is the traceback:

svn: Syntax error parsing revision '.R'
256 at /home/sfalcon/util/scm/bin/git-svn line 1124
        main::safe_qx('svn', 'propget', 'svn:keywords', 'Biobase/inst/Code/R/get@PKGNAME@.R') called at /home/sfalcon/util/scm/bin/git-svn line 900
        main::do_update_index('ARRAY(0x8395840)', 'add', 'undef')
        called at /home/sfalcon/util/scm/bin/git-svn line 926

Unfortunately, my project has a file named "get@PKGNAME@.R" and svn
thinks the '@.R' part is specifying a revision.  Here comes a patch
that got me going again.  Not sure it is the right fix, nor whether it
covers all places where some action will be needed.

Best,

+ seth

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-05-30  2:03 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
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

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).