|
From: Kevin A. <al...@se...> - 2001-11-29 00:08:26
|
Jeff, you can't add files to the PythonCard cvs directory unless you are a developer. To add a file to cvs I generally use: "cvs add filename" or "cvs add -kb filename" (if the file is binary) and then a "cvs commit" You can email your file and I'll take a look at it. What is it supposed to do? ka > -----Original Message----- > From: pyt...@li... > [mailto:pyt...@li...]On Behalf Of Jeff > Turner > Sent: Wednesday, November 28, 2001 3:39 PM > To: pyt...@li... > Subject: [Pythoncard-users] help making a CVS patch from anonymous > checkout > > > does anyone here have any experience > creating a cvs patch (on linux, if that matters) > that includes a brand new file? > > i would like to submit the patch for review, > but can't seem to get the new file included. > i always just get a "? WidgetLoader.py" from cvs diff. > (the rest of the patch looks good, though) > it seems like cvs may be expecting the file to be > added before i can make the diff, which is impossible > (since my checkout was anonymous) > > any clues would be appreciated. > > thanks, > jeff > > __________________________________________________ > Do You Yahoo!? > Yahoo! GeoCities - quick and easy web site hosting, just $8.95/month. > http://geocities.yahoo.com/ps/info1 > > _______________________________________________ > Pythoncard-users mailing list > Pyt...@li... > https://lists.sourceforge.net/lists/listinfo/pythoncard-users > |