Author Topic: Web SVN not allowing anonymous access  (Read 7931 times)

Offline headkase

  • Almost regular
  • **
  • Posts: 159
Web SVN not allowing anonymous access
« on: September 05, 2013, 02:38:07 am »
Web SVN:

http://svn.berlios.de/wsvn/codeblocks/trunk

Basically, I like to check it every once in a while just to see what the version is.  I'm sure I could do this another way, but, hey, I'm lazy. :p ;)

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Web SVN not allowing anonymous access
« Reply #1 on: September 05, 2013, 03:40:50 am »
http://wiki.codeblocks.org/index.php?title=Developer_documentation

Looks like sf.net is also NOT allowing web browsing.

Tim S.
« Last Edit: September 05, 2013, 03:42:53 am by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Web SVN not allowing anonymous access
« Reply #2 on: September 05, 2013, 06:22:59 am »
The repo on berlios is closed and therefore not accessible any more.
It has moved to sourceforge.
But the new sf-interface got a hickup from time to time and it does not wrok reliable, even if the underling repo is okay.

For browsing the plain repo (without a log) you can use:
http://svn.code.sf.net/p/codeblocks/code/trunk/

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: Web SVN not allowing anonymous access
« Reply #3 on: September 05, 2013, 08:48:03 am »
Developer documentation - CodeBlocks
We have mirrors which have good web svn
Quote
Mirror (Read-only; refreshed every 30 minutes.)
    Subversion URL: svn://cb.biplab.in/codeblocks/trunk
    Web-interface: http://cb.biplab.in/websvn/
    Git URL: git://cb.biplab.in/codeblocks.git
    Web-interface: http://cb.biplab.in/cgit/
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 LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: Web SVN not allowing anonymous access
« Reply #4 on: September 05, 2013, 09:17:46 am »
Quote
Subversion URL: svn://cb.biplab.in/codeblocks/trunk
I use this address for a long time and to day indicates a refusal !!
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl

Offline headkase

  • Almost regular
  • **
  • Posts: 159
Re: Web SVN not allowing anonymous access
« Reply #5 on: September 05, 2013, 05:31:25 pm »
Thank you for the responses, I've updated my bookmark to the new repo.  :)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Web SVN not allowing anonymous access
« Reply #6 on: October 04, 2013, 06:44:48 pm »
Quote
Subversion URL: svn://cb.biplab.in/codeblocks/trunk
I use this address for a long time and to day indicates a refusal !!

svn protocol can only be accessed over port 3690. Make sure it is not blocked by your PC firewall at your end.

Another reason could be that your ip address blocked by the server firewall. Try again and let me know.
Be a part of the solution, not a part of the problem.

Offline LETARTARE

  • Lives here!
  • ****
  • Posts: 531
  • L'ami de l'homme.The friend of man.
    • LETARTARE
Re: Web SVN not allowing anonymous access
« Reply #7 on: October 04, 2013, 06:52:53 pm »
Thanks,
but it was September 5, 2013 and you said:
Quote
http://forums.codeblocks.org/index.php/topic,16096.msg125284.html#msg125284
since everything is correct.
CB-13483, plugins-sdk-2.25.0 : Collector-2.0.0, AddOnForQt-3.9.1
1-Win7 Business Pack1 64bits : wx-3.2.4, gcc-8.1.0,
2-OpenSuse::Leap-15.4-64bits : wx-3.2.4;gtk3, gcc-8.2.1,
=> !! The messages are translated by Deepl

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Web SVN not allowing anonymous access
« Reply #8 on: October 04, 2013, 07:27:07 pm »
Thanks,
but it was September 5, 2013 and you said:
Quote
http://forums.codeblocks.org/index.php/topic,16096.msg125284.html#msg125284
since everything is correct.

Great! Thanks!
Be a part of the solution, not a part of the problem.