Author Topic: [solved] Anonymous SVN Access disabled?  (Read 5389 times)

Offline wedeluxe

  • Single posting newcomer
  • *
  • Posts: 3
[solved] Anonymous SVN Access disabled?
« on: July 22, 2011, 01:14:00 pm »
Did any of you guys accidentally disable anonymous SVN access?
Tried to pull changes from the repo via

http://svn.berlios.de/svnroot/repos/codeblocks/trunk

but all I got was being asked for a name and a password.

bye,
wedeluxe
« Last Edit: July 23, 2011, 08:56:46 pm by wedeluxe »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Anonymous SVN Access disabled?
« Reply #1 on: July 22, 2011, 01:55:43 pm »
Confirmed :(
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5916
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Anonymous SVN Access disabled?
« Reply #2 on: July 22, 2011, 03:17:47 pm »
works fine here
I can update from this address:
svn://svn.berlios.de/codeblocks/branches/wxpropgrid_debugger

Edit
the http address:
http://svn.berlios.de/svnroot/repos/codeblocks/trunk
has the same problem with OP.


« Last Edit: July 22, 2011, 03:56:08 pm by ollydbg »
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline wedeluxe

  • Single posting newcomer
  • *
  • Posts: 3
Re: Anonymous SVN Access disabled?
« Reply #3 on: July 23, 2011, 08:56:13 pm »
Checked a couple of minutes ago.
It is fixed and works like a charm again.

bye,
wedeluxe