Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Issue building 7881 with wx 2.8
Jenna:
--- Quote from: oBFusCATed on March 03, 2012, 11:53:10 pm ---Biplab: How do you manage to commit the last fix? Using svn+ssh://svn.berlios.de fails for the last couple of days :(
--- End quote ---
Same here, but you can switch from svn+ssh to https like this on console:
--- Code: ---svn switch --relocate svn+ssh://jenslody@svn.berlios.de/svnroot/repos/codeblocks/trunk https://jenslody@svn.berlios.de/svnroot/repos/codeblocks/trunk
--- End code ---
or for debugger-branch:
--- Code: ---svn switch --relocate svn+ssh://jenslody@svn.berlios.de/svnroot/repos/codeblocks/trunk https://jenslody@svn.berlios.de/svnroot/repos/codeblocks/trunk
--- End code ---
The exact url's and username (of course)depend on what you had before.
in general:
--- Code: ---svn switch --relocate FROM TO
--- End code ---
Biplab:
--- Quote from: oBFusCATed on March 03, 2012, 11:53:10 pm ---Biplab: How do you manage to commit the last fix? Using svn+ssh://svn.berlios.de fails for the last couple of days :(
--- End quote ---
As jens pointed out, I'm using https protocol to access Berlios. :)
Navigation
[0] Message Index
[*] Previous page
Go to full version