[Pydev-code] CVS in Eclipse
Brought to you by:
fabioz
From: Parhaum T. <pto...@an...> - 2004-06-11 18:37:56
|
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 *** Am I doing something wrong? It has my correct username/pass in the CVS perspective repository view, but none of those located in HEAD/ have any of my changes, I assume because those are the original CVS versions. My Plug-in perspective has my checked out projects in my workspace that have been modified or newly created, and I try to commit from in my Plug-in perspective. Where have I screwed up? My CVS settings look like: > Use a repository identification string as label > Connection type: pserver > User: dreamerdev > Password: <my sourceforge password> > Host/Port/Path: cvs.sourceforge.net, Default, /cvsroot/pydev > Expect the default program name "cvs" in text message prefixes from this server The entire CVS output from my Update is below, if that helps. - Parhaum *** cvs version Concurrent Versions System (CVS) 1.11.16 (client/server) ok (took 0:00.450) *** *** cvs update -d -P "/org.python.pydev.help" ? html/userguide ? html/images/ed_prefs_OLD.gif cvs update: Updating . M toc_main.xml cvs update: Updating html M html/ed_prefs.html cvs update: Updating html/images M html/images/ed_prefs.gif cvs update: Updating pydev.sf.net cvs update: Updating pydev.sf.net/images ok (took 0:01.332) *** *** cvs update -d -P "/org.python.pydev" ? src/org/python/pydev/editor/actions/PyRemoveBlockComment.java ? src/org/python/pydev/editor/actions/PyStripTrailingWhitespace.java cvs update: Updating . M .project M plugin.xml cvs update: Updating PySrc cvs update: Updating doc cvs update: Updating doc/javadoc cvs update: Updating icons cvs update: Updating src cvs update: Updating src/org cvs update: Updating src/org/python cvs update: Updating src/org/python/parser cvs update: Updating src/org/python/parser/ast cvs update: Updating src/org/python/pydev cvs update: Updating src/org/python/pydev/editor M src/org/python/pydev/editor/PythonCompletionProcessor.java cvs update: Updating src/org/python/pydev/editor/actions M src/org/python/pydev/editor/actions/PyAddBlockComment.java M src/org/python/pydev/editor/actions/PyComment.java M src/org/python/pydev/editor/actions/PyUncomment.java cvs update: Updating src/org/python/pydev/editor/actions/navigation cvs update: Updating src/org/python/pydev/editor/dictionary cvs update: Updating src/org/python/pydev/editor/model cvs update: Updating src/org/python/pydev/outline cvs update: Updating src/org/python/pydev/parser cvs update: Updating src/org/python/pydev/plugin M src/org/python/pydev/plugin/PydevPrefs.java cvs update: Updating src/org/python/pydev/ui ok (took 0:03.215) *** *** 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.210) Error: org.python.pydev.help: cvs [server aborted]: "add" requires write access to the repository *** *** 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 *** |