Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development
wxSmith development
cyberkoa:
I found that I could not commit to CVS :( the error message given by TortiseCVS is as below
--- Quote ---In C:\projects\codeblocks\codeblocks\src\plugins\contrib\wxSmith\defwidgets: "C:\Program Files\TortoiseCVS\cvs.exe" "-q" "add" "wxsdatepickerctrl.cpp" "wxsdatepickerctrl.h" "wxsradiobox.cpp" "wxsradiobox.h" "wxsradiobutton.cpp" "wxsradiobutton.h" "wxsscrollbar.cpp" "wxsscrollbar.h" "wxsspinbutton.cpp" "wxsspinbutton.h" "wxsspinctrl.cpp" "wxsspinctrl.h" "wxstreectrl.cpp" "wxstreectrl.h"
CVSROOT=:pserver:cyberkoa@cvs.sourceforge.net:/cvsroot/codeblocks
cvs [server aborted]: "add" requires write access to the repository
Error, CVS operation failed
--- End quote ---
Steps that I do :
1. select those files that I would like to add to CVS
2. Right Click > CVS Add ...
Click OK
3. ===Starting processing ==== , error message show...
Could it because of the CVS access authority problem ? Or maybe I need to open certain port at my BroadBand Router/Firewall ..
mandrav:
AFAIK, sourceforge.net allows CVS-write access only with ssh-based authentication, but I could be wrong...
Yiannis.
zieQ:
No you are right. pserver is only for read-only access on sourceforge. Developer should use SSH. cyberkoa, make a patch to save your modification before the new ssh checkout ;)
cyberkoa:
o .. ok thanks .. here already midnight .. tomorrow evening I will get it done
byo:
--- Quote from: cyberkoa on August 26, 2005, 01:33:07 am ---One more thing to mention , the spinctrl work fine but have a little problem , I try to look into the source code of wxSmith but could not find the cause (a bit complicated). I guess is the wxwidgets problem , the DoGetSize function in wx/msw/spinctrl.cpp maybe return the wrong position.
The problem is very simple , spinctrl consists of 1 spinbutton and 1 textbox at the left .
When we select the spinctrl , the indication outline is drawn at the wrong position , which the left top corner at the left top corner of the spinbutton.
--- End quote ---
I've found this problem already. It can be seen even in wxListBox - corners are shifted 1 or 2 pixels. As I remember there's event TODO in source code. I'll try to find a solution.
BTW. I have removed custom variables from my .cbp file - they're set up globally so I've no problem with different directories. So I propose to remove them from .cbp file
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version