Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: sethjackson on December 21, 2006, 08:39:37 pm

Title: Couple of bug fixes
Post by: sethjackson on December 21, 2006, 08:39:37 pm
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?
Title: Re: Couple of bug fixes
Post by: Biplab on December 22, 2006, 03:24:42 am
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
Title: Re: Couple of bug fixes
Post by: sethjackson on December 22, 2006, 03:44:44 am
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:
Title: Re: Couple of bug fixes
Post by: killerbot on December 24, 2006, 11:59:56 am
applied

PS: anyone else getting this :
Quote
Error: 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) 
Title: Re: Couple of bug fixes
Post by: stahta01 on December 24, 2006, 04:33:00 pm
applied

PS: anyone else getting this :
Quote
Error: 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.
Code
cd codeblocks
svn switch --relocate http://svn.berlios.de svn://svn.berlios.de

Tim S
Title: Re: Couple of bug fixes
Post by: killerbot on December 24, 2006, 05:30:52 pm
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 ;-)