Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 323317 - Local SVN on build.eclipse.org
Summary: Local SVN on build.eclipse.org
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: Servers (show other bugs)
Version: unspecified   Edit
Hardware: Other Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-21 19:45 EDT by Stephan Herrmann CLA
Modified: 2010-08-23 16:13 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Herrmann CLA 2010-08-21 19:45:03 EDT
At some time I could use SVN on build.eclipse.org with urls like:
  svn://localhost/svnroot/tools/org.eclipse.objectteams/
when I started to build on build2, I had to change this to
  svn://build/svnroot/tools/org.eclipse.objectteams/
but after the recent server upgrade none of these work,
I have to go back to 
  svn://dev/svnroot/tools/org.eclipse.objectteams/

I'm not sure about the performance difference, but this is
unfortunate for SVN working copies on build, where I cannot
commit the changes I made locally (connection refused).
I'm not sure if I can simply re-parent the working copies.

Is it possible to make SVN locally accessible again?
I think the directories are mounted alright, but some SVN
server seems to be missing on build, could that be?
Comment 1 Eclipse Webmaster CLA 2010-08-23 13:59:17 EDT
I've restarted xinetd and things seem to be happy.

hudsonbuild@build:~> svn list svn://localhost/svnroot/tools/org.eclipse.objectteams/
branches/
tags/
trunk/


-M.
Comment 2 Stephan Herrmann CLA 2010-08-23 15:18:10 EDT
Thanks indeed, I can access SVN on build again,

however, somehow this seems to be a read-only connection?

$ svn commit
svn: Commit failed (details follow):
svn: Authorization failed

I can still commit remotely, but changes done locally on build
I cannot commit. Is that by intention?

(I tried all sorts of things to tell svn about my username)

Sorry, to bother again..
Comment 3 Eclipse Webmaster CLA 2010-08-23 15:59:15 EDT
Well the only way to commit is via svn+ssh or HTTPs(if your repo is setup for it).  I would be really surprised if you were able to commit in the past using just svn as that is for anonymous read only access.

Certainly I can commit to my sandbox with with the svn+ssh://localhost syntax.

-M.
Comment 4 Stephan Herrmann CLA 2010-08-23 16:13:38 EDT
(In reply to comment #3)
> Well the only way to commit is via svn+ssh or HTTPs(if your repo is setup for
> it).  I would be really surprised if you were able to commit in the past using
> just svn as that is for anonymous read only access.
> 
> Certainly I can commit to my sandbox with with the svn+ssh://localhost syntax.
> 
> -M.

Thanks for clarification. In fact I can't remember exactly how I 
committed changes made on build.
Re-closing, as the original issue is indeed resolved.