Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 310111 - dev-vcs/git-1.7.0.2 git svn not available with USE="subversion"
Summary: dev-vcs/git-1.7.0.2 git svn not available with USE="subversion"
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-18 17:16 UTC by Jeff Kowalczyk
Modified: 2010-03-18 17:25 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge --info for original bug reporter. (emergeinfo.txt,4.63 KB, text/plain)
2010-03-18 17:17 UTC, Jeff Kowalczyk
Details

Note You need to log in before you can comment on or make changes to this bug.
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?