Re: [wxCode-users] Re: CVS newby needs help

2006-04-08 Thread Ernesto Rangel Dallet
Thanks for your help! :) BTW, now that ibe discovered the potential of CVS, i want my own server! :) , and since i have my own LAN, there shouldnt be much trouble, except that since none of my PCs has linux, i need a CVS server for windows, i heard about CVSNT but. i been trying for hours to go

[wxCode-users] Re: newbie question

2006-04-08 Thread Christian Buhtz
On Sat, 08 Apr 2006 11:52:26 +0200, Otto Wyss wrote: > And I'd like to look once at your filebrowser class, if I could use it > in my wyoFiler. Is it available somewhere? Can you describe your wyoFiler? Is it a application, a class, ...? What does it do? Can we use it?

Re: [wxCode-users] newbie question

2006-04-08 Thread Otto Wyss
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. And I'd like to look once at your filebrowser class, if I could use it in my wyoFiler. Is it available som

Re: [wxCode-users] newbie question

2006-04-08 Thread Otto Wyss
Christian Buhtz wrote: Do I understand wxCode right that that is the way to get new code in the official wxWidgets release? When I took over responsibility of wxCode it was mostly to allow anybody to release useful code without being dependent on the wxWidgets core team if the code is accep

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

2006-04-08 Thread Christian Buhtz
On Sat, 08 Apr 2006 10:30:28 +0200, Francesco Montorsi wrote: > You can see all of them at > http://wxcode.sourceforge.net/singlepagelist.php > > then you can check out a single one using: > :pserver:[EMAIL PROTECTED]:/cvsroot/wxcode > CVSROOT and 'wxCode/components/the-comp-you-chose' as module.

[wxCode-users] Re: CVS newby needs help

2006-04-08 Thread Francesco Montorsi
Ernesto Rangel Dallet ha scritto: Ahh, someone forgot to update the Maintainer guide to mention that we should use (:ext:) instead of (:shh:) :-) sorry - my fault. The problem is that IIRC there was some mess about the right protocol to use. E.g. I remember that :ext: was not working with some

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

2006-04-08 Thread Francesco Montorsi
Christian Buhtz ha scritto: 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. You can see all of them

Re: [wxCode-users] CVS newby needs help

2006-04-08 Thread Ernesto Rangel Dallet
Ahh, someone forgot to update the Maintainer guide to mention that we should use (:ext:) instead of (:shh:) :-) got it working now. Just one more question if i may: why do i need to type my password 100 times when adding files?, is there a way to avoid this? Thanks! ___