I found a few bugs relating to the window layout.
Here is how to reproduce.
Bug #1
1. View -> Layouts -> Save current
2. Enter a name I used Test
3. View -> Layouts -> Delete current
4. Bug happens
Bug #2
1. Make sure the Code::Blocks default layout is checked
2. View -> Layouts -> Delete current
3. Hit No
4. Hit Yes
5. View -> Layouts
6. ;)
Fix for both of them are in one patch here (https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1750&group_id=5358). Hey I like one liner bug fixes. :D
EDIT:
BTW is there any way for me to assign a patch to a specific dev?
Quote from: sethjackson on December 21, 2006, 08:39:37 PM
Fix for both of them are in one patch here (https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1750&group_id=5358). Hey I like one liner bug fixes. :D
But detecting one liner bug can be painful, too.. :D
Quote from: biplab on December 22, 2006, 03:24:42 AM
Quote from: sethjackson on December 21, 2006, 08:39:37 PM
Fix for both of them are in one patch here (https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1750&group_id=5358). Hey I like one liner bug fixes. :D
But detecting one liner bug can be painful, too.. :D
:lol:
applied
PS: anyone else getting this :
QuoteError: PROPFIND request failed on '/svnroot/repos/codeblocks/trunk'
Error: PROPFIND of '/svnroot/repos/codeblocks/trunk': Could not read status line: An existing connection was forcibly closed by the remote host. (http://svn.berlios.de)
Quote from: killerbot on December 24, 2006, 11:59:56 AM
applied
PS: anyone else getting this :
QuoteError: PROPFIND request failed on '/svnroot/repos/codeblocks/trunk'
Error: PROPFIND of '/svnroot/repos/codeblocks/trunk': Could not read status line: An existing connection was forcibly closed by the remote host. (http://svn.berlios.de)
Yes, I have been getting it. I just deleted and recreated my svn directory using "svn checkout svn://svn.berlios.de/codeblocks/trunk codeblocks" instead of "SVN checkout http://svn.berlios.de/svnroot/repos/codeblocks/trunk codeblocks".
I tried SVN SWITCH and just got other errors. Note, I have never use svn switch so I may have used it wrong.
I think I got the svn switch to work using the following.
cd codeblocks
svn switch --relocate http://svn.berlios.de svn://svn.berlios.de
Tim S
I remember I once did the oppsite from svn to http.
I have no idea why this happens, switch didn't help this time, either. Did like you did, new fresh checkout ;-)