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

Bug 105803

Summary: Subversion with Neon 0.25.3
Product: Gentoo Linux Reporter: Chris Eagan <ceagan>
Component: [OLD] DevelopmentAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2005.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***