* git-svn error msg
@ 2007-06-06 14:09 Joakim Tjernlund
2007-06-07 6:37 ` Eric Wong
0 siblings, 1 reply; 3+ messages in thread
From: Joakim Tjernlund @ 2007-06-06 14:09 UTC (permalink / raw)
To: git
git-svn init file:///usr/local/src/tst-git-svn/svn-uboot-repo/
and then
git-svn fetch yields lots of:
Use of uninitialized value in substitution (s///) at /usr/bin/git-svn line 2144.
Use of uninitialized value in substitution (s///) at /usr/bin/git-svn line 2144.
....
seems to work though.
git version - 1.5.1.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git-svn error msg
2007-06-06 14:09 git-svn error msg Joakim Tjernlund
@ 2007-06-07 6:37 ` Eric Wong
2007-06-07 11:22 ` Joakim Tjernlund
0 siblings, 1 reply; 3+ messages in thread
From: Eric Wong @ 2007-06-07 6:37 UTC (permalink / raw)
To: Joakim Tjernlund; +Cc: git
Joakim Tjernlund <joakim.tjernlund@transmode.se> wrote:
> git-svn init file:///usr/local/src/tst-git-svn/svn-uboot-repo/
> and then
> git-svn fetch yields lots of:
> Use of uninitialized value in substitution (s///) at /usr/bin/git-svn line 2144.
> Use of uninitialized value in substitution (s///) at /usr/bin/git-svn line 2144.
> ....
>
> seems to work though.
>
> git version - 1.5.1.3
Probably/hopefully harmless. Although I would like to know what's
causing it, though... Are git-svn-id: lines generated correctly
in your commit messages?
--
Eric Wong
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git-svn error msg
2007-06-07 6:37 ` Eric Wong
@ 2007-06-07 11:22 ` Joakim Tjernlund
0 siblings, 0 replies; 3+ messages in thread
From: Joakim Tjernlund @ 2007-06-07 11:22 UTC (permalink / raw)
To: Eric Wong; +Cc: git
On Wed, 2007-06-06 at 23:37 -0700, Eric Wong wrote:
> Joakim Tjernlund <joakim.tjernlund@transmode.se> wrote:
> > git-svn init file:///usr/local/src/tst-git-svn/svn-uboot-repo/
> > and then
> > git-svn fetch yields lots of:
> > Use of uninitialized value in substitution (s///) at /usr/bin/git-svn line 2144.
> > Use of uninitialized value in substitution (s///) at /usr/bin/git-svn line 2144.
> > ....
> >
> > seems to work though.
> >
> > git version - 1.5.1.3
>
> Probably/hopefully harmless. Although I would like to know what's
> causing it, though... Are git-svn-id: lines generated correctly
> in your commit messages?
>
Well, can't tell since I can't commit.
This is whats I did(from http://utsl.gen.nz/talks/git-svn/intro.html#howto-track )
git clone -l /usr/local/src/tm-uboot/u-boot my-uboot2.clone
git-config --add remote.origin.fetch '+refs/remotes/*:refs/remotes/*'
git-svn init file:///usr/local/src/tst-git-svn/svn-uboot-repo/trunk
git-svn fetch
The /usr/local/src/tm-uboot/u-boot is a repo that is using git-svn and I wan't
to clone it.
git svn fetch ended with:
Done rebuilding .git/svn/git-svn/.rev_db.17788414-8b20-0410-8e02-ac2c1e7fead6
D lib_i386/Makefile
D lib_i386/bios.S
D lib_i386/bios.h
.....
D drivers/videomodes.h
D drivers/w83c553f.c
D drivers/
W: -empty_dir: trunk/board
W: -empty_dir: trunk/common
W: -empty_dir: trunk/cpu
W: -empty_dir: trunk/disk
W: -empty_dir: trunk/doc
W: -empty_dir: trunk/drivers
W: -empty_dir: trunk/dtt
W: -empty_dir: trunk/examples
W: -empty_dir: trunk/fs
W: -empty_dir: trunk/include
W: -empty_dir: trunk/lib_arm
W: -empty_dir: trunk/lib_blackfin
W: -empty_dir: trunk/lib_generic
W: -empty_dir: trunk/lib_i386
W: -empty_dir: trunk/lib_m68k
W: -empty_dir: trunk/lib_microblaze
W: -empty_dir: trunk/lib_mips
W: -empty_dir: trunk/lib_nios
W: -empty_dir: trunk/lib_nios2
W: -empty_dir: trunk/lib_ppc
W: -empty_dir: trunk/nand_spl
W: -empty_dir: trunk/net
W: -empty_dir: trunk/post
W: -empty_dir: trunk/rtc
W: -empty_dir: trunk/tools
Last fetched revision of refs/remotes/git-svn was r76, but we are about to fetch: r1!
If I try to commit I get:
git svn dcommit
Unable to determine upstream SVN information from HEAD history
Note: the file:///usr/local/src/tst-git-svn/svn-uboot-repo/trunk is a local
copy of the real subversion repo.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-06-07 11:22 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 14:09 git-svn error msg Joakim Tjernlund
2007-06-07 6:37 ` Eric Wong
2007-06-07 11:22 ` Joakim Tjernlund
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).