From: Grzegorz A. H. <gr...@ti...> - 2005-09-24 09:39:36
|
Any progress on your pyrex code? I see you haven't used CVS yet nor uploaded any pyrex code to SF. Waiting for your decissions on the web, I've added a link to the "/new/" directory, so people can at least take a look at your project too. |
From: AKX <th...@gm...> - 2005-09-24 09:53:29
|
Yes, sorry, I've had so many other things to attend to, but I guess activity'll rise in about a week as most of my exams are a thing of the past -- for a month or so, at least. How would I go about to creating a new "project" in the CVS repository (and using it with TortoiseCVS)? AKX On 9/24/05, Grzegorz Adam Hankiewicz <gr...@ti...> wrote: > Any progress on your pyrex code? I see you haven't used CVS yet nor > uploaded any pyrex code to SF. Waiting for your decissions on the > web, I've added a link to the "/new/" directory, so people can at > least take a look at your project too. |
From: Grzegorz A. H. <gr...@ti...> - 2005-09-24 15:29:41
|
On 2005-09-24, AKX <th...@gm...> wrote: > How would I go about to creating a new "project" in the CVS > repository (and using it with TortoiseCVS)? You have write access to SF CVS repository. To put your files into CVS you need to "import" them with the CVS client. This could be done with something like the following: cd your_project_path export CVS_RSH=ssh cvs -z3 -d:ext:dev...@cv...:/cvsroot/pyallegro import -m "" module_name vendor start You would only need to replace developername and module_name. Here is the info about TortoiseCVS: http://sourceforge.net/docman/display_doc.php?group_id=1&docid=25888#top Alternatively, if you tell me the module name I can create it for you so you can start using TortoiseCVS with it (potentially easier). |
From: AKX <th...@gm...> - 2005-09-24 17:31:27
|
Hmm... as far as the messages go, I've created a module, added a couple of files and so on, but ViewCVS on SF.net doesn't (yet?) show them. And if you get a hordes of commit emails, sorry. AKX On 9/24/05, Grzegorz Adam Hankiewicz <gr...@ti...> wrote: > On 2005-09-24, AKX <th...@gm...> wrote: > > How would I go about to creating a new "project" in the CVS > > repository (and using it with TortoiseCVS)? > > You have write access to SF CVS repository. To put your files into > CVS you need to "import" them with the CVS client. This could be > done with something like the following: > > cd your_project_path > export CVS_RSH=3Dssh > cvs -z3 -d:ext:dev...@cv...:/cvsroot/pyallegro i= mport -m "" module_name vendor start > > You would only need to replace developername and module_name. > Here is the info about TortoiseCVS: > > http://sourceforge.net/docman/display_doc.php?group_id=3D1&docid=3D25888= #top > > Alternatively, if you tell me the module name I can create it for > you so you can start using TortoiseCVS with it (potentially easier). > > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your ver= y > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Pyallegro-general mailing list > Pya...@li... > https://lists.sourceforge.net/lists/listinfo/pyallegro-general > |
From: Grzegorz A. H. <gr...@ti...> - 2005-09-24 20:20:53
|
On 2005-09-24, AKX <th...@gm...> wrote: > Hmm... as far as the messages go, I've created a module, added > a couple of files and so on, but ViewCVS on SF.net doesn't > (yet?) show them. That's because ViewCVS works on top of the anonymous CVS access, and changes take some hours to propagate to the anonymous CVS. Hopefully that won't be the case whenever they switch to SVN. > And if you get a hordes of commit emails, sorry. No worries, that's what commit mailing lists are for. |
From: AKX <th...@gm...> - 2005-09-25 11:01:03
|
Ah, I seriously hope they switch to SVN *soon*. Hmm... Now, I've commited parts of the alfont hierarchy, which was stupid in my opinion, since there's only one small change I made at the moment, and didn't yet even commit *that*. (AlFont had a really, really non-standard, weird way of determining a "real" font size, and I made a new function to go around that.) I think I will have to add FreeType as a dependency and make a derivative version of alfont for PyAlleg use... But anyways, if you remove the TTF loading stuff, you should be able to compile PyAlleg from the src tree. Maybe. And.. could someone remove the alfont/ directory entirely? I can't do it myself, apparently, sigh. AKX On 9/24/05, Grzegorz Adam Hankiewicz <gr...@ti...> wrote: > On 2005-09-24, AKX <th...@gm...> wrote: > > Hmm... as far as the messages go, I've created a module, added > > a couple of files and so on, but ViewCVS on SF.net doesn't > > (yet?) show them. > > That's because ViewCVS works on top of the anonymous CVS access, and > changes take some hours to propagate to the anonymous CVS. Hopefully > that won't be the case whenever they switch to SVN. > > > And if you get a hordes of commit emails, sorry. > > No worries, that's what commit mailing lists are for. > > > ------------------------------------------------------- > SF.Net email is sponsored by: > Tame your development challenges with Apache's Geronimo App Server. > Download it for free - -and be entered to win a 42" plasma tv or your ver= y > own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php > _______________________________________________ > Pyallegro-general mailing list > Pya...@li... > https://lists.sourceforge.net/lists/listinfo/pyallegro-general > |