News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Web SVN not allowing anonymous access

Started by headkase, September 05, 2013, 02:38:07 AM

Previous topic - Next topic

headkase

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 ;)

stahta01

#1
http://wiki.codeblocks.org/index.php?title=Developer_documentation

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

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Jenna

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/

ollydbg

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.

LETARTARE

QuoteSubversion URL: svn://cb.biplab.in/codeblocks/trunk
I use this address for a long time and to day indicates a refusal !!
CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

headkase

Thank you for the responses, I've updated my bookmark to the new repo.  :)

Biplab

Quote from: LETARTARE on September 05, 2013, 09:17:46 AM
QuoteSubversion 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.

LETARTARE

CB-13834, plugins-sdk-2.25.0 : Collector-2.6.5, AddOnForQt-5.1.2
1- Win7 Business Pack1 64bits : wx-3.2.8, gcc-15.2.0,
2- OpenSuse::Leap-15.6-64bits : wx-3.2.8;gtk3-u, gcc-15.2.0,
=> !! The messages are translated by 'Deepl'

Biplab

Be a part of the solution, not a part of the problem.