Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 105803 - Subversion with Neon 0.25.3
Summary: Subversion with Neon 0.25.3
Status: RESOLVED DUPLICATE of bug 105501
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: 2005-09-13 07:05 UTC by Chris Eagan
Modified: 2005-09-13 07:07 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Eagan 2005-09-13 07:05:08 UTC
Compiling Subversion against Neon 0.25.3 creates a build which cannot access
http svn services. The svn --version output looks like

svn, version 1.2.3 (r15833)
   compiled Sep 12 2005, 00:31:02

Copyright (C) 2000-2005 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

when it should look like

svn, version 1.2.3 (r15833)
   compiled Sep 12 2005, 14:28:20

Copyright (C) 2000-2005 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet (http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' scheme
  - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' scheme

The temporary solution to this is to mask =net-misc/neon-0.25.3 in
/etc/portage/package.mask
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2005-09-13 07:07:03 UTC

*** This bug has been marked as a duplicate of 105501 ***