Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 310111

Summary: dev-vcs/git-1.7.0.2 git svn not available with USE="subversion"
Product: Gentoo Linux Reporter: Jeff Kowalczyk <jeff.kowalczyk>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info for original bug reporter.

Description Jeff Kowalczyk 2010-03-18 17:16:49 UTC
Emerged dev-vcs/git-1.7.0.2 yesterday, today I find that git-svn does not seem to be enabled, even though I have USE="subversion":

# grep dev-vcs/git /etc/portage/package.use 
dev-vcs/git bash-completion curl cvs doc gtk perl subversion webdav -emacs

# emerge git -pv
[ebuild   R   ] dev-vcs/git-1.7.0.2  USE="bash-completion blksha1 curl cvs* doc* gtk iconv perl subversion* threads webdav -cgi -emacs (-ppcsha1) -tk -xinetd" 0 kB

Downgrading to dev-vcs/git-1.7.0 did not help, same problem.

# genlop -t git |tail -n 12
     Sun Feb 21 13:43:26 2010 >>> dev-util/git-1.7.0
       merge time: 2 minutes and 25 seconds.

     Sun Mar  7 17:29:41 2010 >>> dev-util/git-1.7.0.2
       merge time: 2 minutes and 49 seconds.

     Wed Mar 17 15:21:49 2010 >>> dev-vcs/git-1.7.0.2
       merge time: 32 seconds.

     Thu Mar 18 10:14:37 2010 >>> dev-vcs/git-1.7.0
       merge time: 2 minutes and 55 seconds.

Reproducible: Always
Comment 1 Jeff Kowalczyk 2010-03-18 17:17:56 UTC
Created attachment 224159 [details]
emerge --info for original bug reporter.
Comment 2 Jeff Kowalczyk 2010-03-18 17:25:03 UTC
Forgot to show examples:

$ git svn fetch
git: 'svn' is not a git command. See 'git --help'.

Did you mean one of these?
	fsck
	show

[master]~/.emacs.d/vendor/yasnippet $ man git-svn
No manual entry for git-svn


UPDATE: this started working again, after I downgraded to git-1.7.0, but not right away. Then I upgraded to 1.7.0.2, and it continued working. Sorry about the transient error report.

Shall I close this as invalid?