So after doing this, is changelog now working?
On Thu, 3 Feb 2005 10:57:54 +0800, Eric Chow <[EMAIL PROTECTED]> wrote: > Hi Brett, > > I tried the "cvs -d:pserver:[EMAIL PROTECTED]:/CVS login", it prompts for > password, and I type the correct password. It successful login. > > I type "cvs -d:pserver:[EMAIL PROTECTED]:/CVS log dse" after login > successfully. > It shows > ------------------------------------------------------------------------------------------------------------ > $ cvs -d:pserver:[EMAIL PROTECTED]:/CVS log dse > cvs log: cannot open CVS/Entries for reading: No such file or directory > cvs [log aborted]: no repository > ----------------------------------------------------------------------------------------------------------- > > And I tried to checkout the "dse". > > --------------------------------------------- > cvs -d:pserver:[EMAIL PROTECTED]:/CVS checkout dse > --------------------------------------------- > > It checkout successfully. And then I tried the > "cvs -d:pserver:[EMAIL PROTECTED]:/CVS log dse" again, it works. > > So, any thing is wrong with my project.xml or something I missing ? > Please help !!! > > Eric > > > On Thu, 3 Feb 2005 13:28:08 +1100, Brett Porter <[EMAIL PROTECTED]> wrote: > > Is your password really dummypassword, or did you just put that in > > there for privacy? > > > > What happens when you do: > > cvs -d:pserver:[EMAIL PROTECTED]:/CVS login > > followed by: > > cvs -d:pserver:[EMAIL PROTECTED]:/CVS log dse > > on the command line? > > > > - Brett > > > > On Thu, 3 Feb 2005 10:17:21 +0800, Eric Chow <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > > > I want to generate the change-log report, but it just said > > > > > > [echo] Generating the Change Log... > > > maven-changelog-plugin:report: > > > [echo] Generating the changelog report > > > Didn't find password for CVSROOT ':pserver:[EMAIL PROTECTED]:/CVS'. > > > org.netbeans.lib.cvsclient.connection.AuthenticationException: Wrong > > > Password. > > > ChangeLog found: 0 entries > > > > > > I define the repository in project.xml as folowing > > > > > > <repository> > > > <connection>scm:cvs:pserver:[EMAIL PROTECTED]:/CVS:dse</connection> > > > <developerConnection>scm:cvs:pserver:[EMAIL > > > PROTECTED]:/CVS:dse</developerConnection> > > > <!-- > > > <url></url> > > > --> > > > </repository> > > > > > > and also create the .cvspass by using > > > "maven -Dpassword=dummypassword changelog:create-cvspass" > > > > > > Anything I missed, would you please to teach me ?? > > > > > > Eric > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
