You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by yo...@rst.ricoh.com on 2004/03/19 06:41:51 UTC

SCM in Maven

Hello,

I am trying to use maven. But there is a problem about SCM plugin.
I setup a CVS server with CVSNT, and create a repository: "d:/cvs_folder"
My source code exist in "d:/cvs_folder/maventest/src/..."

In project.xml, set repository:
  <repository>

<connection>scm|cvs|pserver|liuyk:password@172.25.73.205|d:/cvs_folder|maventest</connection>

<url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/examples/</url>
  </repository>

But after I checkout source code, I execute: "maven site", the error info
appears as following:

/**************************************************
......
......
    [echo] Generating the Change Log...
maven-changelog-plugin:report:
    [echo] Generating the changelog report
SCM Working Directory: D:\maventest
SCM Command Line[0]: cvs
SCM Command Line[1]: -d
SCM Command Line[2]: :pserver:liuyk:password@172.25.73.205:d:/cvs_folder
SCM Command Line[3]: log
SCM Command Line[4]: -d 2004-02-18<2004-03-20
cvs log: in directory .:
cvs [log aborted]: there is no version here; run 'cvs checkout' first
ChangeLog found: 0 entries
......
......
/**************************************************

Do I need to set other properties?

Regards,
Yongkang


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org