Re: [Pydev-code] CVS in Eclipse
Brought to you by:
fabioz
From: Parhaum T. <pto...@ho...> - 2004-06-11 19:49:50
|
Fabio, you're my hero. I used extssh and it works like a lucky charm (which reminds me I'm hungry and could use some cereal...). Assuming things got sent over like my CVS console tells me they did, the sample userguide things should be in .help. I'll commit my other changes to editor.actions now then. - Parhaum ----- Original Message ----- From: "Fabio Zadrozny" <fa...@in...> To: <pyd...@li...> Sent: Friday, June 11, 2004 3:44 PM Subject: RE: [Pydev-code] CVS in Eclipse > I think that the problem is that you are still using pserver. For commits > you have to use ssh. > > Fabio > > -----Original Message----- > From: pyd...@li... > [mailto:pyd...@li...] On Behalf Of Parhaum > Toofanian > Sent: sexta-feira, 11 de junho de 2004 16:35 > To: pyd...@li... > Subject: Re: [Pydev-code] CVS in Eclipse > > Nope. CVS/Root for both had my login. > > I tried closing the repository location, then opening it again with my login > and information, checked out the projects (getting weird build errors with > jython for some reason), put my changes into .help to start out, tried a > commit, failed for the same reason. > > Why do machines hate me so? > > - Parhaum > > > ----- Original Message ----- > From: "Aleks Totic" <a...@to...> > To: <pyd...@li...> > Sent: Friday, June 11, 2004 3:25 PM > Subject: Re: [Pydev-code] CVS in Eclipse > > > > I think that in spite of you changing properties in CVS > > repository, the CVS still thinks that you are anonymous. This > > information is stored inside CVS\Root files. To commit as > > dreamerdev you can either: > > > > - hack the CVS/Root files, and convince CVS that you are dreamerdev. > > > > or > > > > - check out new project, and then copy your changes over to it > > manually. > > > > Aleks > > > > Parhaum Toofanian wrote: > > > > > Ok I mentioned to Aleks before that I was having problems with CVS. So > > > maybe I'm using CVS wrong in Eclipse. So here's what I did, maybe > someone > > > can see what I've done wrong: > > > > > > 1) Opened CVS repository location to /cvsroot/pydev from sourceforge, > > > originally using anonymous > > > 2) Checked out all into Projects in my workspace > > > 3) Made modifications to projects in workspace (in Plug-in dev > perspective), > > > running an Update on all of them every day before starting just in case > > > 4) Changed the CVS repository (in CVS perspective) properties to have my > > > dreamerdev SF username and password > > > 5) (Back in Plug-in Dev Perspective) I click on org.python.pydev.help, > which > > > has new files, mostly in html/. I right click, go to Team -> Commit... > > > 6) It asks me if I want to add untracked items to CVS, I select them and > say > > > yes, I enter my commit text, then I click finish. > > > 7) It accesses pserver, then pops up an error that shows up in my CVS > > > console as: > > > *** > > > cvs add "/org.python.pydev.help/html/userguide" > > > "/org.python.pydev.help/html/userguide/images" > > > > > > cvs [server aborted]: "add" requires write access to the repository > > > > > > The server reported an error while performing the "cvs add" command. > (took > > > 0:00.200) > > > > > > Error: org.python.pydev.help: cvs [server aborted]: "add" requires write > > > access to the repository > > > > > > > > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by the new InstallShield X. > > From Windows to Linux, servers to mobile, InstallShield X is the > > one installation-authoring solution that does it all. Learn more and > > evaluate today! http://www.installshield.com/Dev2Dev/0504 > > _______________________________________________ > > Pydev-code mailing list > > Pyd...@li... > > https://lists.sourceforge.net/lists/listinfo/pydev-code > > > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the new InstallShield X. > >From Windows to Linux, servers to mobile, InstallShield X is the > one installation-authoring solution that does it all. Learn more and > evaluate today! http://www.installshield.com/Dev2Dev/0504 > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > > > ------------------------------------------------------- > This SF.Net email is sponsored by the new InstallShield X. > From Windows to Linux, servers to mobile, InstallShield X is the > one installation-authoring solution that does it all. Learn more and > evaluate today! http://www.installshield.com/Dev2Dev/0504 > _______________________________________________ > Pydev-code mailing list > Pyd...@li... > https://lists.sourceforge.net/lists/listinfo/pydev-code > > |