dotgnu-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[DotGNU]problem connecting to CVS


From: Gnanavel S
Subject: [DotGNU]problem connecting to CVS
Date: Thu, 24 Jul 2003 17:24:27 +0530

Hi All,

I wanted to get the PNet 0.5.10 from the CVS,
I tried the following line to connect to CVS but I get error :)
cvs -d:pserver:address@hidden:/cvsroot/dotgnu-pnet login
CVS password: <enter>
Unknown host subversions.gnu.org.

Let me know how to proceed .

Regards
Gnan

----- Original Message -----
From: <address@hidden>
To: <address@hidden>
Sent: Thursday, July 24, 2003 4:05 PM
Subject: Developers digest, Vol 1 #999 - 5 msgs


> Send Developers mailing list submissions to
> address@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://dotgnu.org/mailman/listinfo/developers
> or, via email, send a message with subject or body 'help' to
> address@hidden
>
> You can reach the person managing the list at
> address@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Developers digest..."
>
>
> Today's Topics:
>
>    1. Re: textbox & region (Rhys Weatherley)
>    2. Registry implementation (was Re: [DotGNU]PInvoke question...) (Rhys
Weatherley)
>    3. My PNET Build Scripts (Mohan Embar)
>    4. RE: TextBox[Base] (Neil Cawse)
>    5. Component Pascal Working with Portable.NET (Rhys Weatherley)
>
> --__--__--
>
> Message: 1
> From: Rhys Weatherley <address@hidden>
> Organization: Southern Storm Software, Pty Ltd
> To: "Neil Cawse" <address@hidden>,
>  "Gopal V" <address@hidden>
> Subject: Re: [DotGNU]textbox & region
> Date: Thu, 24 Jul 2003 10:13:18 +1000
> Cc: <address@hidden>
>
> On Thursday 24 July 2003 05:37 am, Neil Cawse wrote:
> > Do you want me to commit Drawing.Region, TextBox  and a bunch of other
> > sundry changes to control and others before your release? Region is 110=
> 0
> > lines!
>
> Fantastic!  Throw it in.
>
> Cheers,
>
> Rhys.
>
>
> --__--__--
>
> Message: 2
> Date: Thu, 24 Jul 2003 15:05:26 +1000
> From: Rhys Weatherley <address@hidden>
> Subject: Registry implementation (was Re: [DotGNU]PInvoke question...)
> To: address@hidden
> Organization: Southern Storm Software, Pty Ltd
>
> Hi all,
>
> I have added a simple flat file registry implementation to the CVS version
of
> pnetlib, for non-Win32 platforms (Win32 will use the native registry
routines
> as before).
>
> Registry information is stored in ".cli/registry", under the user's home
> directory.  Each registry key level corresponds to a sub-directory, with
> values stored in a file called "values.reg".  The values are stored using
a
> very simple XML-based format.
>
> For example, data for "HKEY_CURRENT_USER\foo\bar" is stored in the file
> "$HOME/.cli/registry/CurrentUser/foo/bar/values.reg".
>
> This structure was chosen because it was simple to implement, and
extremely
> simple to debug.  If your registry becomes corrupted, then it will be easy
to
> fix with your favourite text editor (or "rm -rf .cli/registry" in a
pinch).
>
> More information on the format can be found in the comments for the
> "Microsoft.Win32.FileKeyProvider" class.
>
> Note: the current implementation isn't transactional.  If two or more
> processes try to modify a registry key at the same time, the result may be
> unpredictable.  Patches to add transaction support are welcome.
>
> Cheers,
>
> Rhys.
>
>
> --__--__--
>
> Message: 3
> From: Mohan Embar <address@hidden>
> To: DotGNU <address@hidden>
> Date: Thu, 24 Jul 2003 00:20:35 -0500
> Reply-To: address@hidden
> Subject: [DotGNU]My PNET Build Scripts
>
> Hi People,
>
> For whatever it's worth, I've set up a web page where
> I've put my Portable .NET build scripts, which are
> easy ways for beginners to get and build everything
> from CVS:
>
> http://www.thisiscool.com/dotgnu_pnet.htm
>
> I hope someone finds this useful. If you have
> any suggestions or feedback, let me know. And
> thanks for the nice work.
>
> -- Mohan
> http://www.thisiscool.com/
> http://www.animalsong.org/
>
>
>
>
>
> --__--__--
>
> Message: 4
> Subject: RE: [DotGNU]TextBox[Base]
> Date: Tue, 22 Jul 2003 09:07:21 -0400
> From: "Neil Cawse" <address@hidden>
> To: <address@hidden>,
> "DotGNU Mailing List" <address@hidden>
>
> Im working on them. Unfortunately I had a busy last week. Ive
> implemented a good chunk of Graphics.Region because it made sense and
> ill finish up textbox soon(ish).
>
> -----Original Message-----
> From: Mohan Embar [mailto:address@hidden
> Sent: Monday, July 21, 2003 10:19 PM
> To: DotGNU Mailing List
> Subject: [DotGNU]TextBox[Base]
>
> Hi People,
>
> Is anyone currently working on WinForms TextBox[Base]?
>
> P.S. Nice jobs, everyone! I like FormsHello and the
> new checkbox and tab controls.
>
> -- Mohan
> http://www.thisiscool.com/
> http://www.animalsong.org/
>
>
>
>
> _______________________________________________
> Developers mailing list
> address@hidden
> http://dotgnu.org/mailman/listinfo/developers
>
> --__--__--
>
> Message: 5
> From: Rhys Weatherley <address@hidden>
> Organization: Southern Storm Software, Pty Ltd
> To: address@hidden
> Date: Thu, 24 Jul 2003 18:37:30 +1000
> Subject: [DotGNU]Component Pascal Working with Portable.NET
>
> Hi all,
>
> I downloaded Gardens Point Component Pascal (GPCP) today and tried it out=
>  with=20
> Portable.NET.  After a few minor tweaks to the CVS version of pnet and=20
> pnetlib, it now works!
>
> GPCP is interesting because the compiler and runtime are completely hoste=
> d=20
> inside the CLI environment, using ilasm to generate the output binaries.
>
> You can find out more about GPCP at the following Web site:
>
> http://www.citi.qut.edu.au/research/plas/projects/cp_files/ComponentPasca=
> l.html
>
> And download the files from here:
>
> http://www.citi.qut.edu.au/research/plas/projects/cp_files/cpdownload.htm=
> l
>
> Version 1.1.6 is a zip file which is easy to install on Unix systems.  Ve=
> rsion=20
> 1.2.3 is unfortunately only available in InstallShield form, but once=20
> unpacked under Windows and copied back to Unix, it does work fine.
>
> To run, you will need the latest CVS version of pnet and pnetlib installe=
> d on=20
> your system, and will also need to set some environment variables.  For=20
> example, if you have unpacked GPCP into /usr/local/gpcp, then you would s=
> et=20
> the environment as follows:
>
>     CPSYM=3D/usr/local/gpcp/libs
>     CSCC_LIB_PATH=3D/usr/local/gpcp/bin:/usr/local/lib/cscc/lib
>     PATH=3D/usr/local/gpcp/bin:$PATH
>
> To compile a program, run "ilrun /usr/local/gpcp/bin/gpcp.EXE file.cp", o=
> r=20
> write a "gpcp" shell script to automate all of the above.  CP programs ca=
> n=20
> then be run in the usual fashion using "ilrun file.exe".
>
> Cheers,
>
> Rhys.
>
>
>
> --__--__--
>
> _______________________________________________
> Developers mailing list
> address@hidden
> http://dotgnu.org/mailman/listinfo/developers
>
>
> End of Developers Digest
>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]