[wxCode-users] CVS newby needs help

2006-04-07 Thread Ernesto Rangel Dallet
Hello! im the guy who long long ago... wrote the wxMSWResources component, but dint set it up with CVS, i just created a release, and i promised that when i had the time i would learn about CVS, and do things right. Well, i got some time now, and ibe been trying to do it but im having trouble:

[wxCode-users] Re: no modules on cvs-server

2006-04-07 Thread Christian Buhtz
TortoiseCVS only load the hole wxCode components. I think I need an other cvs-client under Win98. I only want to see a list of all components or something like a directory listing. Then I want to select a component and load (checkout/get) it.

[wxCode-users] no modules on cvs-server

2006-04-07 Thread Christian Buhtz
My cvs-client means that there is no $CVSROOT/modules file. So I can not see a list of all available modules. --- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. A

Re: [wxCode-users] diffrent lists on wxCode.com and sourceforge

2006-04-07 Thread John Labenski
On 4/7/06, Christian Buhtz <[EMAIL PROTECTED]> wrote: > I read some interesting components on wxcode.com. > > I tried to download them with the downloadlink there. It views a > sourceforge list with all wxcode components. > > But the comp I need are not in the list. for example wxThing, wxArchiv, >

[wxCode-users] diffrent lists on wxCode.com and sourceforge

2006-04-07 Thread Christian Buhtz
I read some interesting components on wxcode.com. I tried to download them with the downloadlink there. It views a sourceforge list with all wxcode components. But the comp I need are not in the list. for example wxThing, wxArchiv, wxZipStream, etc https://sourceforge.net/project/showfiles.php?g

[wxCode-users] Re: newbie question

2006-04-07 Thread Christian Buhtz
On Fri, 7 Apr 2006 18:21:15 -0400, John Labenski wrote: > I am tempted to add the CopyDir function from here > http://wxforum.shadonet.com/viewtopic.php?t=2080 > into my filebrowser class which is part of the wxthings project. There is no wxThing component on the wxCode sourceforge site. --

[wxCode-users] Re: newbie question

2006-04-07 Thread Christian Buhtz
On Fri, 7 Apr 2006 18:21:15 -0400, John Labenski wrote: > I am tempted to add the CopyDir function from here > http://wxforum.shadonet.com/viewtopic.php?t=2080 > into my filebrowser class which is part of the wxthings project. wxThings is not available http://wxcode.sourceforge.net/components/wxth

Re: [wxCode-users] newbie question

2006-04-07 Thread John Labenski
On 4/7/06, Christian Buhtz <[EMAIL PROTECTED]> wrote: > Do I understand wxCode right that that is the way to get new code in the > official wxWidgets release? No, wxCode is a repository for small to medium sized projects that are add-ons to wxWidgets providing new widgets, data classes or whatnot.

[wxCode-users] newbie question

2006-04-07 Thread Christian Buhtz
Do I understand wxCode right that that is the way to get new code in the official wxWidgets release? concret: I want a CopyDir() function in wxWidgets. I would write it, but not for my own. And there is somewhere a CopyDir() function from an other wx-user. --