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 > |